Let’s say we want to match every single rain variation .. “Isolated rain over coastal area” is rain. “Scattered rain over inland area” is rain. “Rain” is rain However.. but
Category: Linux
One Liner Tips : how to kill multiple process with just one lineOne 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 making some weird sound when tried to play a youtube
Apache Tips : How to force redirect old domain to new domainApache 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. # It can be "All", "None", or any combination of the
Python : How to write a function in pythonPython : 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 extra careful with the white space and tab.. this is
How to force reload a XML / HTML files on serverHow 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 would help a bit. # For XML # Force reload
Oracle : some problem with flash_recovery_disk sizeOracle : 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 from scratch and import back data from previous database backup.
Git via ssh and gnome-terminalGit 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 key correctly .. so that can login to remote central
Setting GFS2 partition for cluster usage in Redhat 5Setting 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 create GFS2 partition is as below : mkfs.gfs2 -p lock_dlm
Java 1.6 update 21 for CentOS 5.5Java 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 the bin file from java website . “jre-6u21-linux-i586.bin” and put
Vim (vi) usage tips and shortcutVim (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 using “pico” which is meant for pine or reading email
