Does techtool DELUXE do everything that onyx does, such as the maintenance, and the clearing caches? Or is onyx a totally different thing?
i've just took alook at techtool + there's alot of things in there that onyx
doesnt do ie back up critical data but it doesnt look like techtool pro runs
maintenace scrips or clean caches .if you want to buy techtool pro why
not have both installed ?
Well I have techtool deluxe (applecare), and wanted to do some maintenance. Is onyx the best out there? Which is the best freeware maintenance app?
Personally id say onyx is the best out there (freeware) it does what it says on the tin and
most people on here would recommend it
Would you say its "popular" and "known"?
If you are not running Time Machine, then you may need to recover files on occasion. TechTools Pro, TechTools Deluxe (free with AppleCare), and Disk Warrior may solve a problem. File System Check (fsck) in single-user mode does a fantastic job of repairing all but the most critical hard drive problems. However, since the introduction of HFS+ Journaled, I find that routine maintenance is a waste of time. I have OnyX installed, but rarely use it. I never use the other utilities.Does techtool DELUXE do everything that onyx does, such as the maintenance, and the clearing caches? Or is onyx a totally different thing?
Best freeware? Knowledge.
Remove the junk from ~/Library/Caches & /Library/Caches. There, caches cleaned.
Run scripts by hand:
sudo periodic daily weekly monthly
There, scripts run.
The scripts are used to rotate logs. They can be found in /etc/daily, /etc/weekly, and /etc/monthly.
You know, .DS_Store files serve a purpose.. but if you want to remove them:
sudo find / -name ".DS_Store" -delete
Oh, But im still clueless on the scripts thing!!!
Best freeware? Knowledge.
Remove the junk from ~/Library/Caches & /Library/Caches. There, caches cleaned.
Run scripts by hand:
sudo periodic daily weekly monthly
There, scripts run.
Caches? Yeah.
Why do you want to delete the cache files? They are built for a reason. Constantly deleting them can actually make your Mac run slower.