Find the answer to your Linux question:
Page 1 of 2 1 2 LastLast
Results 1 to 10 of 14
Is this stuff true?? What Your PC Knows About You by Mark Nestmann...
  1. #1
    Linux Enthusiast cousinlucky's Avatar
    Join Date
    Dec 2005
    Location
    New York City
    Posts
    575

    What your PC knows about you!

    Linux registered user # 414321
    You Should Not Give In To Evils, But Proceed Ever More Boldly Against Them!! -from book six of Virgil's Aeneid
    http://www.paynal.com
    Everything Within The Universe Is Related; We Are All Cousins!!

  2. #2
    Linux Engineer hazel's Avatar
    Join Date
    May 2004
    Location
    Harrow, UK
    Posts
    951
    What it says about Flash cookies is true. They are quite separate from ordinary browser cookies and they reinstate themselves when deleted. I think I posted something about this myself earlier. The solution is obvious: don't use Flash. Use an open-source equivalent like gnash. Proprietary software never has your interests at heart.


    btw congratulations on your enthusiast status, Lucky.
    "I'm just a little old lady; don't try to dazzle me with jargon!"

  3. #3
    oz
    oz is online now
    forum.guy
    Join Date
    May 2004
    Location
    arch linux
    Posts
    18,081
    Quote Originally Posted by hazel View Post
    Proprietary software never has your interests at heart.
    Isn't that the truth?

    I rarely ever install Flash, but if I should need it, it gets installed then removed immediately after use, along with the hidden ~/.macromedia folder.
    oz

    new members/users: read this first | new member faq
    no private messages requesting computer support - post them on the forums!
    please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.

  4. #4
    Super Moderator MikeTbob's Avatar
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    7,142
    Quote Originally Posted by cousinlucky View Post
    It's ten times worse if you use Windows.....that whole OS keeps track of your every move, in more ways than one, but yes it's true.
    I do not respond to private messages asking for Linux help, Please keep it on the forums only.
    All new users please read this.** Forum FAQS. ** Adopt an unanswered post.

  5. #5
    Linux User Manko10's Avatar
    Join Date
    Sep 2010
    Posts
    250
    For Flash Cookies use BetterPrivacy (https://addons.mozilla.org/en-US/firefox/addon/6623/) in your Firefox (if you have one)
    My browser deletes all Flash Cookies when I close the browser. Maybe there's some similar add-on for Chromium and Opera.

    Regarding Windows' MRU lists: as MikeTbob mentioned Windows keeps track of what you do in your OS but as a quick way to clear those lists you can use a tool such as MRUClear (Download MRUClear 1.6 Free - MRUClear - You view and clear the Windows MRU Lists - Softpedia). Not sure whether this works on Vista or Windows 7 as well because I haven't used it anymore since I abandoned Windows XP but there it worked quite well. If it doesn't work there's surely a similar tool for more recent Windows. Just google for "clear MRU list".

  6. #6
    Trusted Penguin elija's Avatar
    Join Date
    Jul 2004
    Location
    Either at home or at work or down the pub
    Posts
    2,287
    Flash cookies are dead easy to deal with.

    Open a terminal in your home directory and do the following:

    ls -al

    Here you should see a .macromedia directory. This is where the cookies are stored. Take a backup of this directory. You can call the destination directory anything you like

    cp -a ./.macromedia/* ./saved-evil-stuff/

    Now comes the dangerous part. Always be careful when using rm -rf as doing it in the wrong directory may hose your system.

    rm -rf ./.macromedia

    Finally, the clever part

    ln -s /dev/null ./.macromedia

    And now flash cookies will never sully your puter again!
    If we hit that bullseye, the rest of the dominoes will fall like a house of cards. Checkmate! (Zapp Brannigan)


    My new blog. It's probably not as good as I think it is.

  7. #7
    Linux Engineer Freston's Avatar
    Join Date
    Mar 2007
    Location
    The Netherlands
    Posts
    1,047
    Quote Originally Posted by elija
    rm -rf ./.macromedia

    Finally, the clever part

    ln -s /dev/null ./.macromedia

    And now flash cookies will never sully your puter again!

    Would that work like that? Because you're linking what is supposed to be a directory tree to a file.

    I've already done it. But I was just thinking, if it would cause errors and where. I mean, if it causes all kinds of errors, it'd be just as effective as
    Code:
    rm -rf .macromedia/* && chmod -R 000 .macromedia  # dial 'R' for 'redundant'
    Thinks I
    Can't tell an OS by it's GUI

  8. #8
    Trusted Penguin elija's Avatar
    Join Date
    Jul 2004
    Location
    Either at home or at work or down the pub
    Posts
    2,287
    Well, I have had no problems yet

    [edit]
    In Unix-like operating systems, /dev/null or the null device is a special file that discards all data written to it (but reports that the write operation succeeded), and provides no data to any process that reads from it. – source: Wikipedia.
    [/edit]
    If we hit that bullseye, the rest of the dominoes will fall like a house of cards. Checkmate! (Zapp Brannigan)


    My new blog. It's probably not as good as I think it is.

  9. #9
    Trusted Penguin jayd512's Avatar
    Join Date
    Feb 2008
    Location
    Kentucky
    Posts
    4,072
    Nicely done, elija!

    Kudos!

    Count that one as added to my bag o' tricks!
    Jay

    New users, read this first.
    New Member FAQ
    Registered Linux User #463940
    I do not respond to Private Messages asking for Linux help. Please, keep it on the public boards.

  10. #10
    Linux User Manko10's Avatar
    Join Date
    Sep 2010
    Posts
    250
    I find Flash Cookies quite useful during the session, e.g. for saving the volume level of YouTube videos. Therefore I wouldn't send them to nirvana cross-the-board but after the session is closed (using BetterPrivacy).

Page 1 of 2 1 2 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •