Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Manual Script...' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Manual Script...
Authored by: josephaw on Dec 07, '04 09:41:32AM

My G5 was slowing down more and more at boot until today it took 2 minutes, it had to be fixed.
Using the above scripts I created this text file that I can copy and paste into Terminal since I like to run them manually.

sudo rm -fr /System/Library/Caches/*
sudo rm -fr /Library/Caches/*
sudo rm -fr ~/Library/Caches/*

After rebooting it was still kind of slow, but better, but I figured it was recreating the caches, so after the second reboot the computer returned to it's old speedy self. Problem fixed!
I noticed it had some other effects like resetting the Alow File to OPEN in Application first time warning window in the finder, so I have to click once to allow again for each type of file. But hey, it's probably good to reset things like that from time to time. Who knows what other quirky problems this probably fixed too.
Thanks all for the code.
Joe



[ Reply to This | # ]