A good explanation about setting up SPF-records for domains can be found here:
To have scripted automated backup of PostgreSQL databases on a linux platform, you can create a script like so:
#!/bin/bash PGPASSWORD="your-password" /usr/bin/pg_dump -U user database > sql-file.sql
Replace user and your-password with your username and password; replace database with the database you want to backup. The output of the dump goes to stdout and can be piped to a plain text file or compressed to something else.
A plugin for Thunderbird exists for easy import and export of mails in all sorts of formats. It is available for all platforms and can be downloaded here:
One of the features is the ability to import entire folders and subfolders containing mails in .eml format.
It is possible to have multiple iPhoto libraries, and not just one. To create a new library, hold down the Option (⌥) key while starting iPhoto. This will prompt you to create a new library or open an existing one.

Alternatively, you can also use iPhoto Buddy, which allows you to easily select libraries from a nice GUI.
With the take-over of Sun by Oracle, they have been seriously rebranding just about everything there is to rebrand: Java, Virtualbox, OpenOffice, MySQL, ...
I noticed this in the About box of OpenOffice 3.3:

This is pretty much the result of what happens when a major company is on a buying spree to acquire technology from various other companies, and leaving a lot of the community developers seamlingly standing in the cold (although there's a small footnote mentioning their contributions).
Everything you need to set up and use VDI for free...
That's what Citrix is providing nowadays with XenDesktop Express. It provides full VDI for up to 10 users, and can work with XenServer, Hyper-V and VMware.
The full link to everything is this one:
http://community.citrix.com/display/ocb/2011/02/04/Virtually%20Everything%20You%20Need%20to%20Set%20Up%20and%20Use%20VDI%20for%20Free
Something to remember: escaping entities (e.g. when you have table or field names that are the same as reserved words) is possible using square brackets
Some examples:
CREATE TABLE [User] ... SELECT * FROM [User]
I had to use this while renaming logical names, which had a dot in their name.
| « ‹ | February 2012 | › » | ||||
| Sun | Mon | Tue | Wed | Thu | Fri | Sat |
| 1 | 2 | 3 | 4 | |||
| 5 | 6 | 7 | 8 | 9 | 10 | 11 |
| 12 | 13 | 14 | 15 | 16 | 17 | 18 |
| 19 | 20 | 21 | 22 | 23 | 24 | 25 |
| 26 | 27 | 28 | 29 | |||
