Skip to content

Instantly share code, notes, and snippets.

@bahelms
Created October 3, 2014 21:11
Show Gist options
  • Save bahelms/00b90a938c8779a9b2d5 to your computer and use it in GitHub Desktop.
Save bahelms/00b90a938c8779a9b2d5 to your computer and use it in GitHub Desktop.
Resync stupid ubuntu clock
# Re-sync clock on ubuntu
sudo /etc/init.d/ntp stop
sudo ntpdate ntp.ubuntu.com
sudo apt-get install ntp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment