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 in terminals, where Speedbar either fails on its attempt to make a new frame or is hidden. Nav’s terminal-friendliness comes from running in the frame where it was started, keeping window management simple. The Nav key bindings are also simple — each key command is a single keystroke long.

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

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:

(More to be added as I use them).

My IDE is a customized GNU Emacs (on Linux) and ipython. I’ve found StackOverflow to be a very useful resource.

 

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 of the filesystems; the process scheduler has added support to set upper limits of CPU time; the desktop reponsiveness in presence of heavy writes has been improved, TCP has been updated to include an algorithm which speeds up the recovery of the connection after lost packets; the profiling tool "perf top" has added support for live inspection of tasks and libraries and see the annotated assembly code; the Device Mapper has added support for ‘thin provisioning’ of storage, and a new architeture has been added: the Hexagon DSP processor from Qualcomm. Other drivers and small improvements and fixes are also available in this release.

via Linux 3.2 – Linux Kernel Newbies.

Posted in Uncategorized | Leave a comment