Slashdot Mirror


User: Pointer80

Pointer80's activity in the archive.

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

Comments · 53

  1. Frame someone for laptop theft. on Another Stab at Laptop Security · · Score: 1

    This sounds like a good way to frame someone. You steal a laptop and then go turn the laptop on and associate with their home AP. Subpoenas are issued. Customer information is released. Police show up and arrest unsuspecting victim. Laptop not recovered.

    /pointer

  2. Re:Um, it's online on Java Faster Than C++? · · Score: 3, Informative

    Read the article. He said that he included JVM startup time in the benchmarks.

    /pointer

  3. Re:Transportation, too on New Material for More Efficient Solar Cells · · Score: 1

    So your female friend was cool with you posting pictures of her nude on the net and posting links on /.?

    /pointer

  4. Re:So much for SCO's defense on Injunction to Enforce GPL · · Score: 1

    >Which of course proves that the government favors
    >large software companies like IBM.

    I'm not sure I follow your logic there. It looks like they're going to get reamed _because_ IBM is on the other side of the courtroom? Have you considered that it might be because they're _wrong_?

    Was that sarcasm?

    /pointer

  5. Re:Fight back! on Paid To Spam · · Score: 1

    Is this something that you guys wrote in house?

    Something based on libpcap?

    Is this using iptables or snort?

    Thanks for the info (in advance). :)

    /pointer

  6. Re:Fight back! on Paid To Spam · · Score: 1

    I realize that some ISPs do it. I was just curious what they were using. We (the ISP I work for) just block outbound 25/tcp for our customers.

    My question was _what exactly_ was the parent of my original post using.

    FWIW, we don't really care how much bandwidth our customers are using. /pointer

  7. Re:Fight back! on Paid To Spam · · Score: 1

    What are you using to detect "elevated mail traffic?"

  8. Re:Yes Yes! on Comcast Cuts Infected PCs' Network Connections · · Score: 5, Insightful

    > There are valid reasons why I shouldn't run a
    > spambot. But are there any valid reasons why I
    > shouldn't be allowed to run a spambot?

    Yes, because it _will_ (NOTE: not 'can') be used to relay spam to other networks. This is costing other people time and money.

    /pointer

  9. Re:so the question becomes on Cable Modem Hackers Release Improved Firmware · · Score: 1

    Can you provide some links to the thread(s)?

    /pointer

  10. ClamAV had it by early Monday morning... on 'Bagle' Worm Heading For A Windows PC Near You · · Score: 1

    From the clamav-virusdb ml:

    ____SNIP____
    Subject: [Clamav-virusdb] Update (daily: 90)
    Date: Mon, 19 Jan 2004 04:47:16 +0100

    ClamAV databases updated (19-Jan-2004 03:40 GMT): daily.cvd, viruses.db2daily.cvd
    version: 90
    Submission: 627
    Sender: G........
    Submitted virus name: Unknown Virus
    Virus name: Worm.Bagle.A
    Added: Yes
    ____SNIP____

    /pointer

  11. Re:a problem with reviewers on Critical Eye on SpamAssassin · · Score: 1

    Use amavisd-new (perl package that uses Net::Server) or the like. I don't know what smtp daemon you use, but you might want to check out postfix. amavisd-new will let you whitelist certain from addresses. Or, as the previous post suggested, you could setup multiple instances of your smtp daemon and feed list messages through the unfiltered one. This instance could also be use for outbound messages.

    Check out amavis-stats, it's a really great package too.

    /pointer

  12. Re:nvidia video drivers :( on Linux Kernel 2.6.0-test8 Released · · Score: 1

    Thank you :)

  13. nvidia video drivers :( on Linux Kernel 2.6.0-test8 Released · · Score: 1

    I compiled this and got it running on my dell laptop, but the nvidia drivers (for the GeForce2 Go 5200) won't compile for 2.6.0-test8. This is probably due to driver API changes. I haven't poked around to see if Nvidia is working on it though.

    /pointer

  14. Re:Use qmail on Buffer Overflow in Sendmail · · Score: 1

    I forgot to mention that this code preserves the \Seen state of the messages.

    If you're just migrating from one IMAP server to another, check out the migrate() method of Mail::IMAPClient. You won't regret it. If you decide to use it, make sure that you grab the latest version from CPAN.

    There are plenty of code/method usage here

    /pointer

  15. Re:Use qmail on Buffer Overflow in Sendmail · · Score: 2, Informative

    I used perl with Mail::IMAPClient to convert from Maildir (Sendmail/Procmail w/modified qmail-pop3d) to Cyrus.

    Here is the most relevant part of the perl module I wrote to handle the migration.

    Please not that there are several system dependent settings in this function. Our spool was hashed to depth two. I will probably end up rewriting this module to proxy for the user, authenticating as cyrus, which would be much cleaner.

    We've been using Postfix/Cyrus in production for a while now and we're really happy with it.

    /pointer

  16. Re:does it still function as an AP on Linux Distro For Linksys WRT54G · · Score: 1


    Better yet, what's the point? Has this guy ever had a gf or got laid? What's the infatuation of runnign linux on everything?


    Umm...this device ships from the manufacturer with linux on it.
    This guy is just adding more functionality to it.
    It would be really neat to see somone setup something like hogwash on one of these. :)

    /pointer

  17. Re:lemme get this straight.. on SCO Invoices For Unix Licenses Get Closer · · Score: 1

    Interesting; can you feed me a link to back this up?

    /pointer

  18. Re:amavisd-new+spamassassin+clamav on Computationally Cheap Spam Filtering? · · Score: 1

    The number of domains that we host makes it much more expensive than $300. :(

    /pointer

  19. amavisd-new+spamassassin+clamav on Computationally Cheap Spam Filtering? · · Score: 2, Informative

    We're currently handling mail for 4k+ accounts using 2 frontend servers running postfix that do all of the filtering and then pass the messages back to our backend mail server.

    The frontend mail servers are running amavisd-new which is configured to use spamassassin and clamav. You can use DNS RR or just have multiple MX recs to load balance as many of these filtering servers as you need. Our filtering servers are cheap XP2100+s (w/1GB of ram) in a rack mount case that cost us ~$650 each. Amavis is just tagging the message headers with X-Spam and X-Virus headers as necessary.

    The backend server is currently sendmail (migrating to postfix+cyrus). Once the migration is complete, our users will be given access to squirrelmail with a modified version of the avelsieve plugin (wizard-like with radio buttons) that will automatically create sieve scripts to drop spam/viruses into their own folders for later examination. We'll then use cyrus's builtin utility to purge those folders (spam/viruses) of messages that are more than X days old to keep disk usage under control.

    I've documented a similar setup that I'm using on my home system here. The only difference between the two (work/home) is that on my home system everything is on one box.

    I've heard claims that clamav doesn't work well. One of the 2 filtering servers has blocked 12135 viruses between 03/06 and 05/08. That works for me. :) Our mail system handles (including rejects) ~500k messages a week, so it's by no means a large system.

    Good luck with your project.

    /pointer

  20. Re:OpenLDAP caching on Best Practices for Writing LDAP Aware Apps? · · Score: 1

    I've heard that the caching code is buggy (from some developers). Would anyone with experience playing with it care to comment?

    pointer

  21. Re:Childish on Opera Releases "Bork" Edition · · Score: 1

    I agree completely. While I don't like MS's history of monopolistic practices, I don't believe this is one of them. This really looks like Opera is trying to pull the 'victim' card, which would be really sad. A better response would have been to have the 'Bork' version of Opera send a brwoser id of IE6 to msn.com.

    Is it possible that their 'Bork' release is an attempt to backtrack and act like it was all a joke or at least add an air of humor to the situation?

    /pointer

  22. Re:ideas... on Blocking Kazaa 2.0? · · Score: 1

    While I'd love to be able to do that, our lawyers told us we couldn't. If your lawyers are telling you something different, please share!

    /pointer

  23. Re:ideas... on Blocking Kazaa 2.0? · · Score: 1
    And we'll figure out how to block that.

    There are 2 obvious solutions to the problem.
    • they can quit sharing/distributing copyrighted material (which _is_ breaking the law)
    • we can ask them to do business somewhere else

    Their business is valuable, but is it valuable enough to justify the legal liability?

    I don't really care what they download--that's their business. It's when they start (re)distributing copyrighted material from an IP that we're legally responsible for. The customer is paying for bandwidth and I, personally, think they deserve the right to do whatever they want with it, as long as they're not infringing on the rights of others. If we don't stop the customer, we're just an accessory to the crime.

    No, I dont' work for or even like the RIAA. Neither do I own any audio CDs nor do I have any MP3s. I don't sympathize with them at all. They've screwed up their own business and that of their employees (the artists).

    /pointer
  24. Re:Why not just use Web proxies on Blocking Kazaa 2.0? · · Score: 1

    What if you're the network admin at a smallish univeristy where your upstream connection is a burstable link? Where's the "free" bandwidth to "give" to P2P apps?

    /pointer

  25. Re:ideas... on Blocking Kazaa 2.0? · · Score: 1

    Is the file accessible on the ISPs network, where they would be responsible (and could be criminally prosecuted) for it?