the mac-rsync-backup script is a bash script that lets you do a differential backup onto a cd-size disk image based on a full backup on a cd or dvd.
to disable dashboard:
defaults write com.apple.dashboard mcx-disabled -boolean YES killall Dock
to enable:
defaults write com.apple.dashboard mcx-disabled -boolean NO killall Dock
more here
single user: hold down command-S
Verbose: hold down command-v
default verbose startup: O'Reilly article.
sudo /usr/sbin/nvram boot-args="-v"
MacGPG site has all you need. Download:
Follow the excellent instructions here:http://fiatlux.zeitform.info/en/instructions/pgp_macosx.html
This article by Apple explains how to sign messages using a Thawte certificate.http://docs.info.apple.com/article.html?artnum=25555
At first glance, Apple Mail does not seem to allow you to have multiple email addresses associated with a single account. This is a bit of a bummer for those of use who have multiple email addresses (alias) all forwarded to the same POP or IMAP mailbox.
In fact, it is very simple to set up multiple addresses with a single account, as unearthed by this justinfrench.com article. In a nutshell: On the "email address" box in "account information", you can enter multiple coma-separated addresses. (e.g. "mickey@example1.com,mickey@example2.com,mickey2@example3.com,etc").
mkdir /etc/lookupd. edit /etc/lookupd/hosts with this line:
LookupOrder Cache FF NI DNS DSThis should work:
possum:~ mickey$ cat /etc/lookupd/hosts LookupOrder Cache FF NI DNS DS possum:~ mickey$Then restart lookupd:
kill -1 `cat /var/run/lookupd.pid`
If you want to flush the cache:
lookupd -flushcache
IN Leopard, do:
dscacheutil -flushcache
Here is a link from apple. Do this
defaults write com.apple.desktopservices DSDontWriteNetworkStores true
Tips from apple: apple removed the page! Hopefully theyll bring it back again. Tips were on how to fine-tune your spotlight search. Specifically, kind keywords limit by a kind of information:
Applications kind:application, kind:applications, kind:app Contacts kind:contact, kind:contacts Folders kind:folder, kind:folders Email kind:email, kind:emails, kind:mail message, kind:mail messages iCal Events kind:event, kind:events iCal To Dos kind:todo, kind:todos, kind:to do, kind:to dos Images kind:image, kind:images Movies kind:movie, kind:movies Music kind:music Audio kind:audio PDF kind:pdf, kind:pdfs Preferences kind:system preferences, kind:preferences Bookmarks kind:bookmark, kind:bookmarks Fonts kind:font, kind:fonts Presentations kind:presentations, kind:presentationOr you can limit by Date keywords:
date:this month date:this week date:this year date:today date:yesterday date:tomorrow date:next month date:next week date:next yearThese keywords do not seem to work on leopard however; leopard syntax:
date:>1/1/08 date:<1/1/08 date:1/1/08-2/1/08Leopard also seems to add AND, OR, and NOT support.
This date function is really neat on searching email-but why is it not available int he mail.app search box?!