Systemd article on wiki

In light of my recent (mis-)adventures with Fedora 18 installation in VMware Fusion and the need to figure out some systemd stuff, I've started writing a hints/tip sheet type entry on my wiki: Systemd. Far from complete yet, but I'm going to use it to document some hints …

more ...





Apache mod_rewrite frustration

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 ...

rpm -V and prelinked binaries

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 ...

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 …

more ...

rsec and AIDE+gpg now on github

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 ...