Linux

One Liner Tips : how to kill multiple process with just one line

Sometime , firefox did crash on me for don't know what reason. I think is because of Flash.. It was…

16 years ago

Apache Tips : How to force redirect old domain to new domain

Change the definition of Override in /etc/httpd/conf/httpd.conf # # AllowOverride controls what directives may be placed in .htaccess files. #…

16 years ago

Python : How to write a function in python

Due some circumtance , I had opted to use python script.. Well, for python script , you need to be…

16 years ago

How to force reload a XML / HTML files on server

How you wish the browser not to cache the configuration file inside an XML file. adding the following to /etc/httpd/conf/httpd.conf…

16 years ago

Oracle : some problem with flash_recovery_disk size

The installation of Oracle 11g R2 .. went on smoothly .. except for database migration.. so we start the database…

16 years ago

Git via ssh and gnome-terminal

Firstly need to install git itself with the following yum install git -y --enablerepo rpmforge After that setup the SSH…

16 years ago

Setting GFS2 partition for cluster usage in Redhat 5

let's say the cluster name is "mynamran" and the shared storage device is mapped to /dev/mapper/mpath0 so the command to…

16 years ago

Java 1.6 update 21 for CentOS 5.5

Somehow new firefox is dropping support for old-version of java. test your java VM here . so i just downloaded…

16 years ago

How to install driver for Ricoh Aficio MP C2500 in Ubuntu 9.10

First of all grab the PPD file from here. Save it to somewhere you can find later. Then go to…

16 years ago

How to make font display look nicer on linux machine

Sometime the font display look sluggish on display. Especially when we tried to run some X based GUI from remote.…

16 years ago