Dude uninstall windows from your mindx3060 said:it would have been nice if someone can make a tuneup thing for Linux
i have put it on dual boot along with mintCadCrazy said:Dude uninstall windows from your mind
is enough or do i have 2 add somthing.#!/bin/bash
rm -rf ~.mozilla/firefox/vi1s46pw.default/cache/*.
Hitboxx said:Wth?! whats the big deal here?
Just go to Firefox preferences under Privacy and set it to clear whatever you want everytime Firefox exits or something.
I dont want to clear history (urls).I just want to clear cookies and temporary internet files which are downloaded while surfing.
Nope, adding entry for such a thing to cron is a bad idea! Neways, the rm line is erroneous I guess! Its like thisnach p said:how to create a shell script ?
If i want to remove files from ~.mozilla/firefox/vi1s46pw.default/cache
is enough or do i have 2 add somthing.#!/bin/bash
rm -rf ~.mozilla/firefox/vi1s46pw.default/cache/*.
Btw alternatively I can add entry in crontab file !!!!!
1. Save the file in ur $HOME/bin, say as "tuneup"rm -rf ~/.mozilla/firefox/vi1s46pw.default/cache/*.