Have fun!
Have fun!
Please use following commands for changing the timezone.
[root@ip-purabk-pc purab]# date
Fri Jan 22 06:35:11 MST 2010
[root@ip-purabk-pc purab]# ln -sf /usr/share/zoneinfo/
Africa/ Cuba GMT0 Japan Poland Universal
America/ EET GMT-0 Kwajalein Portugal US/
Antarctica/ Egypt GMT+0 Libya posix/ UTC
Arctic/ Eire Greenwich MET posixrules WET
Asia/ EST Hongkong Mexico/ PRC W-SU
Atlantic/ EST5EDT HST Mideast/ PST8PDT zone.tab
Australia/ Etc/ Iceland MST right/ Zulu
Brazil/ Europe/ Indian/ MST7MDT ROC
Canada/ Factory Iran Navajo ROK
CET GB iso3166.tab NZ Singapore
Chile/ GB-Eire Israel NZ-CHAT Turkey
CST6CDT GMT Jamaica Pacific/ UCT
[root@ip-purabk-pc purab]# ln -sf /usr/share/zoneinfo/EST /etc/localtime
[root@ip-purabk-pc purab]# date
Fri Jan 22 08:40:32 EST 2010
[root@ip-purabk-pc purab]#
First install the memcached on server- linux box
# yum install php-pdo php-mcrypt squirrelmail php-pecl-apc php-xml php-gd php-devel php php-imap php-pgsql php-pear php-soap php-mbstring php-ldap php-mysql php-cli php-pecl-memcache
Using this file you can change the cache and memory size.
[root@purabk-pc purab]# vim /etc/rc.d/init.d/memcached
Aslo change the following file also. Do same setting in this file
# /etc/sysconfig/memcached
[root@purabk-pc purab]# /etc/init.d/memcached restart
Stopping memcached: [ OK ]
Starting memcached: [ OK ]
Following command will set command as wheneven machine reboots, memcached server will restart.
[root@purabk-pc purab]# /sbin/chkconfig memcached on
Use following Command:
uname -a
For more information you can check following page.
http://www.computerhope.com/unix/uuname.htm
Use following steps
[root@purabk-pc purab]# yum install vnc-server
Loaded plugins: refresh-packagekit
Setting up Install Process
Package tigervnc-server-1.0.0-2.fc11.i586 already installed and latest version
Nothing to do
[root@purabk-pc purab]# vim /etc/sysconfig/vncservers
In file use following lines (//PURAB IS MY USER NAME, YOU NEED TO USE YOUR USERNMAE)
VNCSERVERS=”59:purab”
VNCSERVERARGS[59]=”-geometry 1024×768 -nolisten tcp”
Than set your password or change for VNC-viewer
[purab@purabk-pc ~]$ vncpasswd
Password:
Verify:
Than Became root user
[purab@purabk-pc ~]$ su
Password:
Start the VNC server
[root@purabk-pc purab]# /sbin/service vncserver restart
[root@purabk-pc purab]# /sbin/chkconfig vncserver on
Done!
Now you can able to use your box from vnc viewer..