Giga what?

I’ve been testing my network speed again, trying to figure out why I’m not really seeing gigabit speeds. I’ve eliminated the switches from being the problem as using a bit of crossover between two PC’s made no difference at all. I think its a either a limitation of the RTL8169 cards or the PCI bus, as I tried from the Pentium4’s built-in Intel Pro 1000CT and speeds from iperf went up from about 67MB/s to about 82MB/s – although that was still to another RTL8169 PCI card on the other end.

Automount goodness

I’ve just found my favourite piece of software (of the week, at least): Automounter or amd. Basically it allows you to mount filesystems on demand, so I’ve got it setup on all my Linux boxes now to mount each other’s NFS shares. The extra good bit is that if the NFS server is offline it doesn’t hang your machine on boot (like putting it in /etc/fstab does). All you need is to install autofs (“yum install autofs”, which i think sets it to start on boot) and create the following two files:

New Theme

I’ve changed the theme of my blog, so that I can move the tag cloud to the right, as you were starting to have to scroll down a lot to see everything on the right-hand sidebar, now its a more newspaper-esque 3-column affaire. The new look is based on a heavily-modified CognoBlue theme – I’ve removed most of their sidebar code (now just uses WordPress’ built-in sidebar widgets) and changed the stylesheet, header and footer templates, as well as adding the tag list back into the page templates and making the single post meta the same look as the other page types (i.

Rotten Sunday

I’ve got a cold today, so taking it easy. I’ve watched some films as I don’t feel like doing much, but they’ve all been a bit naff. Lakeview Terrace, about an arsehole cop who makes the lives of those who live around him a nightmare. Transporter 3. Pretty good, but I really think its time they broke the mould, as the Transporter films seem to have a recipe: Someone’s daughter gets kidnapped and Frank has to transport her; She’s a pain in the arse, but still falls for Frank; Frank’s client tries to kill him; Frank’s house gets destroyed; Frank has a fight scene or two where he kicks the arses of a dozen or so guys; Lots of fast driving scenes – although this time it was an Audi, not a Mercedes.

A Bit Of A Git

I’ve just found that git-mv (to rename a file in a Git repository) doesn’t retain history – arghhhh! Luckily QGit figures out that the old file and new file have the same diff, and therefore manages to make a tree out of their respective logs, however git log does not manage it. I tried out git-gui, gitk, teamgit and giggle GUI’s and still none of them come near to QGit – not that I use a GUI much, but it can be nice to have coloured diffs, and of course the git-mv with history!