# first, be sure ntp is installed
sudo apt-get install ntp
# second, check the ntp.conf file to ensure it is setup correctly ( mostly just check the server line )
nano /etc/ntp.conf
# if you want to update the time immediately,
/etc/init.d/ntp stop && ntpdate ntp.ubuntu.com && /etc/init.d/ntp start
| < Prev | Next > |
|---|


