







Fred wrote:I use tmpfs mounts to deal with this issue. 1st, I don't trust Fire Fox quit enough, and 2nd, some sites don't want to work right if you throw their cookies away as you get them. They want to see them on your drive while you are at their site.
Fred

linuxviolin wrote:lexon, why add another plugin to Firefox when the solution given is so easy and permanent?

lexon wrote:I saw the suggestion in the link but this symbolic link thingy does not make sense to me so I just use the GUI and go into the File Manager and delete the two directories. I do not have to bother with the Command Line. Works for me.

lexon wrote:I found this Mozilla Add-On you might consider.
For those not familiar with the Better Privacy Add-on, it specifically finds Flash Cookies (LSOs) and deletes them, either manually or automatically when the browser closes.
I have yet to try this Add-On.
Also, don't forget to go into RichResults and set History to 0. The default in Firefox is 12 items in History even if you set Preferences to remove all items.
lexon


Fred wrote:I use tmpfs mounts to deal with this issue. 1st, I don't trust Fire Fox quit enough, and 2nd, some sites don't want to work right if you throw their cookies away as you get them. They want to see them on your drive while you are at their site.
Fred
tmpfs /home/USER/.macromedia tmpfs defaults,noatime,mode=1777 0 0
tmpfs /home/USER/.adobe tmpfs defaults,noatime,mode=1777 0 0



About the .adobe folder, you should be quite careful. If you have the PDF Reader, Adobe Reader, for instance, you will have some useful folders in .adobe like: Acrobat and Linguistics. Maybe you should not touch to these folders, I guess...Like said a guy in a comment on the commandlinefu.com web page: "Adobe Acrobat Reader 9.0 stops working for me (Ubuntu 10.04 x64) after doing this"
![]()



colyn wrote:for i in ~/.adobe ~/.macromedia ; do ( rm $i/ -rf ; ln -s /dev/null $i ) ; done
Copy/paste and save the above line as a .xsessionrc in your /home directory. Notice the dot at the beginning.
You won't have any flash cookies to delete..

Ebere wrote:colyn wrote:for i in ~/.adobe ~/.macromedia ; do ( rm $i/ -rf ; ln -s /dev/null $i ) ; done
Copy/paste and save the above line as a .xsessionrc in your /home directory. Notice the dot at the beginning.
You won't have any flash cookies to delete..
What exactly, does that do, colyn ?


Users browsing this forum: No registered users and 4 guests