Richard Stallman Was Right All Along

For me, one important reason beeing a fellow is Richard Stallman. Read this osnews.com article: Richard Stallman Was Right All Along.

Posted in Uncategorized | Comments Off on Richard Stallman Was Right All Along

DIDIDU.ogg – Making music with free software

Here is DIDIDU.ogg, a nice melody I played and recorded with free software like Jack, Rosegarden and Rakarrack. It’s just nice.

Posted in Uncategorized | Comments Off on DIDIDU.ogg – Making music with free software

Jitsi – a Skype alternative

Nice Java tool with encryption for VoIP.

Posted in Uncategorized | Comments Off on Jitsi – a Skype alternative

ssh-agent: ssh-add before first ssh

To get “ssh-add” executed before first use of “ssh host_xyz” add:

ssh() {
      ssh-add -L >/dev/null 2>&1
      [ $? = 1 ] && ssh-add
      command ssh "$@"
      unset -f ssh
}

to your .bashrc

found at secure-shell mailinglist (Canssh add keys to ssh-agent?)

Posted in Uncategorized | Comments Off on ssh-agent: ssh-add before first ssh

GnuPG Keysigning-Party Tools

Currently organizing a GnuPG Keysigning-Party, I hit on a nice debian package:

aptitude install signing-party

Nice tools to get the job done!

Posted in Uncategorized | Comments Off on GnuPG Keysigning-Party Tools

Hello world!

:-) Hi,

let’s start

Posted in Uncategorized | Comments Off on Hello world!