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

    • Maybe it's just my old-school soul talking, but I’ve always felt that games aren't 'real' games until they hit the PC. Leaving the PC community out at launch just doesn't sit right with me. That being said, I'm probably going to buy the PS5 just for the fun of trying it out.
    • The Vibe Coding Playbook: Building Your Tech Business with AI —was $35, now FREE by Steven Parker Claim your complimentary copy (worth $35) of "The Vibe Coding Playbook: Building Your Tech Business with AI" for free, before the offer ends on June 23. Description A detailed and up-to-date walkthrough for entrepreneurs with limited (or non-existent) coding skills who want to build profitable software companies using new gen-AI tools. In The Vibe Coding Playbook: Building Your Tech Business With AI, renowned AI and data science educator Siraj Raval walks you through exactly what you need to do to build a technology business with generative AI-powered code assistants. Raval offers step-by-step guidance for non-technical professionals and entrepreneurs interested in creating scalable, profitable enterprises without spending years learning how to code. This book conceives of new artificial intelligence tools, like Cursor, as “co-founders,” lighting your way to constructing valuable software products and services. You’ll learn to build minimally viable products (MVPs), iterate on your software products as you develop and after launch, and grow your company while maintaining a lean, efficient, solopreneur-focused structure. Inside the book: Detailed guidance for entrepreneurs interested in creating powerful tech solutions for niche problems and markets without hiring expensive software developers Strategies for using generative AI tools to substitute for traditional technical co-founders Illustrative case studies from real-world founders who built successful technology businesses without learning to code Useful tools for non-technical entrepreneurs, including prompt libraries, decision trees, QR codes linking to video tutorials demonstrating key techniques, and access to an exclusive online community of like-minded founders Perfect for ambitious professionals and entrepreneurs who want to build a successful technology company now – using commercially available AI tools – The Vibe Coding Playbook is your personal roadmap to creating useful and profitable software for customers without learning how to code. How to download for free Please ensure you read the terms and conditions to claim this offer. Complete and verifiable information is required in order to receive this free offer. If you have previously made use of these offers, you will not need to re-register. Was $35, but is now FREE | Below free offer link expires on June 23. The Vibe Coding Playbook: Building Your Tech Business with AI The below offers are also available for free in exchange for your (work) email: The Vibe Coding Playbook: Building Your Tech Business with AI ($35 Value) FREE - Expires 6/23 The Persuasion Engine: How Any Business Can Use AI-Powered Neuromarketing to Understand and Win Customers ($28 Value) FREE - Expires 6/24 How to Do More with Less: Future-Proofing Yourself in an AI-driven Economy ($28 Value) FREE - Expires 6/30 Cloud Security Fundamentals: Building the Foundations for Secure Cloud Platforms ($131.95 Value) FREE - Expires 7/1 The Complete Free AI Learning: Master ChatGPT, Claude, Gemini & More ($21 Value) FREE How to Build an AI Design Workflow with Gamma ($21 Value) FREE The Ultimate Linux Newbie Guide – Featured Free content Python Notes for Professionals – Featured Free content Learn Linux in 5 Days – Featured Free content Quick Reference Guide for Cybersecurity – Featured Free content We post these because we earn commission on each lead so as not to rely solely on advertising, which many of our readers block. It all helps toward paying staff reporters, servers and hosting costs. Other ways to support Neowin The above deal not doing it for you, but still want to help? Check out the links below. Check out our partner software in the Neowin Store Buy a T-shirt at Neowin's Threadsquad Subscribe to Neowin - for $14 a year, or $28 a year for an ad-free experience Disclosure: An account at Neowin Deals is required to participate in any deals powered by our affiliate, StackCommerce. For a full description of StackCommerce's privacy guidelines, go here. Neowin benefits from shared revenue of each sale made through the branded deals site.
    • Rockstar confirms Grand Theft Auto VI pre-orders begin next week, unveils cover art by Pulasthi Ariyasinghe The release date of Grand Theft Auto VI has moved quite a lot since its original announcement in 2023, but it finally looks like the game has found its final launch slot. Rockstar today had a new video upload on its YouTube channel, and while it wasn't a new trailer for the game, the company revealed two things. This was the pre-order kickoff date for Grand Theft Auto VI as well as the game's official cover art. The company revealed that June 25 is when fans of the series will be able to pre-order their copy of Grand Theft Auto VI. Pre-orders will be available both digitally and in retail stores. The newly unveiled cover art shows off the two new protagonists, as well as a few more characters that are probably vital to the campaign storyline. Shots of vehicles players can use like a light helicopter, motorcycle, sports car, and speed boat are also seen here, alongside a shot of a crocodile. "Jason and Lucia have always known the deck is stacked against them," says Rockstar describing the campaign's protagonist duo. "But when an easy score goes wrong, they find themselves on the darkest side of the sunniest place in America, in the middle of a conspiracy stretching across the state of Leonida — forced to rely on each other more than ever if they want to make it out alive." Grand Theft Auto VI is coming to Xbox Series X|S and PlayStation 5 on November 19, 2026. A PC version has not been confirmed yet, though it's expected by many to land after the console release. When asked about this, the Take-Two CEO says it considers the core audience for the Grand Theft Auto franchise to be on consoles.
  • Recent Achievements

    • Week One Done
      Huge Trailer earned a badge
      Week One Done
    • Week One Done
      Classifyskilleducation earned a badge
      Week One Done
    • One Month Later
      eurospharma62 earned a badge
      One Month Later
    • Week One Done
      With What earned a badge
      Week One Done
    • Week One Done
      Harris Gilbert earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      555
    2. 2
      +Edouard
      168
    3. 3
      PsYcHoKiLLa
      72
    4. 4
      Michael Scrip
      64
    5. 5
      ATLien_0
      64
  • Tell a friend

    Love Neowin? Tell a friend!