Skip to content

Instantly share code, notes, and snippets.

@yanzhihong23
Created June 26, 2017 03:15
Show Gist options
  • Save yanzhihong23/29cd8da76cefea7f46b816f232970877 to your computer and use it in GitHub Desktop.
Save yanzhihong23/29cd8da76cefea7f46b816f232970877 to your computer and use it in GitHub Desktop.
centos update server time
yum install ntp
chkconfig ntpd on
ntpdate pool.ntp.org
service ntpd start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment