Skip to content

Instantly share code, notes, and snippets.

@jestan
Created January 12, 2016 08:29
Show Gist options
  • Save jestan/aeb80b9d1978049493bf to your computer and use it in GitHub Desktop.
Save jestan/aeb80b9d1978049493bf to your computer and use it in GitHub Desktop.
Resetting System Time Using NTP
sudo service ntp stop
sudo ntpd -gq
sudo service ntp start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment