Sync your computers time with an ntp server

$ apt-get install ntpdate
$ crontab -e

Add the following to your crontab,

0 0 * * * ntpdate -b north-america.pool.ntp.org >> /dev/null

You can find other servers here, http://support.ntp.org/bin/view/Servers/NTPPoolServers », or just http://www.ntp.org ».

Page Comments (Click to edit)






[Click to add or edit comments])

Please prepend comments below including a date

Design by N.Design Studio, adapted by solidGone.org (version 1.0.0)
Have a nice day.