-
Old versions of PHPMyAdmin and Automated Scanning
-
WordPress Mass Upgrade Script 3.0.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. It pays to check each site after the upgrade to…
-
Virtualmin on the command line
-
WordPress & WordPress MU mass upgrade script 3.0
-
inode problems and full disks
-
Formatting problems and Syntax Highlighting in wordpress
-
Did you know we have a DNS API?
-
DNS import script project. Any takers?
A bit of a cheeky request… I’m looking for something that will import a BIND zone file in our name servers. Anyone interested in having a crack at that? I’m imagining something like a bash/perl/ruby/python script that parses a BIND zone file then uses our DNS api per http://rimuhosting.com/dns/dyndns.jsp to pop the values into our…
-
wordpress & wordpress MU mass upgrade script 2.9.2
Okay, I have rolled the usual ‘upgrade all instances of wordpress’ script. In this version i finally got around to checking the permissions prior to updating and changing the ownership of them back to that owner afterwards. This was breaking things and could be rather annoying before if you had more than 5 sites to…
-
Using incron to autocommit changes in a folder
I found this excellent blog post giving a nice example of incron useage at http://andrew.mcmillan.net.nz/blog/using_incron_to_autoversion_a_directory Normally when I edit files in /etc, I am focused on achieving something now, and not on being able to undo it later. To this end I have written myself a script which will commit the contents of a directory…