Created
February 23, 2017 17:45
-
-
Save dgoguerra/ececd01d7cd651b5a4ce2c6502da6088 to your computer and use it in GitHub Desktop.
reload ubuntu server timestamp
This file contains hidden or 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 service ntp stop | |
| sudo ntpdate -s time.nist.gov | |
| sudo service ntp start |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment