Gestione Ora
Da wiki.gienne.cloud.
Eseguire:
yum install ntp -y
echo server ntp1.inrim.it >> /etc/ntp.conf
echo server ntp2.inrim.it >> /etc/ntp.conf
chkconfig ntpd on
service ntpd start
Per CENTOS 7 usare:
systemctl enable ntpd systemctl start ntpd
BUG non BUG: https://www.centos.org/forums/viewtopic.php?t=58530