Malaysia Today Mirrors
- Posted by sunsuron on 12:51PM Aug 29, 2008
Microsoft Windows XP [Version 5.1.2600] (C) Copyright 1985-2001 Microsoft Corp. C:\Documents and Settings\Charles>nslookup Default Server: cns2.tm.net.my Address: 202.188.1.5 > >>
Copying and Deleting
- Posted by sunsuron on 02:49AM Aug 24, 2008
Windows xcopy <source> <destination> /E /I /C /Y /F rmdir <dir> /S /Q Linux cp -Rv <source> <destination> rm -fr <dir> Now I can perform <?php if(stristr( >>
Avoid IE6, It’s time to upgrade
- Posted by sunsuron on 05:36PM Aug 23, 2008
Stumbled into this javascript code while looking at jQuery Lightbox Plugin (balupton edition) code which redirect me to http://www.savethedevelopers.org/ and yes, it’s time to move on. Support this >>
Method to determine whether a year is a leap year
- Posted by sunsuron on 10:45PM Aug 14, 2008
How to determine whether a year is a leap year If the year is evenly divisible by 4, go to step 2. Otherwise, go to step 5. If the year is evenly divisible by 100, go to step 3. Otherwise, go to step >>
The folder size of /usr keep increasing
- Posted by sunsuron on 06:17PM Aug 6, 2008
As the topic stated, the folder /usr keep increasing and I don’t have enough skill to identify what is it or where exactly the problem source. It could be a log file but even du -ch <dir> I >>
DocumentRoot must be a directory error
- Posted by sunsuron on 10:30PM Jul 31, 2008
The error: [root@hostname ~]# service httpd restart Stopping httpd: [ OK ] Starting httpd: Syntax error on line 280 of /etc/httpd/conf/httpd.conf: DocumentRoot >>
Upgraded to WP2.6
- Posted by sunsuron on 04:55PM Jul 30, 2008
Just finished upgrading… [gambaris@acacia charles]# unzip -o wordpress.zip inflating: wp-trackback.php ... ...
SQL resultset to CSV
- Posted by sunsuron on 09:40AM Jul 11, 2008
Question: I want to grab data from SQL database and show it in csv file. Answer: SELECT * INTO OUTFILE '/tmp/out.csv' FIELDS TERMINATED BY ',' OPTIONALLY ENCLOSED BY '"' LINES TERMINATED BY >>
Download Centos 5.2
- Posted by sunsuron on 03:36PM Jul 9, 2008
What’s up doc? [charles@smallville /home/charles]# wget http://ftp.osuosl.org/pub/centos/5.2/isos/i386/CentOS-5.2-i386-bin-1of6.iso --14:58:00-- http://ftp.osuosl.org/pub/centos/5.2/isos/i386/CentOS-5.2-i386-bin-1of6.iso Resolving >>
The Software Business 101
- Posted by sunsuron on 06:04PM Jun 17, 2008
Creating something cool is easy but maintaining can be disastrous. The code works but real challenges are when several different system involved. There are 2 things that client will always request by default. Get >>
How to download myspace songs
- Posted by sunsuron on 08:04PM Jun 16, 2008
Jason Mraz is one of my favorite singer. He is gifted. While waiting in agony for my girlfriend to finish her monthly window shopping and fortunately enough manage to find an unoccupied bench which supposedly >>
Starting Firefox with profile manager
- Posted by sunsuron on 12:09PM Jun 13, 2008
Whenever I go to perform a demo at client site, I will switch my Firefox profile to ‘demo’ which I created specifically for demo session. This is handy because I don’t want to use the >>
Di mana Hellena?
- Posted by sunsuron on 12:05PM Jun 12, 2008
Missing Children: Helena Hairy Lojimin: Take a good look at the picture, close your eyes and memorize the face. Déjà vu will guide you. Quote from The New Sabah Times. Thanks to The Dogoes and Cikgu >>
English Mistakes from Language Students
- Posted by sunsuron on 11:01AM Jun 12, 2008
English Mistakes from Language Students. Do you like this food? I made it from scratching! A cold is caused by micro-orgasms in your nose. I had a little ass dent this morning but I’m okay now. Yesterday >>
For loops in file operations
- Posted by sunsuron on 02:13PM Jun 11, 2008
Examples demonstrating the use of FOR loops in converting .wav file to mp3 using LAME Linux: for f in *.wav; do lame "$f" "${f%.wav}.mp3"; done Windows: FOR %%i IN (*.wav) >>

