Ways to 'clean' OSX?


Recommended Posts

A year ago I bought my first Mac, a 17" powerbook. I've since given up my PC, but I think I'm going through "system wipe" withdrawal.

With my PC, I'd regularly clean out all unneeded files, temp files, stuff like that. I'd also defrag occasionally, and when times got tough, I'd wipe the OS partition and do a clean install of XP, to keep things moving swiftly.

Well it's been a year now with OSX, and I'm still using my original install of the OS (save for the update from jaguar to panther). Lately I've noticed that there are times when the OS seems to act a little sluggish. I don't know if these were isolated incidents, or if there is perhaps something I can do about it.

So in review, I'm pretty much just wondering if there are any operations I can perform to make sure my mac is nice and clean. Are there any apps that can help me out with this stuff?

Thanks.

**EDIT**

Damn, I just realized this is in the hardware section...If this can be moved to the 'Discuss OSX' section, many thanks.

**EDIT**

Link to comment
https://www.neowin.net/forum/topic/223158-ways-to-clean-osx/
Share on other sites

I mainly support Windows machines, although my wife has a G3 Powerbook (Pismo) at home. A couple of things: If you can boot off of another drive like a cd, try to defrag that way. Rebuilding the desktop may help as well. Another option I've heard some people do is zapping the PRAM. The last two should be easy to find by using google. I know with the PB at home, to defrag using Norton Systemworks 2.0 that we had to make sure that OS 9 disk drivers are installed, even though we do not have OS 9 installed, only 10.2.8.x. Hope I've helped a little.

Also, how much RAM do you have? I put 1GB in the PB, and it runs very well for a 4 year old system.

Check out a free program called Onyx, it has all kinds of tools to clean your system. If you want to defrag your system check out a program called Disk Warrior, though it probably isn't needed unless you work with large files often.

Edit: When you upgrade your OS it is always best to do a clean install rather than a straight upgrade.

Check out a free program called Onyx, it has all kinds of tools to clean your system. If you want to defrag your system check out a program called Disk Warrior, though it probably isn't needed unless you work with large files often.

Edit: When you upgrade your OS it is always best to do a clean install rather than a straight upgrade.

when i said 'upgrade' from jaguar to panther, I was referring to a clean install. that's why i mentioned it as the exception to my 'single install' statement.

I'll definitely check out Onyx later when I get home from work. Thanks.

And also, about RAM...I currently have 512. Now that I've got a job as a product designer and I'm heavy into Photoshop and Flash, I suppose an extra 512 would be a smart idea...

Yeah, I'm starting to do a lot of video editing on my main machine, a P4 2.8 800FSB. I need to upgrade my memory as well. I've only got 512 in it. I suppose another 512 would help, plus a real NLE package. Currently using Pinnacle Studio 8, just can't afford the Matrox Suite with Premiere Pro yet.

Yeah, I'm starting to do a lot of video editing on my main machine, a P4 2.8 800FSB. I need to upgrade my memory as well. I've only got 512 in it. I suppose another 512 would help, plus a real NLE package. Currently using Pinnacle Studio 8, just can't afford the Matrox Suite with Premiere Pro yet.

No offence, but what does that have to do with anything in this thread, or even forum? :huh:

Steve, from your second link, I found this:

The news gets better with Panther. It defrags files (those less than 20 MB, which should be most of yours) on the fly.

This is good news. Makes me feel a bit better about my hard drive's condition...

I am always cleaning stuff off my OS X partition, old pref files, parts of OS X that are not needed and other random things like logs.

I use an app called 'WhatSize' (its free) and just go down the list starting with the largest files and remove what I dont need. Its not unusual for my to find a few hundred MB of crap a month. I dont really think it makes OS X any faster, but I dont like having files on my HD that I dont know what they do.

Look at my folder sizes and you can see about how much you can remove from OS X (the the exception of your Apps and Users Folder).

I could probably clean out a lot more, I have not removed anything in a while.

post-60-1096321016.jpg

OS X was designed to require VERY little user maintenance.... best thing to do is leave the computer on overnight once a week (this is when OS X runs it's built-in 'speed up' tools) if you want to run these scripts to your own schedules search for MacJanitor on MacUpdate.com or VersionTracker.

Seriously, I've had Panther installed since release day, and it's better now than it's ever been.

I know when I switched from Windows, I was quite surprised that I didn't have to 'look after' the OS more! but now I'm used to just getting my work done, and not having to worry about something needing fixing.

No offence, but what does that have to do with anything in this thread, or even forum?  :huh:

Since the original poster was talking about apps that he uses which are RAM intensive, I was just making a comment along those lines. I'll admit, a little OT, but I think still a little relevent. No offence taken.

this thread has been very helpful, thanks to all who contributed. :D

im a new user and was in search for programs like the ones mentioned in this thread.

i repair permissions often but i still dont know what it does.....what does repairing permissions do ? lol :)

Steve, from your second link, I found this:

This is good news. Makes me feel a bit better about my hard drive's condition...

Oh! I thought that was considered common knowledge! :laugh: It sure is when you read a few Mac Vs PC Flame wars! :laugh: :laugh:

