I was thoroughly excited about Fedora 18 until I actually went to install it. I use Fedora 17 on a laptop and a desktop, but I also have copies in virtual machines that I use for testing -- these virtual machines run in VMware Fusion on my Mac Pro. So never …
more ...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 …
more ...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 …
more ...I'm a big fan of the git-notifier script, which acts as a hook in git to send you nice emails about things that have changed in your git repos. I'm also a bugzilla user, so I wanted to be able to put git commit notifications, automatically, in bugzilla if "bug …
more ...Dear lazyweb, I'm having severe issues with Apache's mod_rewrite on my VPS. I'm pretty sure what I want to do is doable, but I can't figure out the rewrite rules to allow it.
In my httpd.conf I have something similar to this:
<IfModule mod_dav.c> LimitXMLRequestBody 131072 DavLockDB /var …more ...
I'v been asked this question a few times over the last year or so, so I thought I would explain some of why you might see some issues on a Fedora or Red Hat Enterprise Linux system (or any other Linux distribution that uses prelinked binaries) when trying to track …
more ...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 …
more ...Ok, so the last of my git-related topics today (I need to get back to washing windows, sadly).
I've pulled out AIDE+gpg and rsec from the Annvix tools subversion repository and they are now on github:
The next step, maybe for around Christmas, is to turn these into Fedora …
more ...Well, that was pretty easy to figure out. As per my last post, I was going to try to break out the AIDE+gpg part of the Annvix tools subversion repo to be it's own git repo. It was scary simple.
First, the location of AIDE+gpg in the subversion …
more ...