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

    • Anthropic pulls Fable 5 and Mythos 5 after US export control order by Pradeep Viswanathan In April this year, Anthropic launched the Claude Mythos Preview frontier model with state-of-the-art cyber and coding capabilities for a select set of companies around the world. After preparing appropriate guardrails, early this week, Anthropic launched Claude Fable 5 and Mythos 5, its most capable AI models. Claude Fable 5 is for general users and comes with strict safeguards, while Mythos 5 is designed with fewer safeguards for cybersecurity and biology use cases. Today, Anthropic abruptly suspended access to its Fable 5 and Mythos 5 AI models for all customers after receiving an export control directive from the US government. The company received the directive from the government today at 5:21 p.m. ET, and the received letter did not provide any details regarding the national security concern. Anthropic understands that the government became aware of a method to bypass, or “jailbreak,” Fable 5, which might be the reason behind the directive. The order was issued under national security authorities and requires the company to suspend all access to Fable 5 and Mythos 5 by any foreign national, whether they are inside or outside the United States. The restriction also applies to foreign national employees working at Anthropic. As a result, the company has disabled both models for all customers to ensure compliance. Access to previous Anthropic models like Opus and Sonnet is not affected by this government order. The company highlighted that it had developed strong safeguards to reduce the possibility that Fable is misused for tasks related to cybersecurity. In fact, many developers are complaining that the safeguards are going overboard. Additionally, the company worked with the US government, the UK AISI, multiple private third-party organizations, and internal teams to red-team Fable’s safeguards for thousands of hours. Finally, Anthropic noted that no testers have yet been able to find a universal jailbreak on Fable 5. As expected, Anthropic disagrees that a narrow potential jailbreak should lead to the recall of a commercial model used by hundreds of millions of people. It warned that applying this standard across the AI industry could effectively halt new frontier model deployments. Anthropic concluded by mentioning that it is working to restore access to Fable 5 and Mythos 5 as soon as possible and plans to share more details within the next 24 hours.
    • Brave Browser 1.91.172 is out.
    • Any Video Converter Free 9.2.3 by Razvan Serea Any Video Converter is an All-in-One video converting tool with an easy-to-use graphical interface, fast converting speed and excellent video quality. Any Video Converter supports all popular video formats and converts your videos to different video formats including MP4, MOV, MKV, M2TS, M4V, MPEG, AVI, WMV, ASF, OGV, WEBM, and more. It supports converting videos to customized percent (50%, 100%, 200%, and more) or resolution (480p, 720p, 1080p, 4K, and more); It supports encoding videos into x264, x265, h263p, xvid, mpeg, wmv, and more. Any Video Converter Free key features: Compatible with Windows 11/10/8.1/8/7 (32-64bit) User interface are available in 14 languages Convert all kinds of video formats including high-definition videos Extract audio from any videos and save as MP3/WMA for your mp3 player Take snapshot from any videos and build your own picture collection Support high-definition for both input and output Batch add videos from hard drive and batch convert Customize output parameters completely as you like Manage your output videos files by group or output profile Merge several video files into a single and long one Clip a video into segments Free Audio Filter: Adjust audio volume and add audio effects Crop frame size to remove black bars and retain what you want only Adjust the brightness, contrast, saturation Rotate or flip or add noise/sharpen effects Produce output video with subtitles of your own dialogue and much, much more... Any Video Converter Free 9.2.3 changelog: Fixed video download engine auto-update failures. Added custom speed control support in the speed change tool. Added support for downloading YouTube AI-generated subtitles. Added support for preserving original audio stream in the format convert tool (e.g., Dolby Atmos, DTS:X). Fixed other bugs and improved overall performance. Download: Any Video Converter Free 9.2.3 | 7.6 MB (Freeware) View: Any Video Converter Free Home Page | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • Not sure what country you’re in but in many countries you can absolutely jail the sellers behind businesses… in fact I’d say in most countries you can do that
    • I guess we are done since you refuse to read my comment you replied to or my other comment in another thread you were also a part of here.
  • Recent Achievements

    • Contributor
      MarkHughes4096 went up a rank
      Contributor
    • Dedicated
      jordanspringer earned a badge
      Dedicated
    • Rookie
      Rimplesnort went up a rank
      Rookie
    • One Year In
      Markus94287 earned a badge
      One Year In
    • One Month Later
      Markus94287 earned a badge
      One Month Later
  • Popular Contributors

    1. 1
      +primortal
      506
    2. 2
      +Edouard
      175
    3. 3
      PsYcHoKiLLa
      148
    4. 4
      ATLien_0
      92
    5. 5
      Steven P.
      79
  • Tell a friend

    Love Neowin? Tell a friend!