How well does this actually work? I'd be worried that if you denied the creation of a cache for Flash, it would simply not be able to buffer video or animation. Or does all of the caching take place in /tmp, and if so, what's in .adobe and .macromedia ?<br>

<br>Eliot<br><br><div class="gmail_quote">On 27 August 2010 17:22, Walter Dnes <span dir="ltr"><<a href="mailto:waltdnes-SLHPyeZ9y/tg9hUCZPvPmw@public.gmane.org">waltdnes-SLHPyeZ9y/tg9hUCZPvPmw@public.gmane.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

On Thu, Aug 26, 2010 at 10:45:15AM -0400, William O'Higgins Witteman wrote<br>
<div class="im"><br>
> Speaking of Flash, I have been systematically deleting all flash cookies<br>
> for a few months with this crontab:<br>
><br>
> 0 * * * *       rm -r /home/$USER/.adobe; rm -r /home/$USER/.macromedia;<br>
><br>
> I have had no problems with stability (until perhaps last night - I must<br>
> investigate) and if I delete a browser cookie, it stays deleted, rather<br>
> than the zombie cookie behaviour that is increasingly common.<br>
<br>
</div>  While you're at it, beware of the ~/.adobe directory (Adobe bought<br>
Macromedia).  My rather-heavy-handed solution is to su to root, delete<br>
them and then...<br>
<br>
touch /home/waltdnes/.adobe<br>
touch /home/waltdnes/.macromedia<br>
<br>
  Let's see Schlockwave-Trash (running as user waltdnes) try to write or<br>
delete the .adobe or .macromedia files (owned by root).  And since you<br>
can't simultaneously have files and directories with identical names,<br>
the directories cannot be created.<br>
<font color="#888888"><br>
--<br>
Walter Dnes <<a href="mailto:waltdnes-SLHPyeZ9y/tg9hUCZPvPmw@public.gmane.org">waltdnes@waltdnes.org</a>><br>
</font><div><div></div><div class="h5">--<br>
The Toronto Linux Users Group.      Meetings: <a href="http://gtalug.org/" target="_blank">http://gtalug.org/</a><br>
TLUG requests: Linux topics, No HTML, wrap text below 80 columns<br>
How to UNSUBSCRIBE: <a href="http://gtalug.org/wiki/Mailing_lists" target="_blank">http://gtalug.org/wiki/Mailing_lists</a><br>
</div></div></blockquote></div><br>