Skip to content

Instantly share code, notes, and snippets.

@vigohe
Last active December 5, 2017 05:15
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 vigohe/3d14c31a707820da7224be7979deeafd to your computer and use it in GitHub Desktop.
Save vigohe/3d14c31a707820da7224be7979deeafd to your computer and use it in GitHub Desktop.
ubuntu_must_have
# essentials
sudo apt install curl git net-tools build-essential -y
# java 8
sudo add-apt-repository ppa:webupd8team/java && sudo apt-get update && sudo apt-get install oracle-java8-installer
# Docker
curl -fsSL get.docker.com -o get-docker.sh && ./get-docker.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment