beyondmac.com|comments, answers, etc.

Home Contact About Subscribe(RSS)

The Book:

Buy Mac OS X Leopard: Beyond the Manual from Amazon, or check out the Apress website for more information.

Categories:

Bookmarks:

Powered by WordPress

Add Recent/Favorite Items Stack to Dock | November 22, 2007

You can add a very useful stack to your dock that can display a variety of you recent or favorite items. Do do this simply enter the following commands in the terminal:

defaults write com.apple.dock persistent-others -array-add '{ "tile-data" = { "list-type" = 1; }; "tile-type" = "recents-tile"; }'
killall Dock

You can then select what items you want this item to display from the stacks contextual menu.

Personally I like to leave it on “Favorite Items” which correspond to the user selectable locations under “PLACES” in the Finders side bar.

My Book is at the Printer! | November 20, 2007

Last week I was out in San Francisco for Oracle Open World (which was really quite interesting… Oracle seems IMO to be way ahead of everyone else in the whole enterprise software space). Anyway while I was out there I spent quite a bit of time at Apress in Berkeley and was there as they put the finishing touches on my book and shipped it off to the printer. All this means that it should be on bookshelves all over in about another month (Officially December 17th). Of course you can pre-order it now if you’d like <g>.

Package Management in Leopard? | November 18, 2007

Poking around the stuff installed by the latest Leopard 10.5.1 update, I noticed something exciting I hadn’t seen before: pkgutil. This command line tool apparently allows you to finally manage installed packages using a package database (a SQLite database located in /Library/Receipts/db/). At the moment this tool is far from perfect, I’ve noticed some strange data here (inaccurate install paths), plus it seems that the package must be designed to write data to the database, so it currently doesn’t track all packages. One important thing to note: it appears that this tool could be potentially damaging to your system. According to the man page, will allow to remove the files installed by any package without any dependancy checking, so you could really screw yourself with this. (I actually haven’t tried to remove anything myself, so I’m trusting the docs here). Still the existence of this tool is an extremely hopeful sign of real package management on OS X. Check it out with man pkgutil, but use caution.

Mac OS X 10.5.1 Leopard Update | November 15, 2007

Today Apple whisked out the first update for Leopard: 10.5.1. This seems to fix a host of bugs in the initial release, some minor, some a bit more serious. I used the System Update tool and installed it with no problems. A list of some of the things fixed can be found here.

More Time Machine (Manual) Launch Options | November 12, 2007

Another way to launch Time Machine Manually (expanding on this post) is a nice new Time Machine Launcher Dashboard Widget. This will allow you to manually launch Time Machine without having the Time Machine icon taking up space in your dock.

Keyboard Shortcut reveals all recent items (and more) | November 1, 2007

Ok, [cmd]+[space] (by default) opens the spotlight search field. But [opt]+[cmd]+[space] will go beyond that and open up a Spotlight Window listing all the contents of your mac listed in by the time they were last opened. This list includes Applications, files, safari history, and more. This shortcut it listed under the Spotlight section of Keyboard Shortcuts tab in the Keyboard & Mouse System Preferences pane as “Show Spotlight Window” so it can be remapped. It sort of makes the whole “Recent Items” item the Apple menu seem somewhat inadequate.

« Older Entries