Thursday, July 24, 2008

Ubuntu Server Time Syncronization in command line

Can't sync the time in ubuntu server? try this
1 Open a terminal window
2 type this command: dpkg-reconfigure tzdata
3 Follow the directions in the terminal.

If you want to keep it in sync install a ntp server

1.open terminal
2.type sudo apt-get install ntp ntpdate
3. sudo nano /etc/ntp.conf and add the adresses of ntp servers

No comments:

Post a Comment