This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Apache | |
| sudo aptitude install apache2 apache2-mpm-prefork apache2-utils apache2.2-common | |
| sudo a2enmod rewrite | |
| # Server name | |
| echo "ServerName localhost" | sudo tee /etc/apache2/conf.d/fqdn | |
| # Restart Apache | |
| sudo service apache2 restart |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Ubuntu 12.04 LTS, 12.10, 13.04 and 13.10 | |
| sudo add-apt-repository ppa:ubuntu-sdk-team/ppa && sudo apt-get update && sudo apt-get dist-upgrade && sudo apt-get install ubuntu-sdk | |
| // Ubuntu development release | |
| sudo apt-get update && sudo apt-get install ubuntu-sdk |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Tested with VM running on Azure | |
| sudo apt-get update | |
| sudo apt-get install ubuntu-desktop | |
| sudo apt-get install xrdp | |
| sudo /etc/init.d/xrdp start | |
| MAY NOT BE NEEDED: | |
| echo gnome-session –session=Ubuntu-2d>~/.xsession |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sudo add-apt-repository ppa:xubuntu-dev/xfce-4.10 | |
| sudo apt-get update | |
| sudo apt-get xubuntu-desktop |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| xubuntu-desktop | |
| tmux zsh oh-my-zsh git clang curl texlive vagrant | |
| rvm ruby-2.1.0 rails postgresql | |
| cuda-toolkit | |
| python-numpy python-scipy python-matplotlib ipython | |
| ipython-notebook python-pandas python-sympy python-nose | |
| pycuda | |
| terminator guake xchat | |
| (find / -name 'libGLU*') | |
| libglu1-mesa libxi-dev libxmu-dev libglu1-mesa-dev freeglut3 freeglut3-dev |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 1. Mount the CD-ROM (Click on Add VMWare Tools first, that will add a CDROM to /dev/cdromX) | |
| sudo mkdir /mnt/cdrom | |
| sudo mount /dev/cdrom1 /mnt/cdrom | |
| or | |
| sudo mount /dev/cdrw1 /mnt/cdrom | |
| 2. Copy VMWare Tools |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # The follwing commands will wipe out any and all traces, except the | |
| # installed application, of PHPStorm support files. Only use these if | |
| # you need to reset back to a fresh install. | |
| rm -rf ~/Library/Application\ Support/WebIde70 | |
| rm -rf ~/Library/Cache/WebIde70 | |
| rm -rf ~/Library/Preferences/WebIde70 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <script type="text/javascript"> | |
| _gaq.push(['_trackPageview', '/zoeken/?zoekwaarde={exp:low_search:keywords query="{segment_2}" format="url"}']); | |
| </script> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Download the following ZIPs: | |
| ARM Translation Installer v1.1 (http://www.mirrorcreator.com/files/0ZIO8PME/Genymotion-ARM-Translation_v1.1.zip_links) | |
| Download the correct GApps for your Android version: | |
| Google Apps for Android 5.0 (https://www.androidfilehost.com/?fid=95784891001614559 - gapps-lp-20141109-signed.zip) | |
| Google Apps for Android 4.4.4 (https://www.androidfilehost.com/?fid=23501681358544845 - gapps-kk-20140606-signed.zip) | |
| Google Apps for Android 4.3 (https://www.androidfilehost.com/?fid=23060877490000124 - gapps-jb-20130813-signed.zip) | |
| Google Apps for Android 4.2 (https://www.androidfilehost.com/?fid=23060877490000128 - gapps-jb-20130812-signed.zip) | |
| Google Apps for Android 4.1 (https://www.androidfilehost.com/?fid=22979706399755082 - gapps-jb-20121011-signed.zip) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| username: vagrant | |
| password: vagrant | |
| sudo apt-get update | |
| sudo apt-get install build-essential zlib1g-dev git-core sqlite3 libsqlite3-dev | |
| sudo aptitude install mysql-server mysql-client | |
| sudo nano /etc/mysql/my.cnf |