OpenVPN & Windows 7 dont play nice when no default GW is specified

Symptom : Openvpn network shows as “unidentified network” and is grayed out ( you cant click it to change the network location )

Solution : add these lines to your config :

# NLA issues
route-metric 512
route 0.0.0.0 0.0.0.0

restart your connection

make sure the openvpn network is either “home” or “work” network :

Regenrate KEY on Bold 9700

# On the Home screen or in a folder, click the Options icon.
# Click Security Options.
# Click Information.
# Highlight the desktop service.
# Press the Menu key.
# Click Regenerate Encryption Key

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