For those using the Quick Launch bar in Windows 7 and have "misplaced" their Show Desktop and Window Switcher icons, can download the shortcuts in the attached archive to replace them.
If you're planning on running WordPerfect 9 on a Terminal Server, be sure to provide full access for your users on the registry key HKLM\Software\COREL (64-bit: HKLM\Software\Wow6432Node\COREL).
This fixes the Cannot initialize error when starting WP as a regular user.
If the Show Desktop icon is deleted from Quick Launch, the procedure below will recreate the file.
Open Notepad and enter the following text:
[Shell] Command=2 IconFile=explorer.exe,3 [Taskbar] Command=ToggleDesktop
Save the new file as Show Desktop.scf (note the SCF extension) then drag and drop the icon on the Quick Launch bar or whatever location you want the shortcut to appear.
By default, Thunderbird shows the namespaces of IMAP folders as a seperate folder containing the subfolders belonging to that namespace. An example of this is when you use Google Mail and have IMAP access configured.
An add-on exists for Thunderbird which gets rid of the namespace folder and sorts all subfolders in the root tree:
https://addons.mozilla.org/en-US/thunderbird/addon/flat-folder-tree/
This is particularly useful for Google Mail where the sent mail, trash and other system folders are stored in a namespace called [GMail]. This way, these folders are stored directly in the root of the tree rather than in a subfolder named after the namespace.
In case of an infection with phony anti-spyware software (such as Anti Spyware 2009), where the EXE file association has been corrupted, use these Registry fixes to reset them to default behaviour.
Found this tool on some obscure site (don't even know where anymore). It's the most easy-to-use patcher to remove the TCP/IP simultaneous connections limit in Windows XP.
I've uploaded it on my site because I can't find the download link anymore*.
* If anyone has a problem with me mirroring it here, contact me through regular channels.
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.
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.
« ‹ | 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 |