Slashdot Mirror


User: bcmm

bcmm's activity in the archive.

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

Comments · 1,879

  1. Re:Case sensitivity on Longhorn to use UNIX-like User Permissions · · Score: 1

    Wow. So now they say Windows is POSIX compliant. To go with MSN search trying to be HTML compliant...

  2. Re:9 years? on Spammer Sentenced to 9 Years in Jail · · Score: 1

    I see what you're saying. From an email user/busness's point of view, he might as well have stolen the money they spent on filter software and a few big HDs for the mail server.

  3. Re:And More... on Top 10 Evolutionary Adaptations · · Score: 4, Funny

    The continued existance of monks is an evolutionary paradox, unless of course few take their vows that seriously...

  4. Re:Well, I'm not impressed on Mabir.A Virus Targets Symbian Phones · · Score: 1

    Leave the basement and you'll find that some non-geeks are stupid. Really stupid.

  5. 9 years? on Spammer Sentenced to 9 Years in Jail · · Score: 2, Interesting

    Did he defraud people with suger pills as well or something? 9 years in prison for annoying people seems a bit harsh...

    It is VERY annoying though, and he did irritate millions.

  6. Re:NASA needs this on NASA Looking for Bandwidth Sponsorship · · Score: 1
    Do you understand that NASA subdomain servers are often just single boxes with Apache running on them?
    Yes, and that is why they need better hosting.

    I wasn't blaiming them.
  7. Case sensitivity on Longhorn to use UNIX-like User Permissions · · Score: 1

    Please please please can it have a case-sensitive file system too?

  8. NASA needs this on NASA Looking for Bandwidth Sponsorship · · Score: 2, Insightful

    Didn't we once /. one of their servers?
    Only on a subdomain, but it still shouldn't be possible.

  9. Anyone seen this fortune cookie before? on Longhorn to use UNIX-like User Permissions · · Score: 2, Insightful
    "Given enough time and money, eventually Microsoft will re-invent UNIX."
    From a famous fortune cookie, can't remember which one.
  10. Re:Wonderful! on Logitech MSN Webcam Codec Reverse-Engineered · · Score: 1

    It isn't very secure, you see...

  11. Re:Wonderful! on Logitech MSN Webcam Codec Reverse-Engineered · · Score: 1

    Yes. Because emulation will be fast enough to run video on everyone's machine.
    Because his webcam will somehow be connected to the host not the guest OS.

    That really wouldn't work very well.

  12. Open sourced how? on CherryOS Goes Open Source · · Score: 1

    If it's GPL this is actually legitimate. They're saying it's a code fork I guess...

    Wow.
    Months of FUD and a version of PearPC with a few superficial modifications! What a contribution to open source!

    Somehow I doubt this will be a very successful fork, as the PearPC developers are probably not opposed to incorporating any real change.

  13. Re:Ogg Vorbis is better than MP3 in many ways. on SuSE Linux 9.3 Professional Review at Mad Penguin · · Score: 1

    What is the restriction on MP3 exactly? I know there are a few GPL libraries for decoding, so is the restriction a patent on the actaul format?

  14. Re:xmms on SuSE Linux 9.3 Professional Review at Mad Penguin · · Score: 1
    And btw who uses mp3s anymore? Ogg Vorbis beats mp3 hands down \o/
    Who uses Windows anymore? Everyone. Sure, they should all use Linux (Ogg) instead, but they don't, because they aren't very clever or can't be bothered or haven't heard of it or because their work software (mp3 player) won't support it.
  15. Re:No MP3? on SuSE Linux 9.3 Professional Review at Mad Penguin · · Score: 1

    So what does XMMS play then? Your OGG Vorbis collection?

    For most people, XMMS is a single-purpose application!

  16. No MP3? on SuSE Linux 9.3 Professional Review at Mad Penguin · · Score: 1
    Does this mean no standarad apps like XMMS?

    And from Novell's page:
    iPod Compatibility--Manage your iPod files easily with both KDE 3.4 and GNOME 2.10.
    WTF? Using WMA? Or using files the computer can't play without an iPod?
  17. Re:How does this work? on DNS Cache Poisoning Spreads Malware · · Score: 1

    I've spoken so I can't mod, but thanks for the very clear explanation.

    Sounds a bit like idle scanning; presumably the false reply packets appear to come from the authoritative server's IP address?

  18. Re:Security centre on Ready or Not, Here Comes Service Pack 2 · · Score: 1

    It's not an actual patch, it just changes the max number to something higher (10,000 is cool).

    IMHO it's pretty safe.

  19. Re:Your Sig on DNS Cache Poisoning Spreads Malware · · Score: 1
    You must use Linux or something similar (I don't know exactly which unixes this works on), since you tested this. Therefore, you grok the command line, unless this works on OS X. If so, go and find out how BASH handles redirection with pipes.
    cat /dev/mem
    Outputs the contents of the system's RAM, and maybe swap too (this is why you must be root, "#"; you wouldn't want everyone being able to see the passwords your web browser leaves in RAM).

    | is just the character to send the output back into the next program.
    strings
    GNU strings filters out binary stuff that will just be boring and screw up your terminal and only outputs text. Run it on a compiled binary some time, it's interesting (specifically, find the copyright notice in Microsoft's telnet.exe :-).
    grep -i llama
    Grep is grep. RTFM. It outputs all lines of input containing a search term. The -i means be case insensitive.

    Why it works:
    If you're me, there is an awful lot of llama around because I use it alongside "foo" "bar" "temp" "fish" "badgerbadger" and "cheese" for files, variables, etc.

    Otherwise, your browser loaded the word into RAM when you viewed this page, and your shell loaded it again when when you typed the command in.
  20. Security centre on Ready or Not, Here Comes Service Pack 2 · · Score: 1

    If anyone who doesn't want/need virus scanning or has a hardware firewall is finding the "security centre" nags annoying, they can be turned off under services...

    It you apps don't work any more, see if they run under wine :-)

    Also, there is a legal tool going around to change the maximum number of outgoing TCP connection imposed (only 50(!) by default), so you can keep using bittorent.

  21. Not really a rose... on World's First True Blue Rose, Thanks to Biotech · · Score: 1

    It seems kind of like cheating.
    The gene for the blue pigment is presumably from another organism; they could equally make them some other colour, or make them glow in the dark (bioluminescence has been "ported" to organisms such as mice before :-).

    This would be more impressive if it was done by selective breeding...

    Still, could be the first really mass-produced "novelty" GM organisms (anyone buy one of those fish? Thought not).

  22. Re:Your Sig on DNS Cache Poisoning Spreads Malware · · Score: 1

    Well done. Plenty of people don't know where they come from. Someone even claimed to get no output, which seems very untrue.

    On my computer, though, the majority of llamas are in strange sentences or compound words like "llamaboy" and I can't work out were they come from. Which is scary.

  23. Re:More reason to use Firefox on DNS Cache Poisoning Spreads Malware · · Score: 2, Informative

    And besides, there are plenty of cross-platform attack you could do with this.

    Want a copy of a user's eBay cookie? (Ok maybe eBay doesn't save passwords this way but you get the point, lots of sites do. It's like phishing, but the computer believes it's genuine, not just the user).

  24. Re:More reason to use Firefox on DNS Cache Poisoning Spreads Malware · · Score: 4, Funny
    I bet that malware is Internet Explorer-specific.
    Yes. It's so great to use a web browser that doesn't rely on Microsoft technology like DNS...
    Oh, wait...


    Idiot.
  25. How does this work? on DNS Cache Poisoning Spreads Malware · · Score: 2, Insightful

    Is this done basically by taking over insecure DNS servers or is something more subtle involved, e.g. making comuters treat your machine as their DNS server instead?