Technical notes, my online memory
Wednesday, August 25, 2010
Where there is awk, there is sed
›
I couldn't do a post on awk without also quickly covering sed. Bruce Barnett has written a great tutorial for sed that is worth readin...
AWK - selecting columns for output
›
AWK is a super-handy old-skool UNIX tool. There are plenty of good tutorials out there for it, but I'm jotting down some basic uses he...
Monday, August 23, 2010
Tips for hardening apache on ubuntu for django deployment
›
There is good doco for deploying django on apache with mod_python or wsgi . Here are a couple of extra tips for Ubuntu. First, edit /etc/...
Friday, August 20, 2010
SSH client config
›
For Internet-connected hosts, running SSH on a different port is a really good idea since it cuts down the noise of authentication attempts ...
Monday, August 16, 2010
Installing Windows 7 onto a netbook using USB
›
I wanted to install Windows 7 onto a netbook to replace an aging desktop as my only windows-on-metal box. This is a breeze with modern linu...
Sunday, August 15, 2010
HOWTO call a python superclass method
›
Use the python 'super' method to call a superclass __init__: class Foo(Bar): def __init__(self): super(Foo, self).__in...
Saturday, August 14, 2010
Working with Amazon S3 storage
›
I was using duplicity on Amazon S3 storage for backup, but gave it up because it was waaaay too slow (I believe the slowness was mainly dup...
‹
›
Home
View web version