Skip to content

Instantly share code, notes, and snippets.

@PSJoshi
Last active July 13, 2016 03:51
Show Gist options
  • Select an option

  • Save PSJoshi/7a7e419594b43b02e96c to your computer and use it in GitHub Desktop.

Select an option

Save PSJoshi/7a7e419594b43b02e96c to your computer and use it in GitHub Desktop.
ntp time synchronzation
#service ntp stop
#ntpdate ntp.ubuntu.com
#service ntp start
# forced NTP synchronization
sudo service ntp stop
sudo ntpd -gq
#sudo ntpdate -sb 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