Wednesday, April 25th, 2007
When you set up public key authentication, make sure your authorized_keys2 file has the permissions set to 600. If you don't, it's likely that you will still be prompted for your password.
chmod 600 authorized_keys*
Posted in linux, tips | 1 Comment »
Friday, April 6th, 2007
I've always wanted to know how to do this, and for some reason I always had a hard time finding out how. I needed to rollback a change I had committed to my SVN repository.
The way you rollback to an earlier version of your repository is to do ...
Posted in svn, tips | 4 Comments »