PDA

View Full Version : Keeping A Mac Running Smooth And Fresh?


thisistoto
2005-10-11, 05:20 AM
I have an iBook G4 with OSX, and being new to mac i just wanna keep it running smooth and fast.

Is there any external programs i should DL or things I should do regulary?


Thanks :cool:

ffooky
2005-10-11, 07:27 AM
It's a good idea to run something like Onyx (http://www.versiontracker.com/dyn/moreinfo/macosx/20070/) or MacJanitor (http://www.versiontracker.com/dyn/moreinfo/macosx/10491) every now and then, particularly if you turn your machine off at night or put it to sleep. There are routines known as "cron jobs" that need to be run in order to keep the size of log files down. These run automatically in the early hours but obviously can't if the 'puter's not running.

You can check when these routines were last run by typing this into a Terminal window:
ls -al /var/log/*.out

you can also run all three jobs from the Terminal by typing:
sudo periodic daily weekly monthly
You'll be prompted for your (administrator's) password before the routines (or any command prefixed by 'sudo') will run.

Before and after installing any system software update it's always advisable to repair permissions, either using Disk Utility or from the Terminal with:
sudo diskutil repairpermissions /

DiskWarrior (hthttp://www.alsoft.com/DiskWarrior/tp://) is without doubt the most trustworthy disc repair utility and it does no harm to run it from time to time, especially before backing up a system etc.

gsmyth79
2005-10-11, 11:20 AM
I like a program called Cocktail. It does all that stuff at once. I think it's like ten bucks. Versiontracker has it for sure.

ffooky
2005-10-11, 12:08 PM
Onyx does everything Cocktail does but for free.

gsmyth79
2005-10-11, 12:25 PM
d'oh

thisistoto
2005-10-11, 03:22 PM
Merci.