Personally i don't do alot for maintenance really, but i'll check out that 'WhatSize' thanks for the link bud. :D

this thread has been very helpful, thanks to all who contributed. :D

im a new user and was in search for programs like the ones mentioned in this thread.

i repair permissions often but i still dont know what it does.....what does repairing permissions do ? lol :)

It cleans up the system with regards to permissions you have to each file / folder, in terms of Read/Write/Execute. When an error in your permissions settings occurs, it may cause problems - For example, your applications may not launch or your system may seem a little more sluggish...

What exactly did you have on your machine that took up over 11GB of info? Those are some pretty big temp files!

Well...

I had a folder of the 'Top 500 Rock & Roll Songs' that I never deleted after importing them into iTunes.

I had a few large games that I completely forgot I had and obviously haven't played in a long time.

I had a few directories of PSD images from the past that I no longer need and also forgot about.

To name a few...

OS X doesn't really need cleaning, per se. All system preferences and 'registry' type settings are stored in individual XML files rather than a central repository like in Windows. So if you stop using a particular app, it won't use any resources unlike in Windows. If you delete an app, the preference files will just sit there harmlessly doing nothing.

Then there's the defragging as mentioned. This is probably one of the coolest things about OS X.

Finally, as for repairing permissions, this may be a bit overkill but I've set my system to do this nightly. Here's how.

Open a vi session in the Terminal and create a shell script containing this code:

$ vi Repair.sh

DATE=`date +%d%m`
TIME=`date +%H%M%S`

cd /Users/James/Repairs
#echo hi >> $DATE-Repairs-$TIME
diskutil repairPermissions / >> $DATE-Repairs-$TIME

This will repair permissions using Disk Utility, and log the results to a file named DDMM-Repairs-HHMMSS in /Users/James/Repairs/. Substitute as necessary if you want it somewhere else. It runs invisibly.

To make it run every night, use the crontab:

$ sudo vi /etc/crontab

30 ? ? ?21 ? ? ?* ? ? ? * ? ? ? * ? ? ? James ? ~/Repairs/Repair.sh

This tells the script to run at 2130 every night. If you're not comfortable playing with the crontab, use something like Cronnix (although I personally dislike it).

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • I think you meant the "ntfs3" driver, but yes there have been a lot of fixes for it in this release and previous releases, not 100% sure if the issue you mentioned is fixed though. In any case, the new "ntfs" driver in 7.1 doesn't have that issue (at least, no reports of such have come thru), but your kernel needs to explicitly enable support for the new driver first (like how CachyOS kernel has it), and you need to edit your mount points in /etc/fstab to use "ntfs" instead of the other drivers.
    • Epic Games says Unreal Engine 6 will help developers "build content faster" using AI models by Pulasthi Ariyasinghe Epic Games is rolling out the latest major update to Unreal Engine 5 today, and at the same time, the company also dropped some information on the next-generation version of the product, Unreal Engine 6. This was already revealed a few weeks ago alongside the new Rocket League upgrade reveal. The company says it is combining the features of Unreal Engine and Unreal Editor for Fortnite to create this new version of its popular media creation tool. On top of creating entire games, the new engine will also focus on letting developers operate large-scale live service titles more easily, whether by shipping content into their own ecosystems or into Fortnite. The use of large language models is also mentioned here, with Epic saying it will be a core part of the engine. "We see LLMs, generative AI models, and tools like Claude and Codex playing a central role in helping you build content faster while maintaining the creative control you need," adds the company. Here is the rundown of what's new about version 6 of Unreal Engine: With all these changes to the programming model, portability upgrades, and generative AI integration, Epic says the new version of the engine will "change a lot about how games are made." The company aims to ship Unreal Engine 6 into early access in late 2027, with a full release planned for 12-18 months later. Epic Games also dropped a lengthy blog post about the new Unreal Engine 5.8 update for game developers over here. The release is focused on delivering better performance, customization, and streamlined workflows for development teams. This will be the final major update for this version of the engine before Epic switches to focus fully on Unreal Engine 6's early access launch.
    • Watch Louis Rossmann's recent experience on YouTube about trying to get a warranty replacement from Samsung. It's crazy.
    • That is the thing, how many of these people don't realise they are using AI? If they use Google Search they have no choice but to use AI. So yes, maybe half of American adults do use and I expect a lot of Uk adults do to, but I bet most of them don't realise it. Myself, i avoid the rubbish.
    • They use FREE AI. They aren't paying for this meme-generating slopware...
  • Recent Achievements

    • One Month Later
      Vincian earned a badge
      One Month Later
    • First Post
      Jocimo earned a badge
      First Post
    • Week One Done
      suprememobiles48 earned a badge
      Week One Done
    • One Month Later
      Windows Guy earned a badge
      One Month Later
    • One Month Later
      Prasann earned a badge
      One Month Later
  • Popular Contributors

    1. 1
      +primortal
      500
    2. 2
      +Edouard
      163
    3. 3
      PsYcHoKiLLa
      88
    4. 4
      Steven P.
      69
    5. 5
      neufuse
      65
  • Tell a friend

    Love Neowin? Tell a friend!