Set Correct Time and Timezone

For Dedicated servers & VMWare just set the time using

date -s "17 JUN 2010 19:54:00"

 

To set the correct timezone (needed for VPS's)

cd /etc

mv localtime localtime.old

ln -sf /usr/share/zoneinfo/Europe/Athens localtime

  • 2 Users Found This Useful
Was this answer helpful?

Related Articles

HowTo: Setup Lighttpd & MySQL 5 & PHP 5

  Light HTTP with MySQL 5 and PHP 5 (LLMP) OS: CentOS(5.2 - 5.5) by eServices GreeceAuthor:...

Rapid SSL CA Bundle

You will find the bundle here: http://www.geotrust.com/resources/root-certificates/

Mysql Optimized configuration (centos 5.2-5.5, openSUSE11.0-11.3)

==========[my.cnf]==========       [client] port        ...

Lighttpd Optimized configuration (centos 5.2-5.5, openSUSE11.0-11.3)

==========[lighttpd.conf]==========       # lighttpd configuration file # #...

Python Script to Create XEN MAC's

  #! /usr/bin/python # createmacs.py (c) 2010 George Pantazis -...