Joshua ChaitinPollak wrote: > [..] > I don't know how you'd handle things like Firefox's cache, I don't > know any way to reduce its writes or redirect them out of your profile.
http://www.mozilla.org/catalog/end-user/customizing/briefprefs.html http://kb.mozillazine.org/Browser.cache.disk.parent_directory drop a file in /usr/lib/mozilla-firefox/defaults/pref/ with content like: +--- | pref("browser.cache.disk.parent_directory", "/tmp"); +--- or even: +--- | pref("browser.cache.disk.enable", false); +--- Christian -- [email protected] mailing list
