Tag Archive | "Local Time"

Setting Local Time on a Linux Server

Sunday, August 2, 2009

0 Comments

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 [...]

Continue reading...