You are not logged in.
I've got a netbook and use firefox with its profile mounted on tmpfs (not just for write-related stuff, but speed as well). I was wondering whether anyone know how to do this for chromium too.
I don't know where its profile, cache etc are saved... some seem to go under .cache and some under .config, which makes things confusing for me...
thanks
Offline
mkdir /tmp/chromium_cache
rm -R /home/user/.cache/chromium
ln -s /tmp/chromium_cache/ /home/user/.cache/chromium
# from root:
echo "su -c \"mkdir /tmp/chromium_cache\" user " >> /etc/rc.localSorry for my bad english :-)
Offline