View Single Post
  #2  
Old 2005-10-11, 07:27 AM
ffooky ffooky is offline
 
Join Date: Nov 2004
Re: Keeping A Mac Running Smooth And Fresh?

It's a good idea to run something like Onyx or MacJanitor 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:
Code:
ls -al /var/log/*.out
you can also run all three jobs from the Terminal by typing:
Code:
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:
Code:
sudo diskutil repairpermissions /
DiskWarrior 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.
__________________
Two tracks for a desert island:

Black Keys - I Got Mine
Tintern Abbey - Vacuum Cleaner
Reply With Quote Reply with Nested Quotes