Debugging Server Still Continue
Update 12/12/2010: Now I finally have the clues. It was a plugin’s fault. Now I’m breaking down to debug all the plugins’ queries to the database.…
// CATEGORY · 173 POSTS · TOOLING
Editor setup, CLI scripts, CI tricks, things that compound.
Update 12/12/2010: Now I finally have the clues. It was a plugin’s fault. Now I’m breaking down to debug all the plugins’ queries to the database.…
These past couple of days I’ve spent a lot of time debugging the nginx 504 gateway timeout error. As far as I understand, this error 504…
It’s been more than 2 months now that I’ve been using Nginx (read: Engine X) as a reverse proxy server with Apache to serve static files…
Regular expressions (regex or regexp) provide a concise and flexible means for matching strings of text — for instance, particular characters, words, or patterns of characters.…
Talking about server-side security comes down to firewalls — filtering connections to and from your server. Closing unnecessary ports, blocking unwanted connections, and blacklisting spammers are…
OpenVZ is container-based virtualization for Linux. OpenVZ creates multiple secure, isolated containers (otherwise known as VEs or VPSs) on a single physical server, enabling better server…
PEAR is short for “PHP Extension and Application Repository” which provides a repository for PHP community extensions that will make your PHP installation more powerful and…
When you buy a new brand PC or laptop, you were told by the seller about the specification of your PC or laptop. But how do…
If you are a PHP web developer or want to be, it is a must that you need to have a testing environment. A testing environment…