iptables
xterm
vim
BT
webdesign
perl
bt
pyblosxom
cli
spam
exim
rcs
floss
mysql
email
css
website
sysadmin
datacentre
proprietary software
python
sqlinjection
procmail
wireless
ubuntu
news
firewalls
bash
rss
svn
xss
database
programming
fun
desktop
security
cli
rack
2 quick tips on bash vi-mode and 256 colours for vim
In a previous article I discussed how you can enable 256 colours for vim and how that can improve long coding sessions. But that left me with a problem when ssh'ing to machines where xterm-256color isn't supported. more »
Bash Programmable Completion and Vim blogging
Last night I came up with some stuff to use vim for blogging. It involves some bash scripts and aliases, and you end up with a blog command you can invoke to create a new post. Once there I thought it'd been cool if doing blog<TAB> listed all my current posts and offered tab completation for partially typed names. Bash programmable completation is what I wanted, but it turned out to be less straightforward and well documented than I expected. more »