I am going to show you a way that I use to set the local time on my Linux servers. It really isn't that hard either.
First, you should get NTP installed.
apt-get install ntp ntpdate
Next, just in case, make a backup of your already configured time.
mv /etc/localtime /etc/localtime-backup
Then we start to go into the process of [...]


2. August 2009
0 Comments