Quick uninstall JetBrains settings:
curl -sL https://gist.github.com/denji/9731967/raw/jetbrains-uninstall.sh | sudo bash -s
Quick uninstall JetBrains settings:
curl -sL https://gist.github.com/denji/9731967/raw/jetbrains-uninstall.sh | sudo bash -s
| 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 |
| 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) |
| <script type="text/javascript"> | |
| _gaq.push(['_trackPageview', '/zoeken/?zoekwaarde={exp:low_search:keywords query="{segment_2}" format="url"}']); | |
| </script> |
| #!/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 |
| 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 |
| 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 |
| sudo add-apt-repository ppa:xubuntu-dev/xfce-4.10 | |
| sudo apt-get update | |
| sudo apt-get xubuntu-desktop |
| 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 |
| // 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 |