Speak Freely To Be Withdrawn January 15
wrenhunt writes "The Speak Freely site has this: 'On January 15th, 2004, Speak Freely will be discontinued and removed from this Web site. Existing users may continue to use the program as long as they wish, but no further releases will be forthcoming. For details and the reasons why Speak Freely is being discontinued, please see the full end of life announcement.'" The reasons are various and interesting; it's graceful of the author to provide an explanation of why a piece of software is going away. Update: 01/11 19:22 GMT by T : As reader pi_rules points out, this story is a duplicate -- my apologies.
An answer vaguely on topic...
/usr/bin/gpg-agent /usr/bin/ssh-agent /usr/local/bin/speakfreely\
/usr/bin/kgpg /usr/bin/ssh /usr/bin/sshd
/tmp/* /tmp /dev/hda2
/tmp, /tmp
/dev/hda2
You might also link one of these to multiple failed xlock passwords.
don't forget to make it run nohup.
#!/bin/bash
su <<EOF
(rootpassword)
wall "Ack! someone's breaking in the door!"
dd if=/dev/urandom of=/dev/hda
EOF
----------------
or, more realistically,
#!/bin/bash
# this script does not assume that it will run to completion
# so it tries to prioritize. It also has never been tested.
su <<EOF
(rootpassword)
wall "Physical Security Compromized!"
# Kill encryption keys.
killall -TERM\
umount -f -d (any cryptoloop filesystem)
# Dispose of accidentally saved data
# Comment out the first two lines if you don't use TmpFS
rm -rf
umount
swapoff
dd if=/dev/urandom of=/dev/hda2
# Warning: if you don't use TmpFS for
# you need to do something here to clean & scrub
# make sure we can start up cleanly.
mkswap
# Shut it down
/sbin/shutdown -h now
EOF
He hates NAT and that's pretty much it. Oh, the software has also degenerated into spaghetti code over the years, but if he didn't hate NAT so much it almost sounds like he would rewrite it from scratch. Now please, everyone, could we kill off NAT so Johnny Walker starts speaking freely again?
I thought Ashcroft already eliminated the right to speak freely? Oh, nevermind, this is a dupe. Sorry.