Home
About
Sitemap
Contact
yum install ntp ntpdate -y && service ntpd stop && ntpdate 0.centos.pool.ntp.org && service ntpd start
apt-get install ntp ntpdate -y && service ntp stop && ntpdate pool.ntp.org && service ntp start