Meta
Categories
Tag Archives: ntp
Linux: Sync Time with ntpdate
Sync Time using ntpdate Manual Sync # sudo as root sudo su – # Stop ntpd service ntpd stop # Sync time ntpdate pool.ntp.org # Start ntpd service ntpd start Setup ntpd Server vi /etc/ntp.conf # … Continue reading