About me
-
Recent Posts
Pages
Archives
Meta
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
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
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.
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
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’.
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