Use following Command: uname -a For more information you can check following page. http://www.computerhope.com/unix/uuname.htm Incoming search terms:how to check linux os versionhow to check the os version in linuxhow to check the linux os versionhow to check the version of … Continue reading
Monthly Archives: January 2010
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@kapilk-pc … Continue reading
How to append html end of body tag
I created the following script putting the html at the end of body tag. If you are using or following web 2.0(Table less HTML) standards for creating the HTMLs then this script will work 100% Just Put this script in … Continue reading
How to change the time zone on linux box
Please use following commands for changing the timezone. [root@ip-kapilk-pc kapil]# date Fri Jan 22 06:35:11 MST 2010 [root@ip-kapilk-pc kapil]# 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 … Continue reading
how to create easy web layout in dreamweaver
In dream weaver you can easy create web layout, edit web layout & modified. you just have to go in dream weaver click file then select new after clicking new there is open new window in that many option to … Continue reading
How to setup vnc-server on fedora 11
Use following steps [root@siwank-pc siwan]# 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@siwank-pc siwan]# vim /etc/sysconfig/vncservers In file use following lines (//SIWAN IS MY USER NAME, YOU … Continue reading
How to install Imagemagick and How to check Imagemagick on Fedora
Use following command for Installing the Imagemagick #su #YOUR_PASSWORD #yum install imagemagik OR binary installtion follow this: tar -xzf imagemagic1.2.3.4.5.6.tar.gz cd imagemagic1.2.3.4.5.6 ./configure make make check make install How to check Imagemagick on Fedora: [root@siwank-pc html]# rpm -ql ImageMagick /usr/bin/animate … Continue reading