Ubuntu Sync Time

synchronizing system time with Ubuntu servers
sudo ntpdate ntp.ubuntu.com

setting hardware clock to new time
sudo hwclock --systohc

create cron job
sudo wget -q http://www.panticz.de/sites/default/files/scripts/ntpdate -O /etc/cron.daily/ntpdate
sudo chmod 755 /etc/cron.daily/ntpdate

Links
https://help.ubuntu.com/10.04/serverguide/C/NTP.html

Do you like this page? Then support it. Please click the AD below and visit the sponsor. Thank you!