OS X

Converting a VMware Fusion virtual machine to KVM

I’ve been running an instance of my Nagios XI monitor in a VMware Fusion virtual machine on my (aging) Mac Pro. The other day I found a blog post on How I converted a VMware VM to KVM and since my new LAN server is a beefy 8-core AMD FX-8120 with 32GB RAM (as opposed(…)

Replaced my Kerberos+LDAP setup with FreeIPA

So I’ve been having to deal with some IPA-related bugs in the past little bit, which of course got me thinking that I had no idea what IPA did or how to use it (thankfully I wasn’t responsible for fixing the bugs!). But as I had to deal with this issues to some degree, I(…)

Software Update Service on OS X Lion Server

Software Update Service is part of OS X Lion server (and Mountain Lion server) that allows you to download OS updates and serve them to multiple clients on a local network (similar to Red Hat’s Satellite server, for Red Hat Enterprise Linux). I’ve had to play with this because we’re bandwidth-restricted at the church, and(…)

USB3 benchmarks on Mac Pro

I recently purchased the HighPoint RocketU 1144AM PCI-E 2.0 x4 Quad-Port USB 3.0 Raid card for my Mac Pro. Since most external drives you buy these days are USB3, and the Mac Pro only has (and perhaps only every will have, if the rumour mill is true) USB2 ports, the only option I had for(…)

SSD Speed-ups on Mac Pro

I have an SSD in my Fedora workstation for my rq tool, specifically for the MySQL database. The speed increase there, because it was dealing with huge amounts of data, was very welcome — not so much for importing (speed there didn’t much increase since all the files being operated on were on the HDD),(…)

Some quick git tips

As I’ve been git-ifying some stuff around here, I’ve run into a few tips that might be useful for other git beginners. The first is to setup some global options, some of which are nice for folks coming from Subversion. Having a global ignore file is useful. Mine has the following contents: *~ *.orig *.rej(…)