Archives
- August 2010 (1)
- March 2008 (1)
- February 2008 (1)
- October 2007 (1)
- August 2007 (1)
- April 2007 (1)
- March 2007 (2)
- February 2007 (3)
- December 2006 (1)
- October 2006 (3)
- September 2006 (8)
Links
Pages
Twitter
- @LastPassHelp This is fixed now - I suspect it may have been a problem with the Fedora Firefox package... 23 hours ago
- #adventofcode Day 12: The N-Body Problem, part 2 was the trickiest for me so far. But the visualisations that other… twitter.com/i/web/status/1… 1 day ago
- @LastPassHelp Hi! LastPass no longer works in Firefox 71 on Linux. See addons.mozilla.org/en-GB/firefox/…,… twitter.com/i/web/status/1… 1 week ago
- RT @Nominet: Look at all those happy faces even on a cold day! Nominet staff love working in #technology - the most innovative and exciting… 1 month ago
- @DomainIncite Just wait until you find out what the French word for "weekend" is! 1 month ago
Delicious bookmarks
Meta
Flickr Photos
Category Archives: Uncategorized
Updated History Flow Subversion plugin
I’ve updated the Subversion plugin for History Flow, and put the code on GitHub. Continue reading
Chainloading from one grub to another
If you install two (or more) Linux distributions on one machine, then by default they both install grub to the master boot record (MBR). The second distribution’s grub menu therefore overwrites the first. For example, on my laptop, I have … Continue reading
Booting the Fedora installer with PXE
Launching the Fedora installer over the network, as well as having a local mirror of the Fedora repository, means you don’t need to burn a CD or DVD. It’s a convenient way of trying out a new distro. I’ve done … Continue reading
Building pssh using Cygwin
This is how I build pssh on Windows XP, using Cygwin and prc-tools.
Pre-queue content-filter connection overload
Ever since updating my gateway to Fedora 7, I’ve been getting messages like this in my daily Logwatch: 84 *Warning: Pre-queue content-filter connection overload Worrying that I might be losing mail, I looked at the logwatch script for postfix in /usr/share/logwatch/scripts/services/postfix, … Continue reading
Making the brightness keys work on a VAIO VGN-FE31H
After installing Windows XP on the VGN-FE31H, the screen brightness keys (Fn-F5 and Fn-F6) no longer work. To make them work again you need to install some of the utilities that ship with the laptop, which are also available in … Continue reading
Passing reference data to the success view
When using Spring’s SimpleFormController, the default behaviour is to pass reference data to the form view, but not to the success view. However it’s very easy to override this behaviour, and access the reference data from the success view as … Continue reading