We'll install MSOffice using the PlayOnLinux wizard. Additionally, MSOffice requires samba and winbind to properly work.
So, if not installed, install them:
sudo apt-get install playonlinux samba winbind
| import 'dart:io'; | |
| import 'dart:async'; | |
| import 'package:html5lib/parser.dart'; | |
| import 'package:html5lib/dom.dart'; | |
| main() { | |
| final url = 'http://comic-walker.com/'; | |
| getHtml(url).then((document) { | |
| // page title |
| /* | |
| Този скрипт е пълен с едни от най-забавните коментари на български. | |
| Разработен е от някой от разработчиците на Iliyan.com за Пощенска банка. | |
| Пазя го за да се смеем ако го променят в сайта. | |
| Оригинална локация: https://www.postbank.bg/Applications/Locations/_inc/js/locations.js | |
| */ |
| ============================= | |
| **http://kickass.to/infiniteskills-learning-jquery-mobile-working-files-t7967156.html | |
| **http://kickass.to/lynda-bootstrap-3-advanced-web-development-2013-eng-t8167587.html | |
| **http://kickass.to/lynda-css-advanced-typographic-techniques-t7928210.html | |
| **http://kickass.to/lynda-html5-projects-interactive-charts-2013-eng-t8167670.html | |
| **http://kickass.to/vtc-html5-css3-responsive-web-design-course-t7922533.html | |
| *http://kickass.to/10gen-m101js-mongodb-for-node-js-developers-2013-eng-t8165205.html | |
| *http://kickass.to/cbt-nuggets-amazon-web-services-aws-foundations-t7839734.html |
Install git:
sudo apt-get install git
Configure Git:
touch ~/.gitignore_global
git config --global core.excludesfile ~/.gitignore_global
git config --global user.name "Your Name"
git config --global user.email "Your Email"
Due to the high usage of this guide and the lack of comfort in Gist's commenting area, I decided to make a blog post out of this which you can find here:
http://blog.frd.mn/install-os-x-10-10-yosemite-in-virtualbox/
An somewhat easier way with a bash script and step by step explanation can be found here: http://sqar.blogspot.de/2014/10/installing-yosemite-in-virtualbox.html
| #!/bin/bash | |
| #title :wildfly-install.sh | |
| #description :The script to install Wildfly 8.x | |
| #more :http://sukharevd.net/wildfly-8-installation.html | |
| #author :Dmitriy Sukharev | |
| #date :20141129 | |
| #usage :/bin/bash wildfly-install.sh | |
| WILDFLY_VERSION=8.2.0.Final | |
| WILDFLY_FILENAME=wildfly-$WILDFLY_VERSION |
Linux installation notes (tested under Ubuntu 14.04LTS/12.04LTS), assuming VirtualBox is already installed on host.
| gui: | |
| python2 gui.py | |
| cli: | |
| python3 cli.py | |
| test: | |
| python3 tests.py |