Slashdot Mirror


User: ebilhoax

ebilhoax's activity in the archive.

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

Comments · 15

  1. Re:I call hoax on Virus Hold Computer Files 'Hostage' for $200 · · Score: 1

    Oh..
    through MSIE again?

    Maybe this nice example will get the average user to understand.

  2. Sorry.. on Selling Your Attention to Spammers · · Score: 2, Funny

    Sorry.. but I have Adult ADD and won't be able..
    oh look, a kitty!

  3. Topic too long.. on New Lucas Headquarters To Open in San Francisco · · Score: 0, Redundant

    You had me at (with pics)... ;)

  4. hmm.. on Hyperthreading Considered Harmful · · Score: 2, Funny
    I will be presenting this attack at BSDCan 2005 at 10:00 AM EDT on May [Friday] 13th ...

    Jason? Is that you? (or your evil geeky twin brother?)

  5. Why not.. on Driver's-Seat Driving Game Controller · · Score: 1

    Why not use VR Goggles?

  6. huh? on James Cameron Guest Edits Wired Magazine · · Score: 5, Funny

    This special issue of Wired is about honest-to-God, two-fisted, hairy-knuckled exploration.

    ok.. I know what gives you hairy palms.. but wtf gives you hairy knuckles?!

  7. Re:well duh... on New Ring Discovered Around Saturn · · Score: 1

    THANK YOU!
    atleast someone gets it. =)

  8. well duh... on New Ring Discovered Around Saturn · · Score: 0, Offtopic

    Anyone who watched the first episode of Father of the Pride already knew that Siegfried and Roy were adding a new ring.

  9. hmm... on Lindows Changes Name to 'Linspire' · · Score: 1
    "I have now used LindowsOS for a little over one week and found it to be the best Linux Distro so far."

    He left out two important words at the end of this sentence.

    "I have now used LindowsOS for a little over one week and found it to be the best Linux Distro so far for me"

  10. mirror on Son of SATAN? Weighing Security Software's Risks · · Score: 3, Informative
    Here is a mirror just incase their site gets /.'d.

  11. Re:I put Linux Live CD's on the computers at Best on Local Area Security Linux LiveCD · · Score: 5, Interesting
    People then complain that this Linux OS is slow

    I was going to reply to this with something witty since I work for Best Buy as an In-Store Technician, and use Linux LiveCDs on a daily basis...
    I have never had customers complain about the speed of it, but more about cool it is to run directly from CD and rescue their files.

  12. slashdotted... on Local Area Security Linux LiveCD · · Score: 1

    I am currently only getting about 3k/s off of the closest geographical mirror to me. Will someone please make a torrent of this once you get it?

  13. GoogleFight! on What's The Fastest Growing Linux Distro? · · Score: 5, Funny

    Redhat vs Debian: RedHat wins!
    Redhat vs Slackware: RedHat wins!
    Redhat vs Gentoo: Redhat wins!
    Open Source vs Closed Source: Open Source wins! ;p

  14. Re:Knoppix and F.I.R.E. on What Would You Put Into A Software Survival Kit? · · Score: 1
    sorry about the crap before, this is what it was supposed to look like:

    I checked out the F.I.R.E link, and it looks nice; however, it will not fit on the mini cd-r's I have, which hold up to 210M, so I got curious and mounted it via /dev/loop, checked out the contents, and thought about deleting some stuff I would never need. ...then I noticed alot of the linux2.2_x86 binaries are not stripped!

    # mount -t iso9660 fire-0.3.5b.iso fire/ -o loop
    # du -sh fire/
    217M fire (too big)

    # cp -a fire/ test/
    # strip test/fire/statbins/linux2.2_x86/*
    # du -sh test/fire
    204M test/fire (now it fits!!)

  15. Re:Knoppix and F.I.R.E. on What Would You Put Into A Software Survival Kit? · · Score: 1

    I checked out the F.I.R.E link, and it looks nice; however, it will not fit on the mini cd-r's I have, which hold up to 210M, so I got curious and mounted it via /dev/loop, checked out the contents, and thought about deleting some stuff I would never need. ...then I noticed alot of the linux2.2_x86 binaries are not stripped! # mount -t iso9660 fire-0.3.5b.iso fire/ -o loop # du -sh fire/ 217M fire --too big =( # cp -a fire/ test/ # strip test/fire/statbins/linux2.2_x86/* # du -sh test/fire 204M test/fire --now it fits!!