How to setup NTP on Ubuntu to set the system time automatically.

To install NTP on Linux and update the system time automatically from the Internet, firstly install the NTP client. jason@darkstar:~$ sudo apt-get install ntpjason@darkstar:~$ sudo apt-get install ntp Then install the ntpdate utility. sudo apt-get install ntpdatesudo apt-get install ntpdate Then you may synchronize the time on your machine with the Internet time server. jason@darkstar:~$ … Read more

OpenSuse 11.3. Setting the time and managing services.

When managing services on OpenSuse 11.3 the best way is to use the service command. One example is to synchronize the time with an Internet time server. I have NTP setup so I can just type: service ntp restartservice ntp restart That command will restart the NTP daemon and set the time on your machine … Read more