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

    • Wow, imagine you dump hundreds of hours into completing things and unlocking stuff and you lose it all. Back in the day when cheats were built into games, you could at least unlock things again that way without spending hundreds of hours again. But those days are long gone for some reason as no one builds cheats into games anymore. So it's even more painful that studio that's on its 6th installment **** it up so badly.
    • Spotify finally removes the disco ball app icon in the latest update by Ivan Jenic Image: Spotify Spotify has just released an update that removes its now infamous disco ball icon. The update reverts the app icon to the familiar flat green logo after weeks of mixed reactions online. The icon arrived on May 13 as part of the company's 20th anniversary celebration and was always intended to be temporary, though Spotify only confirmed that after the backlash started. The disco ball took the internet by storm, as the reception was split. A vocal group of users called it ugly and disorienting, with some iOS users noting that the 3D glowing effect made the app look like it was stuck mid-update. On the other end, the icon picked up a following of its own. Its retro, three-dimensional look immediately stood out against the flat, minimalist aesthetic that has dominated app design for years. It even started a small movement, spawning what people started calling "discomorphism," a mashup of disco and skeuomorphism. Other brands started posting disco ball versions of their own logos, probably in an effort to ride the wave of memes that flooded the internet during late May. Spotify has had a turbulent relationship with its user base lately. Besides the disco ball icon, which certainly wasn't appreciated by everyone, the company has also received backlash for its willingness to include AI-generated music on its platform. On May 17, Spotify promised the old icon would return “in a few weeks.” And now it looks like that time has finally arrived. So, whether you liked the disco ball or it made you uncomfortable, it’s now gone for good. The next time you update the Spotify app on your phone, the old, flat-design icon will return.
    • Playground Games confirms Forza Horizon 6 save wipe bug by Taras Buria Forza Horizon 6 was launched last month to critical acclaim (check out our review here), and it became a smash hit in an instant. Now, weeks into the launch, with die-hard fans clocking hundreds of hours, Forza Horizon 6 is facing a serious issue: save wipes. After multiple complaints on Reddit and social media, the studio issued a statement. The problem with missing saves came shortly after Playground Games promised the initial batch of gameplay tweaks and improvements. Unfortunately, there seems to be no temporary fixes for those affected by unexpected save wipes. However, the studio published a new support document with a few important steps users should try. First, affected gamers should open a support ticket immediately (go here to file one) so that the support team can try recovering the lost progress by reverting to an earlier save. Playground Games says this should be done the same day the issue occurs. Meanwhile, gamers are urged not to start new play sessions or create new saves. The studio also published a few things gamers should try to avoid to prevent potential progress loss: Ensure your Gaming Services app on PC or XBOX Series X|S console is fully up to date. On XBOX Series X|S consoles, disable Quick Resume for Forza Horizon 6: To disable Forza Horizon 6 from using Quick Resume, highlight the game box art anywhere in the console experience (Home, My Games & Apps, Pins, etc) and then press the Menu button, then go to Manage game and add-ons > Quick Resume settings > Disable Quick Resume. Ensure you are online when ‘quitting’ the game. Give your saved time to sync to the cloud before powering off or switching devices. Do not force quit the game during save screens. Do not power off the device during gameplay. Always "Quit" (console) or "Exit to desktop" (PC) once you've finished your play session, ensuring the save icon is not visible when you’re closing the game. Before turning off your console, shutting down your PC, or force-closing the Steam app, give your devices or clients at least a few minutes to ensure your latest progress has been synchronized with the cloud. This will reduce the risk of progress reversions as you switch between different platforms. XBOX Series X|S consoles, Steam, and the XBOX app on PC all include game save indicators that confirm your progress has been synced. You can read more about the bug in the official support document here. Forza Horizon 6 is currently available on PC (Steam and the Microsoft Store), Xbox Series X|S, and Game Pass. The game is also coming to PlayStation 5 later this year.
  • Recent Achievements

    • One Year In
      slackerzz earned a badge
      One Year In
    • One Year In
      highriskpaym earned a badge
      One Year In
    • One Month Later
      highriskpaym earned a badge
      One Month Later
    • Week One Done
      highriskpaym earned a badge
      Week One Done
    • Week One Done
      FBSPL earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      520
    2. 2
      PsYcHoKiLLa
      198
    3. 3
      +Edouard
      158
    4. 4
      Steven P.
      84
    5. 5
      ATLien_0
      75
  • Tell a friend

    Love Neowin? Tell a friend!