Removing Old Kernels In Ubuntu

I inevitably run into this and always forget how to do it. Dropping it out here so I can always find it. First of all, I’ve always referred back to a few spots to get me started, but they don’t quite get me all the way there. Here’s two spots that alwa …

Read More >

Create Zabbix Host Items from MIB

Writing this post because I didn’t really find a lot of great full walk-throughs for doing this when I had to today. Basically what I’m doing here is I’ve got a relatively uncommon device (ControlByWeb PLC) that I’m looking to monitor via SNMP with Zab …

Read More >

Ubuntu Partition/MBR Repair

A couple of weeks ago I had a power failure in my place and unfortunately my vSphere cluster is not on UPS power (got it hooked up to 220v and haven’t had a chance to purchase a 220v UPS yet). Most of my machines came back fine but one of my machines w …

Read More >

Setting Up PlexRequests Using Meteor Up

Phew! Alrighty, I (finally) just got Plex Requests deployed and working and I have to say that I really enjoy it, but building the deployment server to deploy the app to my prod server took longer than actually manually deploying it would (I feel). Ok, …

Read More >

Error Upgrading Splunk 6.1 to 6.3.1

Just ran into a problem tonight while upgrading my Splunk instance from 6.1 to 6.3.1. It had been offline for quite a while (it died and it’s just a demo system of mine) so it hadn’t been upgraded in a while. While following the phenomenal upgrade proc …

Read More >

Extend Volume on Amazon EC2 Instance

This one is pretty straightforward, but it is a nice little one that I might have to come back to at some point.  There is a really simple workflow for this: 1. Shutdown the EC2 instance 2. Create a snapshot of the volume that you want to expand 3. Cre …

Read More >

Amazon Glacier Backup of Linux Server

If you’re looking for cheap offsite backup storage and are ok waiting up to 24 hours for the ability to restore these backups, Amazon Glacier seems to be the main contender out there. At .01 per GB per month and no cost for storing or deleting backups …

Read More >

Rip CD/DVD With VMware ESX/VSphere

A quick command to rip a CD or DVD with VMware ESX or VSphere. dd if=/dev/cdrom of={path}/{name of iso}

Read More >