Skip to content

Instantly share code, notes, and snippets.

@gdesatrigraha
Last active August 29, 2015 14:08
Show Gist options
  • Save gdesatrigraha/701416a3e67feab36755 to your computer and use it in GitHub Desktop.
Save gdesatrigraha/701416a3e67feab36755 to your computer and use it in GitHub Desktop.
ubuntu common setup
sudo apt-get update
sudo apt-get -y install --reinstall language-pack-en
sudo echo 'LC_ALL="en_GB.utf8"' >> /etc/environment
sudo apt-get -y install python-software-properties apt-file software-properties-common
#apt-file is useful to locate a file in apt, ex: apt-file search add-apt-repository
sudo add-apt-repository ppa:webupd8team/java
sudo apt-get update
sudo apt-get install oracle-java8-installer
sudo reboot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment