Skip to content

Instantly share code, notes, and snippets.

@dgoguerra
Created February 23, 2017 17:45
Show Gist options
  • Save dgoguerra/ececd01d7cd651b5a4ce2c6502da6088 to your computer and use it in GitHub Desktop.
Save dgoguerra/ececd01d7cd651b5a4ce2c6502da6088 to your computer and use it in GitHub Desktop.
reload ubuntu server timestamp
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