Slashdot Mirror


User: binford2k

binford2k's activity in the archive.

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

Comments · 503

  1. Re:Wait a minute on What Happens To -AC (And Other) Kernel Mods? · · Score: 1

    I hope you aren't serious. If you are, then you are a complete paranoid dumbass.

  2. Re:Fresh Gear had a story about these new phones.. on Red Hat , 3G Lab to Make 'Wireless Linux' · · Score: 1

    So you mean it is almost as reliable as my Nextel i1000 plus . . . . . ?

  3. Re:good on Congress Discovers Peer-to-Peer Porn · · Score: 1
    I think there's nothing wrong with killing a newborn even, although it's unpalatable, because she or he has no personality yet

    You obviously have never had a child of your own. They develop personality long before you ever meet them.

    My daughter (she's 2 now) fell in love with Guns n' Roses music when she was about 5-6 months along. She'd jump and kick and when she got further along, you could actually watch my wife's stomach and see her dancing around.

    To this day, one of her favorite songs is 'Paradise City'.

    You can't say that's not personality.

  4. Re:Forget (momentarily) the Privacy Issues... on EPIC Makes Privacy Case Against Windows XP To FTC · · Score: 1
    An even larger concern is that well meaning, but otherwise clueless folk such as yourself will read the blatherings of Steve Gibson and not fall over laughing.

    Have you read about his super-duper radical new invention of "Nano Probes"? Hint, think 'ping'.

    For more information on this monkey, see a writeup my brother did on his work. As you read, notice that the email headers address a real security mailing list, not Slashdot.

  5. Re:Im sticking with Outlook on Another Nasty Outlook Virus Strikes · · Score: 1
    Say someone wrote a "macro virus" for some Linux GUI mail client which supported scripting of some kind (Python, for arguments sake).
    Add to that "That has no security mechanism" and your analogy would be accurate. The thing is tho, name one. Name one sigle Linux mail client that supports scripting without security!
  6. Re:perhaps a bit off topic on OSD Database Downloadable As XML · · Score: 1

    This is trasnport. You are downloading it, aren't you?

    Just write a script to import it into your choice of databases.

  7. Re:Unintended consequences on Aussie Bill Would Ban Hacking Tools, Virus Code · · Score: 1

    Not only that, but look at netcat for an example. It is used in about a thousand ways that have nothing to do with security. However, it is also a very popular cracking tool. (same with gcc, if you take it to extremes)

  8. Re:I don't see the difference on Aussie Bill Would Ban Hacking Tools, Virus Code · · Score: 1

    Lock picking tools aren't illegal. I have a few myself. I also have a full set of Slim Jims left over from a brief stint working on a car lot.

  9. Re:Evil things to do in a shell prompt: on What Does Your Command Prompt Look Like? · · Score: 1

    Not a bug. It's enough rope to shoot yourself in the foot with!

  10. Kid's, don't try this at home. on What Does Your Command Prompt Look Like? · · Score: 2

    What a nice fella you are. Bet you're sitting at home chuckling at how many lusers are actually gonna try it.

    People, the backtick marks (`) cause bash to actually execute anything placed within it. In this case, it was encoded to be "rm -r ~"

    You can do echo $'\x72'$'\x6d' $'\x2d'$'\x72' $'\x7e' (notice, no backticks in there) to see it for yourselves.

    -b

  11. Re:Chaneges color when uid=0? on What Does Your Command Prompt Look Like? · · Score: 1

    COLOR1="\[\033[0;36m\]"
    COLOR2="\[\033[0;32m\]"
    COLOR3="\[\033[0;36m\]"
    COLOR4="\[\033[0;37m\]"

    if [ "$UID" = "0" ];
    then
    COLOR2="\[\033[0;31m\]"
    fi

    PS1="$COLOR2($COLOR3\u@\h$COLOR2)-($COLOR1\@$COL OR 2 $COLOR1\d$COLOR2)-($COLOR1\W$COLOR2)$COLOR1\n$COLO R1\\$ $COLOR4"

    if [ "$TERM" = "xterm" -o "$TERM" = "xterm-color" -o "$TERM" = "xterms" ];
    then
    PROMPT_COMMAND='echo -ne "\033]0;<${USER}@${HOSTNAME}>: ${PWD}\007"'
    export PROMPT_COMMAND
    fi

  12. Make them a deal. on Killustrator Author Required to Pay Two Grand · · Score: 1

    Offer them 50% of the profits if they'll leave you alone!

  13. Re:Microsoft is easy to stop on The Return of Microsoft · · Score: 1

    The reason StarOffice doesn't do so well loading powerpoint is because MS regularly changes their format JUST SO IT DOESN'T WORK FOR OTHER SOFTWARE! Are you blind and deaf? Haven't you followed the trial at all?

  14. Re:Resolution on Matrox Releases G series X config tool · · Score: 1

    Dude, the only thing that *requires* a reboot in Linux is upgrading the kernel. Nothing else. Period.

  15. Re:Does IPf contain any BSD code? on lpf Removed From OpenBSD · · Score: 1

    That is the point. If he had included GPL code, this wouldn't even be an issue, because he would be forced to open it up. But he can include all the BSD code he wants and the BSD community is screwed by their own license.

  16. Re:There was NO licensing change. on lpf Removed From OpenBSD · · Score: 1
    Redistribution and use in source and binary forms are permitted provided that this notice is preserved and due credit is given to the original author and the contributors.
    It does say "original author". How can there be an *original* author unless there is also a modification by a second author? Otherwise, he should have just said "author".
  17. Outlook on Longest Email Disclaimer Awards · · Score: 1
    Does outlook HTML mangling count?

    My boss sent me an email that was 365 lines of message source for 20 lines of text.

  18. Re:It comes to this--no unified API on The Linux Desktop Obituary · · Score: 1
    Support for laptops that goes beyond, "Hey I got it to not fall over for an hour at a time!" This would include things like hot-plugging and hot-docking to docking staitons and cradles, as well as intermittent connections to multiple networks (something MS doesn't do well, either...)

    You've got to be shitting. My brother has a laptop running 99% CVS software and it has been up for months. When he's done using it, he just suspends.

  19. 50 icons on The Linux Desktop Obituary · · Score: 1
    Running Linux, I currently have 19 desktop apps running, not including the desktop itself. They have been running for 2 weeks.

    I also have Apache, Postgres and various other server type programs running.

    load average: 0.28, 0.20, 0.13

  20. Re:Linux Not Meant for the Desktop on The Linux Desktop Obituary · · Score: 1

    Actually, I find that it usually takes a day or two to set up a windoze workstation, including swapping out 50 CDS, searching the net for drivers, and cleaning up the crap afterwards. Linux? One CD and 30 minutes, maybe.

  21. My mom uses Linux on The Linux Desktop Obituary · · Score: 1

    My mom uses Linux, and she has for close to two years now. She's perfectly happy with it.

  22. Re:No way on Interesting Keyboard/Mouse Combo · · Score: 1

    If your hands aren't resting on the keyboard, you won't have the problem keeping the device from moving anyways. Problem solved.

  23. QOS on Smart Routers · · Score: 1

    Can someone in the know explain how this is different from QOS?

  24. this applies to 64-bit only on Windows XP and Incompatibilities with Multi-Booting? · · Score: 3

    13. Can the 64-bit version of Windows Whistler read, write, and boot from GPT disks?
    Yes.
    14. Can the 64-bit version of Windows Whistler read, write, and boot from MBR disks?
    The 64-bit version of Windows Whistler can read and write MBR disks, but cannot boot from MBR disks.
    15. Can the 32-bit version of Windows Whistler read, write, and boot from GPT disks?
    No. The 32-bit version will see only the Protective MBR. The EE partition will not be mounted or otherwise exposed to application software.
    16. Can the 32-bit version of Windows Whistler read, write, and boot from MBR disks?
    Yes.
    17. Can Windows 2000, Windows NT 4, or Windows 95/98 read, write, and boot from GPT?
    No. Again, legacy software will see only the Protective MBR.
    18. What about mixing and matching GPT and MBR disks on the same system?
    GPT and MBR disks can be mixed only on 64-bit systems, and the following restrictions apply:

    * The Windows Whistler loader and the boot partition must reside on a GPT disk. Other hard disks can be either MBR or GPT.
    * Both MBR and GPT disks can be present in a single dynamic disk group. Volume sets can span both MBR and GPT disks, However, the MBR cylinder alignment restriction might cause some difficulties mirroring or striping MBR and GPT disks.

  25. Re:doc reader... on YA Microsoft Linux Screed · · Score: 1

    So did Open Office build 627.