Category: Linux
Getting Root Access On Amazon S3 Linux Instance

Amazon now recommends you connect to new E2 server instances using the user “ec2-user”. That’s great but what about when you need to perform actions that require root permissions. I spent some time trying to figure out what the default root password is, but turns out you don’t actually need to know. Just do this: Root super powers will then [...]

By with 0 comments
Host key verification failed

My ssh connection to some Amazon instances stopped working after I moved around the elastic IP. I got a “Host key verification failed” error. The following fixed the problem. This removes the offending entry from ~/.ssh/known_hosts which was apparently causing ssh to fail.

By with 0 comments
SVN on Drobo FS
drobo

I just got a new Drobo FS. First thing I wanted to do was use it for hosting SVN repositories of my freelance code. Here’s how to get things up and running.

By with 5 comments