Linux

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 down strange MD5/SHA1 changes to [...]

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

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 hours to do this manually was no big [...]

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: AIDE+gpg on github rsec on github The next step, maybe for around Christmas, is to turn these into Fedora [...]

Dissecting part of a subversion repo to git

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 repo was “tools/AIDE+gpg” and it had one [...]

Figuring this git thing out

I’m a little old-school in that I like subversion. I’ve used subversion for years, and have had it as a big part of my workflow for a really really long time. Unfortunately, there’s this git thing popping up all over the place and I’m starting to feel dated. (It’s bad enough that my daughter turned [...]