Skip to content

Instantly share code, notes, and snippets.

@sarnobat
Last active September 19, 2017 22:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sarnobat/a06de6d80c32ce2f553cbe56ca5a2cdd to your computer and use it in GitHub Desktop.
Save sarnobat/a06de6d80c32ce2f553cbe56ca5a2cdd to your computer and use it in GitHub Desktop.
Ubuntu - install these
sudo apt-get install -y zsh
chsh $(whoami) -s /usr/bin/zsh
sudo apt-get install -y git
sudo apt-get remove -y vim
sudo apt-get install -y vim
sudo apt-get install -y openjdk-7-jdk
#sudo apt-get install -y default-jdk
#sudo apt-get install -y groovy - Not recent enough
sudo apt-get install -y cifs-utils
sudo apt-get install -y nfs-common
sudo apt-get install -y nfs-kernel-server
sudo apt-get install -y ffmpeg
sudo apt-get install -y duff
sudo apt-get install -y unionfs-fuse
sudo apt-get install -y apache2
#-----------------------------------------------------------------------------------------
#
# DESCRIPTION
#
# New Ubuntu Installation
#
# NOTES
#
# (-) system_setup.sh is the master copy BUT technology-linux.mwk has some new content
# (-) -y skips confirmation so we can run a lot of it unattended
#
#-----------------------------------------------------------------------------------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment