Skip to main content

Posts

Showing posts with the label Mountain Lion

Mac Tip - Free Up Some Hard Drive Space

Fed Up - Full Hard Drive Syndrome Getting the "Start-up disk is full" warning?  Here are some tips that can help you reclaim some drive space. Backup, Backup, Backup Backup (as in save important stuff just-in-case) before you do anything that will significantly impact your computer's internal storage.  If you have an external hard-drive with at least 2x the capacity of your internal drive, consider using Time Machine to create automatic backups of your data.  Time Machine, built into your Mac, will automatically check your computer every hour for changes and back them up incrementally.  This means it will only save changes, not re-copy all of you data over again.  You can use an external drive physically attached to your machine (USB, Firewire, Thunderbolt) or storage on your network, often referred to as Network Attached Storage or NAS.  One of the best and easiest solutions is to use an Apple Time Capsule.  It is easy to configure and you can "...

Tips: Delete duplicate entries in "Open With..." dialog in Finder

Duplicates!!! When you control+click (or right click if you have enabled that option) on Mountain Lion, and there seems to be several duplicate applications listed and/or apps you no longer use, here is a Terminal shell script that will fix that.  Just copy and paste the code below in a Terminal window. /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/Support/lsregister -kill -r -domain local -domain user (Terminal can be found using Launchpad or Spotlight) After pasting, hit the Return key and allow time to run, then type "killAll Finder" without the quotes, and Return.  This will rebuild the "Open With..." menu.   If you do not see an immediate effect on the lists, restart your Mac.   Should be no need to restart. (Thanks, JK) Duplicates and old apps gone! If you wish, you can make a Service that will do it using Automator as well: Open Automator (Launch Pad or Applications folder) Create...

Change the Default Font of Notes App in OS X Mountain Lion

Change the Default Font of Notes App in OS X Mountain Lion : The new Notes app in OS X Mountain Lion features a default font that is hard to read and looks a bit goofy. If you want a more professional looking font that’s easier on the eyes, you can easily switch the default font from “Noteworthy” to the always classic Helvetica. From the Notes app, pull down the “Format” menu Open the “Font” submenu followed by “Default Font” and select “Helvetica” for the cleanest looking font, or choose “Marker Felt” to match the default Notes font in iOS Changes take effect immediately. Helvetica is shown below: Formatting can be lost as you’ll see in this video: You can change it in the iOS Notes app too .

Do You Need to Defragment a Mac’s Hard Drive?

--> Do You Need to Defragment a Mac's Hard Drive? About Focus on Macs In my mailbag this week, I found a couple of questions about defragmenting a Mac's hard drive. This question usually comes from new Mac users, or individuals who switch to the Mac from the Windows environment, where disk defragmentation utilities abound. Some individuals want to know which third-party disk defragmentation app they should use, or wonder why there is no defrag tool in OS X. Courtesy of Apple OS X does have disk defragmentation capabilities, but they're built into the system rather than a separate tool. Since OS X 10.2, Apple has included automatic defragmentation in the Mac OS. In essence, the Mac OS has built-in safeguards that attempt to prevent file fragmentation from occurring; it's also able to repair fragmentation, should it occur. This means that for the average Mac user, there really is no reason to worry about disk defragmentation, at least not as ...