Created
October 3, 2014 21:11
-
-
Save bahelms/00b90a938c8779a9b2d5 to your computer and use it in GitHub Desktop.
Resync stupid ubuntu clock
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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