PECL Manual Install on Linux Centos

PECL Manual Install on Linux Centos

Just bought a VPS server hosting to play around from Media Temple. The Dedicated Virtual (DV) package come with Linux Centos, and all this while I’ve been a FreeBSD user, think it shouldn’t be hard to use Linux 😀 Sorry…

Kill Multiple Processes or PID on FreeBSD

Kill Multiple Processes or PID on FreeBSD

Sometime I have problem killing all apache processes or PID on a high load web server even though the service has been stopped. One of the quick way to kill all the services is using ps command. shell> ps ax…

Quick Screen Lock on Apple Mac OSX

Quick Screen Lock on Apple Mac OSX

Locking your screen is critical when you are using your laptop in public or in the office, if you don’t lock your screen, within a second the data in your laptop might be owned by somebody who walk pass by…

Star Wars ASCII Animation Through Telnet

Telnet to mail server port? telnet to web server port? telnet to domain name server port? Why not telnet to watch Star Wars ASCII animation? Found this interesting stuff, An ASCII animation based on Star Wars created by Erik Thorne….

PCRE Error on PHP 5.2.x

Recent upgrade to PHP 5.2.8 and PHP 5.2.9 have given me some error on the PCRE/Regex library. That is some sort of bugs I search through the net, so far I still can’t find fixed or patch. After continuously compiling…