Last active
July 13, 2016 03:51
-
-
Save PSJoshi/7a7e419594b43b02e96c to your computer and use it in GitHub Desktop.
ntp time synchronzation
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
| #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