Mac OS

Jitouch – Must have Mac OS X software for Magic Trackpad / Magic Mouse / Macbook Trackpad

Screen shot 2010 07 31 at 7.26.25 PM Jitouch   Must have Mac OS X software for Magic Trackpad / Magic Mouse / Macbook Trackpad

jitouch

Jitouch is amazing must have software for all mac os x magic trackpad / magic mouse / macbook trackpad users, This software adds an array of multi-touch gestures that most would feel should be standard, Check it out you won’t regret it!

Download Jitouch Here

Another Mac OS X Must Have Application TotalFinder [Tabbed Finder Add On]

NOTE: This Is a Snow Leopard Only Application


TotalFinder

TotalFinder Mac OS X Snow Leopard Application - Must Have


Download TotalFinder For Mac OS X Snow Leopard

Hackintosh Fix How-To: Time Machine could not be configured. The built-in network interface could not be found

Run terminal (hit the apple key and space bar at the same time then type Terminal and select it from the list)

Then type the following:

sudo mv /Library/Preferences/SystemConfiguration/NetworkInterfaces.plist /Library/Preferences/SystemConfiguration/NetworkInterfaces.plist.old

Then hit enter and if it asks for your password enter it.

Then reboot and voila!

How To Easily Reset Mac OS X Leopard Back To The Setup Assistant Fresh Install Welcome Screen

Boot Mac OS X Into Single User Mode by holding down Command + S on system boot.

Once the system has booted into its terminal looking single user mode simply type the following:

NOTE: Where it says USERNAME below simply replace that with your Mac OS X main admin login username.

$ mount -uw /
$ rm -R /Library/Preferences/$ rm -R /Users/USERNAME/
$ /bin/launchctl load /System/Library/LaunchDaemons/com.apple.DirectoryServices.plist &$ dscl . -delete /Users/USERNAME$ rm /var/db/.AppleSetupDone
$ exit