Skip to content

Instantly share code, notes, and snippets.

@ibanez270dx
Last active June 16, 2016 17:06
Show Gist options
  • Save ibanez270dx/4c3e00facf483d179a6551751741378d to your computer and use it in GitHub Desktop.
Save ibanez270dx/4c3e00facf483d179a6551751741378d to your computer and use it in GitHub Desktop.
Server Setup

Update and upgrade the system

sudo apt-get update && sudo apt-get upgrade && sudo apt-get dist-upgrade && sudo apt-get autoremove
sudo reboot

Configure timezone

sudo dpkg-reconfigure tzdata
sudo apt-get install -y ntp
sudo ntpdate ntp.ubuntu.com
date
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment