anotkkikkkkkdfsjsd dsjfkd
test article
test
How to append html end of body tag
Have fun!
How to change the time zone on linux box
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]#
How we configure memcached on fedora with machine restart
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