Monthly Archives: August 2010

MySQL Replication skip record

SET GLOBAL SQL_SLAVE_SKIP_COUNTER=1;
START SLAVE;
SHOW SLAVE STATUS;

Reset Blackberry contact list

- Contacts -> Options.
- Type: rset
- Confirm that you want to wipe the contacts.
- Wait for the address book to download from BES

Mac mail attachments preview

explanation from mac support forums : If the document is just a single page; Mail in Mac OS will show you the actual document rather than an icon for the attachment. Other mail applications do not do have this feature so they’ll just show an icon for an attached document regardless of how many pages the attachment has.
turn off :

defaults write com.apple.mail DisableInlineAttachmentViewing -bool yes

trun on :

defaults write com.apple.mail DisableInlineAttachmentViewing -bool false