Author: Liz Quilty

  • Migrating VPS with virtualmin – Multiple DNS changes

    We have had a customer move from one host to a new one with Virtualmin, this is usually ok, except in this case he had DNS hosted on his own VPS, most of it pointing to his old IP address. The task was to update all DNS records on his VPS without manually clicking each…

  • WordPress mass update script 3.1.1

    This script will search /var/www (changeable in a variable) for any wordpress installs and make sure its upgraded to the latest version. It will run a backup to /root/wp_upgrade/ of all files and database before doing anything with the site in case of major catastrophe (make sure you have spare disk space if your sites…

  • Jboss Exploits

    There is a JBoss exploit out in the wild.  See http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2010-0738 and https://access.redhat.com/kb/docs/DOC-30741 for details.

  • Plesk 10 – redirect problem

    We have a few people using Plesk 10, and there has been one notable bug with new installs and upgrades. Plesk has decided to redirect after the login to the server https://hostname:11444/relay Whilst this is fine if your hostname is a valid domain name that points to your server, this can be problematic for new…

  • WordPress mass update script 3.1

    This script will search /var/www (changeable in a variable) for any wordpress installs and make sure its upgraded to the latest version. It will run a backup to /root/wp_upgrade/ of all files and database before doing anything with the site in case of major catastrophe (make sure you have spare disk space if your sites…

  • WordCamp 2011 – Wellington

    I (Liz) was lucky enough to go to Wellington on the weekend, and catch up with the great people running New Zealand Wordcamp. Since we have a lot of WordPress users and they are often requiring our help I like to keep up with who is doing what and how. I was originally going to…

  • WordPress mass update script 3.05

    From the guys at wordpress We’ve fixed a pretty critical vulnerability in WordPress’ core HTML sanitation library, and because this library is used lots of places it’s important that everyone update as soon as possible. I realize an update during the holidays is no fun, but this one is worth putting down the eggnog for.…

  • Setting up Monit + with tomcat

    We get asked a lot by customers to install and setup monit. Its not an overly hard task, in fact its pretty darned easy. Monit is brilliant for monitoring and restarting services when they are down, it can alert you or just restart after 5 failed connects/attempts. It handles everything from disk space, to memory,…

  • WordPress mass update script 3.04 – Urgent

    From the guys at wordpress We’ve fixed a pretty critical vulnerability in WordPress’ core HTML sanitation library, and because this library is used lots of places it’s important that everyone update as soon as possible. I realize an update during the holidays is no fun, but this one is worth putting down the eggnog for.…

  • Forwarding email from one host to a new after migration

    It seems a lot of people will move to a new server and want all the old email stuck in /var/mail – its not as easy as it seems to get the email migrated according to google, so I thought i would document it. If you have IMAP available, simply add the new account and…