Tag Archives: PHP

Web Server Quandary

Apache was probably the first Linux application I learned how to configure. However, I’ve gotten a bit frustrated with it recently… The Problem A memory leak. Apache is eating up memory so quickly that I need to restart it every … Continue reading

Posted in GNU/Linux, Open Source, PHP, Python, Technology | Tagged , , , , , , | 20 Comments

WordPress Rocks at Updates

I feel I owe it to my friends who put up with my senseless Python fanboying to admit WordPress is not only a great blog engine, but rocks at updates. I just upgraded from 2.5 to 2.6 by doing a … Continue reading

Posted in Open Source, PHP, Python, Technology | Tagged , , , , | 1 Comment

Simple WordPress Upgrade Using Subversion

I’ve been using subversion to update WordPress for a few minor revisions now. I simply followed the 2.2 branch and ran… svn up …to update my code. Today I ran… svn switch http://svn.automattic.com/wordpress/branches/2.3 …followed by visiting the upgrade script page … Continue reading

Posted in Open Source, PHP, Technology | Tagged , , , , | 1 Comment