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

Starting second sleeve

So this past Wednesday I started on finishing up the second sleeve (my right arm). Unfortunately, with my wife's new business, she's been too busy to take pictures and I'm not one of these "take pictures of yourself in the mirror" guys. So I'm going to shamelessly link to my …

more ...

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 …

more ...

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 …

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

Christmas 2011 Recap

So I had about a week and a half off this year around Christmas. My initial plans were to do the family things one normally does around Christmas time, and there was plenty of that... visits with the parents and in-laws, dinners and whatnot. Too much food as usual, but …

more ...

Merged Annvix.org with linsec.ca

So today I spent a lot of time manually merging the annvix.org mediawiki data into my linsec.ca wiki (in a new Annvix namespace). There are some various automated tools and mediawiki import/export stuff, but I didn't have a lot in terms of pages so taking a few …

more ...

Time to change the look

The blog is going all new, which means it'll probably change over the next few days as I find time to tweak it and make it look the way I want it to. I like the theme I've got at the moment, but it needs some more personalization, so keep …

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