1 Sep, 2008
Mac Tips
This is a great tip for all mac users who rely on the Hide/Unhide Application feature on the mac. This tip allows you enable a hidden feature of the dock which shows hidden applications as semi-transparent, allowing you to quickly identify which applications are hidden and which are shown with a simple glance at the dock. Here’s a couple of screenshots to show you what it looks like (click for a larger image).


As you can see, this can be very useful when you have a lot of applications open at the same time. To set your dock to appear this way, open Terminal (~/Applications/Utilities/Terminal) and paste these two lines:
defaults write com.apple.Dock showhidden -bool YES
killall Dock
If at any time you would like to revert to Apple’s default setting paste these two lines:
defaults write com.apple.Dock showhidden -bool NO
killall Dock
I saw this great tip on MacTips.org (by AppleGazette.com). For this and other great Mac Tips, visit their site.
14 Jul, 2008
Mac Tips
Recently, my Dad wrote about the Lighthead Software application Caffeine. This app allows you to prevent your Mac from going to sleep at the click of a button. It’s a very useful app if you are running a process that shouldn’t be stopped.
If you want to take this one step further and allow closing of your Mac’s screen while allowing it to continue working. To do this, you simply need to download an application developed by semaja2 called InsomniaX. This program can also come in handy if you want to use an external monitor as your only display but don’t want to leave your laptop open.
Please feel free to leave your comments on this or other posts.
7 May, 2008
Boot Camp Linux Mac Tips
“Wubi is an officially supported Ubuntu installer for Windows users that can bring you to the Linux world with a single click. Wubi allows you to install and uninstall Ubuntu as any other Windows application, in a simple and safe way.” - http://wubi-installer.org/
I installed Ubuntu 8.04 yesterday on my Bootcamp partition so that I had three operating systems installed without touching the Apple boot loader. In this post I will walk you through all the steps necessary to achieve this feat.
Install Windows XP (or Vista if you prefer) on a boot camp partition using Boot Camp Assistant in Leopard. This is a fairly simple process with one caveat: you may have to re-install/restore your machine. The reason? Your Mac’s hard drive may become fragmented with large files and the mini-defragmenter included in the boot camp assistant doesn’t have the strength to move the files. This is very simple to do via time machine, just back up your entire hard drive (the small backups don’t work) and when you are reinstalling, go to Tools > Restore From Backup.
Install Ubuntu. This needs to be done inside the partition you created in the last step. First, do one of the following: insert an Ubuntu 8.04 CD (you can also place an ISO in the same directory as the Wubi installer or let Wubi download one), choose “Install on Windows” and you will come to a screen like this. Enter all the settings as you would like them and click install. After a little while you will get a screen like this. Choose “Reboot now”. As your computer is rebooting: Hold down the option/alt key until you come to a white screen with two hard drives, one labeled yourharddrivename and the other one Windows HD. Click on the arrow below Windows HD, It will start to boot into windows where you will be faced with another option: boot into windows or ubuntu. For now, choose Ubuntu. The Ubuntu installer will now finish the install.
There we go. You have now triple booted your mac. If you have any questions about this or any other posts send me an email.
Note: If you use VMWare Fusion or Parallels you can also open the boot camp partition and choose either windows or linux.
20 Apr, 2008
Mac Tips
Do you have a mac? Have you ever wanted an application to be hidden from the dock, even when it’s running, but there’s no option to do so? Follow these simple steps and you will have a hidden application.
- Navigate to the application in Finder (Usually ~/Applications/)
- Right-click (or control-click) on the application and select “Show Package Contents”
- Open Contents/info.plist
- Find a line that looks like:
- If it doesn’t exist, enter these two lines right before the </dict> tag:
<key>NSUIElement</key>
<string>1</string>
- Save the file and (re)start the program.
- You’re done!