Monthly Archives: May 2009

A Twitter Search WordPress Plugin View Comments

Ok, this is not really a plugin per se, but WordPress already has the capability of displaying a Twitter search stream via it’s RSS feed widget. It is dirt simple to set up. Go into Appearance -> Widgets and select the widget area you wish to add the twitter search stream to; Add “RSS” and [...]

Ubuntu Server in Place Network Upgrade From 8.10 to 9.04 View Comments

It is easy to do an in-place upgrade of Ubuntu Server from 8.10 ‘Intrepid Ibex‘ to 9.04 ‘Jaunty Jackalope‘. You can do this remotely over ssh or whatever you use to control your server. Best practices say to make sure to backup your server before doing the upgrade. I’ve done several servers this way with [...]

Easy Search and Replace in Multiple Files on Linux Command Line View Comments

I recently came across a typo that existed in a bunch of html files on my web server. I thought it should be easy enough to change, but since it was in a number of files, editing it by hand would be time consuming. Fortunately, there is an easy, one liner command to replace the [...]

Password Protected Folder Gives 404 Not Found in WordPress Installation Sub-folder. View Comments

Came across this little maddening issue again today after fixing it a few months back. I created a directory that is password protected using a .htaccess file. However, when trying to access this folder or anything under this directory, a File Not Found 404 error from WordPress is displayed before it even prompts you for [...]

Installing And Compiling Zabbix Client / Agent View Comments

Zabbix is an excellent system monitoring package. It does everything from basic availability checking to detailed system resource analysis. It is capable of graphing the variables pulled from the system, and alerting admins if there is a problem or something needed for attention. Once you have the Zabbix server set up, you need to install [...]