Skip to content

Instantly share code, notes, and snippets.

@danielbaccin
Last active December 6, 2015 03:57
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 danielbaccin/5a3527bd64b1852dcfba to your computer and use it in GitHub Desktop.
Save danielbaccin/5a3527bd64b1852dcfba to your computer and use it in GitHub Desktop.
intall java oracle
#Oracle JDK 7
sudo apt-get install python-software-properties
sudo add-apt-repository ppa:webupd8team/java
sudo apt-get update
sudo apt-get install oracle-java7-installer
#install git
sudo apt-get install git
#generate public key
ssh-keygen -t rsa
#Linux 32 Bit Libraries
sudo apt-get install libc6:i386 libncurses5:i386 libstdc++6:i386 lib32z1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment