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.
Currently, the official Avast for Mac Edition available for download is still at version 2.74, released somewhere in 2007.
This version still has many annoyances and bugs that have not yet been resolved (one of these issues is the ability to run automatically in the background, without the main window popping up at start up each time).
Luckily, the Avast Forum has a post, providing a new release candidate is available for download for some time now. The build is also a bit outdated but has at least many fixes that aren't present in the official release.
The direct download link is: http://public.avast.com/~cimbal/avast.3.11.zip.
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.
In VMware ESXi 4.1, by default, the video drivers are not correctly installed. This is because of the fact that the old driver (which is installed by default) is a WDM type of driver. This type of driver has been kicked out of Windows 7 and Windows 2008R2 in favour of the newer WDDM driver architecture. As a result, the video is reverted to the Standard VGA adapter, which has terrible performance.
However, installing the VMware Tools does provide a correct driver, even though it is not installed by default. To install it, see the second chapter of the article: Windows 2008 R2 console freezes in vSphere console.
While not officially supported, it is possible to have Adobe Flash on your Android 2.1 (Eclair) device.
You can do so by downloading and installing the package included in this post. Note that you will have to have third party applications allowance enabled so that you can install it. Possibly, on some devices, you have to install Apps Installer to install the package.
Flash player works, but because of missing components in 2.1, there are some performance issues.
« ‹ | November 2024 | › » | ||||
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 | 30 |