Created
April 28, 2015 13:34
-
-
Save mjurincic/713dc85c8a335660b30b to your computer and use it in GitHub Desktop.
synchronize time using NTP
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
$ sudo ntpdate pool.ntp.org | |
$ sudo service ntp stop | |
$ sudo ntpdate pool.ntp.org | |
$ sudo service ntp start | |
$ sudo ntpdate -u pool.ntp.org |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment