Skip to content

Instantly share code, notes, and snippets.

@pubkey
Last active July 3, 2017 17:17
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 pubkey/faa828aa3b6ed43920316e834204917d to your computer and use it in GitHub Desktop.
Save pubkey/faa828aa3b6ed43920316e834204917d to your computer and use it in GitHub Desktop.
new_linux_server.bash
apt-get update
apt-get upgrade -y
apt-get dist-upgrade -y
# choo choo!
apt-get install sl -y
apt-get install wget -y
apt-get install curl -y
apt-get install htop -y
apt-get install git -y
apt-get install build-essential -y
curl -sSL https://get.docker.com/ | sh
apt-get install nginx -y
mkdir /websites
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment