Author Archives: admin

emacs-nav – Emacs mode for filesystem navigation – Google Project Hosting

Nav is a lightweight solution for Emacs users who want something like TextMate’s file browser, or the Eclipse project view. Unlike these two, Nav only shows the contents of a single directory at a time. Nav can be run painlessly … Continue reading

Posted in Uncategorized | Tagged , , , , , | Leave a comment

Having trouble getting mod_dumpio to work?

Note that it works with a default loglevel of debug, so in your vhost set: LogLevel debug or change the loglevel it activates at

Posted in Uncategorized | Tagged , , , | Leave a comment

Managing your passwords with KeePass

A combination of KeePass (for Windows / Mac / Linux) and minikeepass for iphone, storing the password file on a dropbox share is both powerful and free. Ensure you use a secure master key.

Posted in Uncategorized | Leave a comment

Experimenting with git

My first commit to github.com, a simple perl script written to generate an RSS feed from an IMAP inbox, imap2rss.pl. Update: a useful introduction to git.

Posted in Uncategorized | Tagged , , | Leave a comment

Learning Python – Online Resources

I’ve been working on improving my python, here are some of the resources I’ve been using: Google’s Python Class Learn Python the Hard Way (almost a complete beginner’s guide to programming, but useful for reinforcing key concepts) (More to be … Continue reading

Posted in Uncategorized | Tagged | Leave a comment

The latest generation of my .emacs setup

My .emacs

Posted in Uncategorized | Leave a comment

FTP Must Die!

FtpMustDie – Greg's Wiki. I completely agree.

Posted in Uncategorized | Leave a comment

How to increase security by marking cookies as ‘secure’ in Apache

# Fix the cookie path and secure it Header edit Set-Cookie “^(.*)” $1;Secure via xMatters Community: How to increase security by marking cookies as ‘secure’.

Posted in Uncategorized | Tagged , , | Leave a comment

UK Government Betrayal of Open Standards Confirmed – Open Enterprise

UK Government Betrayal of Open Standards Confirmed – Open Enterprise.

Posted in Uncategorized | Leave a comment

Linux 3.2 – Linux Kernel Newbies

Summary: This release includes support for Ext4 block sizes bigger than 4KB and up to 1MB, which improve performance with big files; btrfs has been updated with faster scrubbing, automatic backup of critical filesystem metadata and tools for manual inspection … Continue reading

Posted in Uncategorized | Leave a comment