For me, one important reason beeing a fellow is Richard Stallman. Read this osnews.com article: Richard Stallman Was Right All Along.
______________
______________
Meta
For me, one important reason beeing a fellow is Richard Stallman. Read this osnews.com article: Richard Stallman Was Right All Along.
Here is DIDIDU.ogg, a nice melody I played and recorded with free software like Jack, Rosegarden and Rakarrack. It’s just nice.
Nice Java tool with encryption for VoIP.
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?)
Currently organizing a GnuPG Keysigning-Party, I hit on a nice debian package:
aptitude install signing-party
Nice tools to get the job done!