Last active
August 29, 2015 14:13
-
-
Save Nav-Appaiya/400e1fe362c6dd3a8afd to your computer and use it in GitHub Desktop.
This file contains 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 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" |
This file contains 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 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 |
This file contains 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
#Dependencies | |
sudo apt-get -y install bison flex cmake-curses-gui libssl-dev libtiff4-dev libboost-all-dev libopenexr-dev |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment