Slashdot Mirror


User: phantomcow

phantomcow's activity in the archive.

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

Comments · 8

  1. Re:wake up on The Napster DMCA Defense · · Score: 1

    he was sarcastic!!! did that sink in?

  2. Re:Reality Check - Virises are executable on Garfinkel Warns Of Linux Virus "Epidemic" · · Score: 1
    I assume since you say it won't email itself, that it is supposed to copy itself to every users directory... infect their .login or suchlike Everyone's home directory would have to be world writable.

    Don't make your home directory world writable. At my school you could lose your account for being that stupid. Just because you don't think anyone wants to take your silver (it's really only plasticware) is no reason to leave your door unlocked.

  3. Re: Re DMCA, etc on The Digital Millennium Copyright Act: Part Two · · Score: 1

    The solution of civil disobedience is viable. If everyone ignores the DMCA it will go away. The corporations will not be able to lobby for more draconian laws, because competition will drive them out.

  4. Re:Stupid "libertarians" really love government on The Digital Millennium Copyright Act: Part Two · · Score: 1

    Amen brother AC

  5. Who are you? on Magnetic Microchips · · Score: 1

    You;re column doesn't attemp to be funny, why should you. This clearly isn't really Marilyn. The magnetic poles have nothing to do with this chip. It;s not a compass!

  6. Re:Uninstall! on The State of Linux Package Managers · · Score: 1
    I absolutely agree. With any of the mainstream packaging formats, a database is kept of what file belongs to what package. That is how they can do an uninstall.

    One way to find out what files are created during an install is to just search for them.

    In install directory:

    touch touchedfile
    make install
    find -cnewer touchedfile

  7. Re:even better. on Prankster Spoofs President Clinton in CNN Online Chat · · Score: 1

    Since he only made one statement and it was clearly a sarcastic statement fitting of Bill's character, its not as likely that charges will be persued by cnn as if he had done something really rank.

  8. Re:pretty safe--Backup on Linux Virii On Their Way? · · Score: 1

    Backup-- You did back up his files didn't you? Perhaps a cron script that tar-bzips all files from a users home directory into an area with a different user ID would be useful in linux distributions.