IT How Tos

Home

About

Sitemap

Contact

How to install and configure NTP on servers

CentOS 6

yum install ntp ntpdate -y && service ntpd stop && ntpdate 0.centos.pool.ntp.org && service ntpd start

CentOS 7

Ubuntu 14

apt-get install ntp ntpdate -y && service ntp stop && ntpdate pool.ntp.org && service ntp start