Slashdot Mirror


User: quantum+bit

quantum+bit's activity in the archive.

Stories
0
Comments
1,082
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1,082

  1. Re:Fact. on KDE 3.2-beta2 - Towards a Better KDE? · · Score: 1

    Have you ever run Konsole from KDE 3.1 side-by-side with GnomeTerminal from Gnome 2.4?

    And then run xterm side-by-side with both of them? :-P

  2. Re:USB pen drives on Christmas Gifts for Geeks · · Score: 1
    not nessisarily...mine's formatted ext2, thankyou very much...

    And my USB2 hard drive is formatted Berkley FFS, but neither can be 'used with just about any operating system'.

  3. Re:Stupid question on Japanese Pocket-Size PC Cube Demonstrated · · Score: 1

    Super Chinese Super Buffet!

  4. Re:Transporter Beam on Christmas Gifts for Geeks · · Score: 3, Funny
    All I want is a working Star Trek type transporter, the geographic coordinates of every spammer on Earth, and the coordinates to the center of the Sun. Good times

    If that's all that you're using it for, it doesn't even have to be completely working...

  5. Re:USB pen drives on Christmas Gifts for Geeks · · Score: 1

    As an added bonus, pen drives can be used with just about any operating system

    But don't forget to pay your MS FAT Patent Tax...

  6. Re:Installing Linux... on Free IBM Computers For UK Households · · Score: 1

    If you're using wine anyway...

    Xvfb is all you need.

  7. Would Ansel Adams Have Gone Digital? on Would Ansel Adams Have Gone Digital? · · Score: 2, Funny

    "Would Ansel Adams Have Gone Digital?"

    Of course not. He didn't even go color.

  8. Re:Anonymous on World's Largest Databases Ranked · · Score: 1

    He's just embarassed about using MS SQL server.

  9. ...danced in their heads? on Head Of ATF To Direct RIAA Anti-Piracy · · Score: 1

    Dance... party... takes... away... Waco!

  10. Re:New protocol? on Examining an Automated Spam Tool · · Score: 1
    What we'd be doing by adopting something like SPF is giving up our right to communicate with whomever we want and how we want using the Internet. It is the email equivalent of PKI. If your ISP (or whoever can influence it) wants to censor you or make you use a certain vendor's mail system then agreeing to standards like the SPF makes it that much easier.


    I thought that when I first read about SPF, but after contemplating it for a while decided that it was worth the trade-off. The possibility for censorship is extremely limited.

    A system like SPF only affects mail sent from @isp.com. If isp.com doesn't want to let you send mail directly from a certain IP without going through their relay -- fine -- nobody says you have to use your @isp.com account to send mail. In fact, many people prefer to have an ISP-neutral account so they can switch ISPs without having to change email addresses. Either use a third-party service or spend $10 a year to register jones.org. There are plenty of registrars that will let you park your DNS on their servers and some even offer mail forwarding to your @isp.com account.

    With SPF, the only reqirement to send from jones.org is that the IP address is authorized -- which requires control of the DNS for jones.org. If you own the domain it's no problem. The only way your ISP can stop that is to block outbound port 25 traffic, which would have the same effect even without SPF or a similar mechanism.
  11. Re:New protocol? on Examining an Automated Spam Tool · · Score: 2, Informative

    There is. Check out SPF. It's simple, built on existing protocols (DNS), and 100% djb-free.

  12. Re:How? on Hiding Secrets With Steganography On FreeBSD · · Score: 3, Interesting

    But JPEG is a lossy compression format. The whole point of the format is to eliminate random noise because such noise would just be a waste of space to store. So if there's a picture with a lot of random noise, it's a pretty good sign that something else is going on. For one thing it will be a lot bigger because 'random' (or encrypted) data is much more difficult to compress.

  13. Re:Outsiders can see the flaws better, so outsourc on The Rise and Rise of IT Administrators · · Score: 3, Informative

    When you outsource coding, this problem is highlighted more, meaning management can finally do something.

    The only problem is that outsourced programming often times SUCKS. It's usually commissioned by management with little or no input from the people who will end up supporting it.

    I have the unfortunate job of managing a large number of Windows 2000 workstations, but have them locked down so that users can't install random crapware or muck with the system settings.

    Over the years we've had a few custom programs developed on a contract basis by outside companies. Most of them are buggy, slow (Visual Basic crap), and make assumptions they shouldn't. It annoys me to no end when users complain that the software isn't working and it turns out to be that the software is badly designed and is trying to write to files inside of the program directory or modify the HKEY_LOCAL_MACHINE registry hive. I mean you don't see many *NIX programs that demand write access to /usr/bin or /etc... I've even seen this in some commercial software: AutoCAD LT, ACT, etc.

    Fortunately, our in-house developers are pretty clueful and their stuff usually works without a hitch.

  14. No, no, no... on On The Death Of Unix · · Score: 1

    Linux or Windows for desktop.
    BSD for servers.

    :-P

  15. Re:Which Unix? on On The Death Of Unix · · Score: 1

    They call it SFU now...

    "Shut the F Up"?

    Well, we already knew that's what MS thought about UNIX, but they haven't come right out and said it until now...

  16. (+5 Insightful) on MPAA, RIAA Seek Permanent Antitrust Exemption · · Score: 1

    'nuff said

  17. Re:guest accounts on Mail Server Flaw Opens MS Exchange to Spam · · Score: 1

    Backup Exec DOES have its own domain-wide service account, which has Backup Operator rights on everything it needs to get to. Yet for some inexplicable reason it still needed anonymous access. See here or here for details.

    And for the record, this discussion was about NULL-sessions and has nothing to do with the guest account (which is DISABLED on everything we use).

  18. Re:guest accounts on Mail Server Flaw Opens MS Exchange to Spam · · Score: 2, Informative

    Setting restrictanonymous=1 is almost trivial. "almost trivial" = was trivial in my home, and corporate networks, but just might present problems on yours. Setting restrictanonymous to 2 is much more exciting - IIRC, it is completely unfeasible to do it on servers running Exchange 2k, or active directory boxes E2k will query.

    Backup Exec didn't appreciate either setting one bit -- it refused to back up any server that had RestrictAnonymous set (with a cryptic and unhelpful error message). IIRC, McAfee management console crapped out as well.

  19. Re:Guest account on Mail Server Flaw Opens MS Exchange to Spam · · Score: 1

    Neither of the above make any difference. Any sane *nix installation doesn't allow root logins over the network, and as many have pointed out, all you really need to know is that you're after UID 0.

    Somewhat less widely known is that the exact same is true on the Windows platform. The builtin Administrator account (which can't be disabled, is exempt from password lockout, and almost always CAN be used over the network) always has a RID of 500. The SID for the computer can be determined easily enough, so any anonymous user can find out exactly what you renamed your administrator account to.

    See NT Bugtraq or JSI for more details.

  20. Re:guest accounts on Mail Server Flaw Opens MS Exchange to Spam · · Score: 1

    You do realize that a null session (even more anonymous than guest and very hard to disable as many services depend on it) has the ability to query for your renamed Administrator account, right?

    http://www.jsiinc.com/SUBB/tip0500/rh0519.htm

  21. Re:Shamefully, you can get such things now. on Microsoft Defies EU Commission · · Score: 1
    I doubt that there would be any complaint if you attempted to circumvent DRM to gain access to a work that is in the public domain.

    But the problem is that the tools to circumvent DRM have been outlawed. It's as if locksmith tools were banned because they MIGHT be used to break into somebody else's house. It doesn't matter if you only needed them to get into your own after you lost the key, the tools themselves are illegal to have.
  22. Re:Copyright law on Jail Time for Movie Swappers · · Score: 1

    The only one worse than that was the Eighteenth amendment.

  23. Re:Hmm on Jail Time for Movie Swappers · · Score: 1

    Best. Probability. Post. Ever.

  24. Re:Bah humbug... on Microsoft Makes Push for COBOL Migration · · Score: 2, Interesting

    Actually, in my experience, Windows (2000 Server running Exchange) clustering seems to make the service LESS reliable, not more...

  25. Re:Please, please please please . . . on Star Wars Original Trilogy Gets DVD Release Date · · Score: 1

    Not to mention that Greedo was in the middle of a sentence and it makes absolutely NO sense for him to take a badly-aimed shot at Han then.