Skip to content

Instantly share code, notes, and snippets.

@skreutzberger
Created November 3, 2016 16:22
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 skreutzberger/1d4b798e5092831908bb6e79c0de222c to your computer and use it in GitHub Desktop.
Save skreutzberger/1d4b798e5092831908bb6e79c0de222c to your computer and use it in GitHub Desktop.
Basic Ubuntu Setup
sudo su
apt-get update && apt-get upgrade -y && apt-get dist-upgrade -y && apt-get install htop -y
apt-get install unattended-upgrades -y && dpkg-reconfigure -plow unattended-upgrades
apt-get install ntp -y && ntpq -p && service ntp restart
reboot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment