Skip to content

Instantly share code, notes, and snippets.

@mjurincic
Created April 28, 2015 13:34
Show Gist options
  • Save mjurincic/713dc85c8a335660b30b to your computer and use it in GitHub Desktop.
Save mjurincic/713dc85c8a335660b30b to your computer and use it in GitHub Desktop.
synchronize time using NTP
$ 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