Saturday, December 4, 2010
Custom Christmas Labels in Snow Leopard
1. Add "Nickname" to all current cards and to the template.
2. Create a group for all cards that you want something other than the addressee's name (e.g., "The Smith Family" instead of "John Smith). In the "Nickname" field for all those in this group, put in what you want it to say (e.g., "The Smith Family").
3. Install "Address Book Exporter" (http://gwenhiver.net/address-book-exporter.html)
4. Launch "Address Book Exporter" and export the custom group
5. Use Mail Merge in Word to create the custom label, using "Nickname" instead of First and Last Name.
Tuesday, May 4, 2010
Copying Mac paths with right mouse click in Finder
http://rmp135.posterous.com/copy-finder-path-snow-leopard
Friday, February 26, 2010
Copy File Paths in OS X
adds an item to the services menu that allows one to copy
the path from finder.
http://www.apple.com/downloads/macosx/system_disk_utilities/copypath_sekine.html
Wednesday, March 25, 2009
How to Get Rid of Empty Folders in iTunes folder
find /Volumes/[DriveName]/iTunes -type d -empty
Example
find /Volumes/"Passport 500"/iTunes -type d -empty
Monday, January 19, 2009
Copying and pasting Mac OS X path names
http://mac.softpedia.com/progDownload/FilePathToClipCMPlugin-Download-20299.html
Friday, December 19, 2008
Shortcut to Creating Aliases
hold down command-option and drag the icon to create an alias
Thursday, December 18, 2008
Reformat FAT32 Drive to HFS+ When Disk Utility Gives an Error
After looking around, I found the solution at
http://www.wilko.com/weblog/index.php?url=archives/112-Reformatting-a-FAT32-drive-to-HFS+-Never-trust-a-GUI.html#feedback
Just open Terminal and type
diskutil eraseDisk "Journaled HFS+" "[DRIVE NAME HERE]" disk1
In about a minute, the drive is HFS+ formatted.
Thursday, December 11, 2008
Saving Autorecovery Files - Deeper Safety net
Solution: I have Synchronize Pro X set to check every time the backups folder notes a change (i.e., everytime an autorecovery file is created) and to save that to a different folder. That way, you're essentially saving a copy of the file every minute for safekeeping.
Monday, October 27, 2008
Noname attachment sent by Apple Mail to Gmail
Friday, October 24, 2008
http://www.simplehelp.net/2007/05/01/how-to-automatically-launch-programs-when-os-x-starts/
Monday, October 20, 2008
Monday, October 13, 2008
Enable Single Window Mode for Safari
"You may have noticed that some links in Safari absolutely refuse to open in the same window. After a while this can leave you with several windows open at once - which can make your desktop a real mess.
You can, however, change this so that links that would normally open in a new window will now open in a new tab instead.
To do you need to launch the Terminal and type in the following:
defaults write com.apple.Safari TargetedClicksCreateTabs -bool true
Hit return the quit and restart Safari. Now all of your links that would normally open in a new window will open in a new tab. If you want to change back to the previous settings all you have to do is open Terminal and type in:
defaults write com.apple.Safari TargetedClicksCreateTabs -bool false
The close and restart Safari again."
Get rid of "._" files from Mac
dot_clean -m [disk name]
You can find the names of your disks by typing
mdutil -sa
For more info:
http://developer.apple.com/documentation/Darwin/Reference/ManPages/man1/dot_clean.1.html
Update:
Well, this seems to work on local drives but not network drives. I found a utility that (among other things) has a check box that deletes the files off the network and prevents them in the future: http://www.maintain.se/cocktail/index.php
Update2:
Type this command in terminal so that OS X never saves ._DS files on network drives again
defaults write com.apple.desktopservices DSDontWriteNetworkStores true
Here's the apple page about this
http://support.apple.com/kb/HT1629
Friday, October 10, 2008
Free DVD Ripper - Mac : Handbrake
It's easy to use and the quality looks perfect.