Linux Time Synchronization Using NTP
Setting up time synchronization on Linux is dead simple. The example shown here is for Debian Etch 4.0:
| Bash | | copy | | ? |
apt-get install ntp |
apt-get install ntpdate |
Make sure your timezone is set correctly:
| Bash | | copy | | ? |
tzconfig |
then choose your country and location and that’s it.
