Tag Archives: ssh

Bazaar: DVCS for Dummies

I like Bazaar (bzr). It doesn’t make me popular in the Mercurial-centric Pythonosphere. It doesn’t make me a 1337 über hacker like git would. However, it does meet the most important criteria: It just works for me. Now for the … Continue reading

Posted in Open Source, Technology | Tagged , , , , , | 6 Comments

Summer of Hacks

My Linode has been experiencing a huge number of brute force login attempts in the past week. I don’t keep detailed statistics, but I would guess there have been 300 attempts in the past week as opposed to the usual … Continue reading

Posted in GNU/Linux, IT, Open Source, Technology | Tagged , , , | 1 Comment

Easy Rsync Remote Backups Using SSH Keys

Rsync is an excellent file transfer utility thats especially well suited for backing up files over the Internet because it only transfers the data that has changed. A friend asked me how to set it up, so I thought I’d … Continue reading

Posted in GNU/Linux, IT, Open Source, Technology | Tagged , , , | 1 Comment

Hostname Tab-Completion for OpenSSH

I use OpenSSH daily. In fact the only app I probably use more is vim. However, until yesterday I was typing out the full username and hostname when using ssh:    ssh username@ridiculouslylong.domain.com Ugh Using the same username makes life a … Continue reading

Posted in GNU/Linux, IT, Open Source, Technology | Tagged , | 6 Comments