Social Media
-
Recent Posts
- Centos brcm-iscsi.log
- WordPress mass update script 3.3.1
- Introducing 2 Parts Magic
- WordPress mass update script 3.3
- December 2011 Newsletter
- Silverstripe CMS on Standing Cloud webinar Tue Dec 13 1300 PST
- Fixing broken permissions or ownership
- Using swap within a VPS
- Easy application hosting using StandingCloud and RimuHosting
- Checking a potentially hacked machine and reinstalling packages when you break things
- VPS-on-dedicated server hosting v2.0
- DigiNotar and SSL certificates
- Why is your server sending spam? why does it keep crashing with high load?
- Could not perform immediate configuration on already unpacked ‘util-linux’.Please see man 5 apt.conf under APT::Immediate-Configure for details
- Hurricane Irene approaching New York
- Apache exploit may crash your server – heres how to fix it
- RimuHosting turns on redundant PSU and redundant power feed options
- Wildcard DNS queries added to our DNS API
- 10 August Dallas outage report
- PCI compliance – a basic HOWTO
Featured
- Easy Peasy Linux Firewalling - iptables
- Fixing broken permissions or ownership
- HOWTO videos for Rimuhosting Control Panel on youtube
- PCI compliance - a basic HOWTO
- Quick and Easy Automatic Backup Script
- Quick and easy iptables blocking and firewalling basics
- rdiff-backup script using sshfs for larger backups
- Setup mail hosting on Debian Squeeze and other distros using postfixadmin
- WordPress mass update script 3.3.1
Tags
apache apache2 api backup bash broken bug centos cloud competition controlpanel Dallas debian dns dpkg easy email error exploit fix hack install java linux mail management mass monitoring mysql Office postfix Rimuhosting script Security server support sysadmin twitter ubuntu update upgrade virtualmin vps wordpress yumSubscription
Fill out the form below to signup to our blog newsletter and we'll drop you a line when new articles come up.
Our strict privacy policy keeps your email address 100% safe & secure.
Meta
Tag Archives: bash
WordPress mass update script 3.2.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 … Continue reading
WordPress mass update script 3.1.4
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 … Continue reading
WordPress & WordPress MU mass upgrade script 3.0
Sorry for the slower than usual update this time. I was rather busy/sidetracked and left it for a day or two before doing it. Since it wasn't a exploit fix release i figured it wasn't a major. Anyway, here goes … Continue reading
WordPress 2.9.1 mass upgrade script
Okay, I have rolled the usual ‘upgrade all instances of wordpress’ script. Heres your script to upgrade them all. wget http://b.ri.mu/files/wordpress-upgrade-2.9.1.sh ; sh wordpress-upgrade-2.9.1.sh Because the previous version has one less number (it shows up as 2.9 rather than 2.9.0 … Continue reading
Posted in Rimuhosting
Tagged automatic, bash, script, upgrade, wordpres, wordpress-upgrade
Leave a comment
Quick and Easy Automatic Backup Script
At Rimuhosting we do a weekly snapshot backup of your VPS. This means that if anything goes wrong you can revert to the previous image. However since its weekly, not daily, you may find you have lost the data between … Continue reading
Posted in Featured, Rimuhosting
Tagged automated, backup, backupspace, bash, cron, easy, ftp, management, script
Leave a comment
Small Shell Script for monitoring
A customer wanting to do basic monitoring , i had a google and found the following script which is very handy. #!/bin/bash # # Script to notify admin user if Linux,FreeBSD load crossed certain limit # It will send an … Continue reading
Adding timestamps to your bash history
Often we've had boxes compromised, or commands run that we have no idea who did it and at what time. Its very frustrating, especially when we have no idea if a customer did it, one of the staff, or if … Continue reading
