X

Linux

Python Tips : Regular Expression usage to exclude something

Let's say we want to match every single rain variation .. "Isolated rain over coastal area" is rain. "Scattered rain…

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…

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. #…

Python : How to write a in python

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

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…

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…

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…

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…

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…

Vim (vi) usage tips and shortcut

Ok. I had been introduced to "Vim" (vi) quite few years ago... i think was 2005? Before that I was…