#Dependencies
sudo apt-get -y install bison flex cmake-curses-gui libssl-dev libtiff4-dev libboost-all-dev libopenexr-dev
sudo apt-get update
#General Apps
sudo apt-get -y install keepass2 ttf-mscorefonts-installer virtualbox
#Multimedia Apps
sudo apt-get -y install kid3 winff-gtk2 vlc audacity soundconverter
#Dev Tools
sudo apt-get -y install git-gui gitk filezilla pgadmin3
#System Apps
sudo apt-get -y install gigolo unetbootin gparted furiusisomount gnome-disk-utility
#Install Compton (for Xubuntu)
sudo add-apt-repository -y ppa:richardgv/compton
sudo apt-get update && sudo apt-get -y install compton
#Skype
curl -O http://download.skype.com/linux/skype-ubuntu-precise_4.2.0.13-1_i386.deb
sudo dpkg -i skype-ubuntu-precise_4.2.0.13-1_i386.deb
#sudo apt-get -f install
#Remove packages
sudo apt-get remove gmusicbrowser thunderbird pidgin
sudo apt-get autoremove
sudo apt-get update
#Dev Tools
sudo apt-get -y install git lighttpd apache2-utils build-essential
#Utilities
sudo apt-get -y install checkinstall openssh-server p7zip-full apt-file ttyrec ttyplay pdfgrep pngcrush
#Local Apps
sudo apt-get -y install iotop sysstat ncdu htop dbench dtrx mc slurm qalc tmux
#Network Apps
sudo apt-get -y install httping wget curl w3m netperf
#Languages and Language Tools
sudo apt-get -y install python-pip python-virtualenv
sudo apt-get -y install php5-cgi php5 php5-cli
sudo apt-get -y install default-jdk
#Node.js
curl -L https://raw.githubusercontent.com/imsky/scripts/master/nodejs/nodejs.sh | bash
#FFmpeg
read -p "Visit https://ffmpeg.org/download.html to download FFmpeg"