April 26th, 2009 - 10.5, 10.6, Customize, Hackintosh, Leopard, Mac OS X, Snow Leopard
Creating your own cheap Mac Hackintosh out of a PC Netbook is pretty popular right now, so I compiled a list of various how-to guides mostly for myself but figured I would share it with our readers as well. The guides rank from reasonably easy (Dell Mini 9) to an arduous hack, and it’s technically against Apple’s OS X EULA agreement, so whether or not it’s worth proceeding with making one of these frankenstein Macs is entirely up to you.
Gizmodo: How to Hackintosh a Dell Mini 9
MyDellMini: Fool proof no hassle Dell Mini 10v Hackintosh guide
MSiWind Forums: How to Install Mac OS X on an MSI Wind
InsanelyMac: Install OS X on an Acer Aspire One
Stuart Shelton: How to install Mac OS X on a Samsung NC10
S10Lenovo: Install Mac OS X on a Lenovo S10
MyHPMini: Install Mac OS X on an HP Mini 1000
Enik: Install Mac OS X 10.5.6 on an EEE 1000h
It’s worth mentioning that BoingBoing has a pretty good OSX/Netbook compatibility chart but much of the info looks out of date (from December of 2008) so it’s worth doing some of your own due diligence before relying 100% on the chart.
Update: A reader has sent this in, saying that these files work for installing Snow Leopard on a Dell Mini 10v but we have not been able to test it… this link was pulled from the MyDellMini Forums. Not for novice users, proceed with caution!
January 7th, 2008 - 10.5, Customize, Leopard, Mac OS X, Tips & Tricks
Here’s a great tip that creates a nice hover effect when your mouse goes over an application (or folder) within a Leopard stack. Why this isn’t enabled by default in Leopard is beyond me, because it makes navigating within stacks a whole lot easier. Don’t miss out, here’s how to activate it:
Launch the Terminal and type the following command:
defaults write com.apple.dock mouse-over-hilte-stack -boolean yes
then, you’ll have to restart the Dock by issuing the following command:
killall Dock
To disable the hover highlights, type:
defaults write com.apple.dock mouse-over-hilte-stack -boolean no
December 24th, 2007 - 10.5, Command Line, Customize, Leopard, Mac OS X, Tips & Tricks
The appearance of the new Dock in Mac OS X 10.5 Leopard has caused somewhat of an uproar in the Mac community, some of whom even claim it looks like it belongs in Windows Vista. If you’re totally insulted by the new 3D dock, or if you just prefer the old Dock appearance, it’s very easy to change and you don’t need to be a super Mac genius to figure it out. Simply launch your terminal and type the following commands:
defaults write com.apple.dock no-glass -boolean YES
then you will want to kill the Dock to relaunch it without the glass effect:
killall Dock
to get the reflective 3D Dock back, simply type the following:
defaults write com.apple.dock no-glass -boolean NO
again, you will want to kill the Dock to relaunch it. Enjoy!
December 24th, 2007 - 10.5, Command Line, How to, Leopard, Mac OS X, Tips & Tricks
Quick Look is a nice feature added in 10.5, I use it often for glancing at the content of various documents and it certainly beats launching an application. If you’re an avid command line user though, you may be browsing through a directories contents and wondering just what is that JPG or DOC file. Wonder no more, because you can easily use Quick Look from the command line:
From the command line, use the following syntax:
qlmanage -p filename.jpg
This will launch a Quick Look window with whatever file is specified as ‘filename.jpg’, the file type can be anything that Quick Look is compatible with (which seems to be just about everything).
Read more »
December 8th, 2007 - 10.5, Leopard, Mac OS X, Tips & Tricks
Thanks to Quick Look in Leopard, you no longer have to drag files from the Trash to check them out. Simply hit Command-Y while on any file within the trash folder and Quick Look will behave as normal by launching a preview of the file contents. This great tip was found on TUAW (and screenshot was borrowed from them as well, obviously).
November 5th, 2007 - 10.5, Customize, Leopard, Mac OS X
People seem to either love or hate the dock in Leopard. If you’re not a fan of the default ’swoosh’ reflective Dock, there are many options available, and a site has popped up catering to nothing but Leopard Docks. Aptly named LeopardDocks.com is dedicated to nothing but customizing your Leopard dock, with everything from shiny wood surfaces to grass.
Check out LeopardDocks.com for more
October 31st, 2007 - 10.5, Customize, Leopard, Mac OS X, Tips & Tricks
Stacks is an innovative addition to Apple’s recently released OS X 10.5 (Leopard). It’s default behavior can be confusing, as it seems some “Stacks” will display in a grid fashion and some will appear in the fan style. After poking around for a bit on various forums (macosxhints.com), I had zero luck in finding away to control the Stack style. Then I stumbled upon a file called “About Stacks.pdf” in my documents folder. The contents are self explanatory and it turns out the solution is simple:
Read more »
October 30th, 2007 - Leopard, Mac OS X, OS X Apps, Utilities
Earlier today Microsoft released the second beta of their Remote Desktop Connection application. This new version introduces an updated user interface (not sure if its worse or better), Universal binary support, Vista support, dynamic window resizing and quite a bit more. It is good to see Microsoft update this utility as it is a crucial part of my workflow. The previous version of the Remote Desktop Connection was a PowerPC only application that was quickly becoming dated. I was able to verify that this new version works flawlessly in OS X Leopard. Read on for a complete list of new features and a screenshot.
Read more »
October 30th, 2007 - Customize, Leopard, Mac OS X

If you’re a Leopard user, you might have noticed that the Dock no longer uses little triangles to emphasize what applications are open. Instead, little subtle lights glow underneath open applications, which look nice but aren’t the most obvious. Apparently I’m not the only one that was annoyed with the little glowing light app indicators of the Leopard dock, but SilverMac has a solution for us on how to restore the old triangle dock indicators.
Leopard dock with black triangles
October 29th, 2007 - Command Line, How to, Leopard, Mac OS X, Tips & Tricks
Adding a user is something easily accomplished using the built in GUI tools that ship with OS X, however any power user can appreciate the possible efficiency gained from using the command line. So in the spirit of efficiency here are the steps necessary to add a user to your Mac OS X system all with our good friend, Terminal.app.
Read more »