Clearly I haven’t blogged for a while – this was evident by the fact I had a wordpress upgrade waiting to be done, and no less than 8 plugin upgrades!
Now normally, I don’t mind being all long winded about plugin upgrades, because it’s usually just one or 2. Now because I’m picky and awkward, the WP auto-upgrade for plugins doesn’t seem to work on my server. Instead of fixing that, I simply wrote a bash script. The contents of which are:
#!/bin/bash if [ $# == 2 ]; then new=$2 else new=$1 fi if [ -d $1 ]; then rm -rf ./$1 fi wget http://downloads.wordpress.org/plugin/$new.zip unzip ./*.zip rm ./*.zip
Not sure if anybody wants to use that – I’m sure it could be improved, but it satisfied 2 of my needs. I now have an easier way to update (and install, I guess) plugins, and a lesser desire to code things. I now have to think of my next blog topic so I can get back on track!

New Home!
As I posted earlier today (sorry for any Planet spam!), I planned on moving my Planet Ubuntu feed over to blog.joeb454.com later in the week.
I changed my mind and did it about an hour after posting that last post. Hopefully I remembered to use the correct feed type for WordPress, else I’ll have to edit it again!
From what I’ve seen though, the site seems to be holding up pretty well, It’s not using gross amounts of RAM just yet, but I’ll be keeping an eye on it
The only real issue I’ve run into is that it doesn’t seem to want to email me when a comment is held for moderation, or when a comment is left at all.
I’m not sure why it doesn’t, because it sends out emails for registration. I’ll have to wait and see how that one goes
Posted in Internet