Home > System > Changing Timezon and NTP On Ubuntu server

Changing Timezon and NTP On Ubuntu server

Timezon Config

dpkg-reconfigure tzdata

Time Synchronisation with NTP

as root, create a file /etc/cron.daily/ntpdate containing:
ntpdate ntp.ubuntu.com
The file /etc/cron.daily/ntpdate must also be executable
sudo chmod 755 /etc/cron.daily/ntpdate

Categories: System Tags: , , ,
  1. No comments yet.
  1. No trackbacks yet.