Slashdot Mirror


User: barninger

barninger's activity in the archive.

Stories
0
Comments
4
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 4

  1. Old Idea on Lycos Declares War on Spam Servers · · Score: 1

    Here is my whack-a-spammer script. Why go after the spammer? Much better to go after the guy who hired the spammer.

    #!/bin/bash

    COUNT=0

    while [ $COUNT -lt 2000 ]; do

    lynx -dump -traversal -useragent="By sending e-mail to my privately owned domain you agreed to my terms of service, including the stipulation that all spam would result in your webserver logs being filled with garbage. If you don't like it, don't send unsolicited e-mail to my domains. If you don't want me to visit your website, don't solicit my visit by sending me unsolicited e-mail. You do not have a First Ammendment right to waste my bandwidth, electricity, CPU time or hard disk space with your crap, characteristically illiterate or otherwise." $1?YOU_FILL_MY_MAILBOX_WITH_UNSOLICITED_CRAP_AND_W E_WILL_DO_THE_SAME_TO_YOUR_WEB_LOGS

    let COUNT=COUNT+1

    echo $COUNT

    done

  2. CS-RCS on Version Control for Documentation? · · Score: 1

    Have a look at Component Software. It's windows, it does binaries and ascii, and you don't need to understand CVS (although it uses CVS). You can't really run a diff on a binary but you can retrieve and view previous versions.

  3. Carnivore & friends on ACLU Files For Carnivore Info · · Score: 1

    Robert Cringely has an interesting perspective on this issue at PBS. The real question, as he points out is "Why does the FBI need a box?" since they could do what they purport they want to do by some simple changes in an ISP's router.

  4. Re:My 127.0.0.1 list on DoubleClick 'Web Bugs' On Porn, Medical Sites · · Score: 1

    For anyone who doesn't have a hosts file built, you can grab one from my ftp server ftp://www.b-wdesigngroup.com/pub/Windows/hosts It's CR/LF for windoze but you know how to deal with that, right?