Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
vps:incorrect-time [2009-12-03 17:17:07]
garrett.plasky
vps:incorrect-time [2009-12-21 23:14:03]
garrett.plasky
Line 11: Line 11:
 Then you may set the time as you desire, or sync it with an NTP server, e.g.: Then you may set the time as you desire, or sync it with an NTP server, e.g.:
  
-<code console># rdate -s rdate.cpanel.net</code>+<code console># ntpdate ntp1.ndchost.com</code> 
 + 
 +Syncing your time via NTP is considered good practice to ensure proper server functionality. By default the <c>ntpdate</c> command is not installed, so you will need to add it. The process dependson your distro. For CentOS/RedHat/Fedora Core: 
 + 
 +<code console># yum -y install ntp</code> 
 + 
 +For Ubuntu/Debian: 
 + 
 +<code console># apt-get install ntp</code>
 {{tag>vps how-to}} {{tag>vps how-to}}