Linux

Under Linux, type command in postgres database:

set lc_monetary to 'ar_BH.utf8';

ar_BH represents Arabic (Bahrain) locale, the above command change the locale monetary setting on-the-fly in postgresql database, then let do a test:

select 34.888::text::money;

You will get 34.888 …

1. Create a pulic folder
open Exchange Management Console
=Public Folder Management Console
=Default Public Folder
=New Public Folder(from right-click menu)

then follow the wizard to create a public folder. Fox example give it a name…

This should apply to Windows 7 / Vista

Disable UAC

C:WindowsSystem32cmd.exe /k %windir%System32reg.exe ADD HKLMSOFTWAREMicrosoftWindowsCurrentVersionPoliciesSystem /v EnableLUA /t REG_DWORD /d 0 /f

Enable UAC

C:WindowsSystem32cmd.exe /k %windir%System32reg.exe ADD HKLMSOFTWAREMicrosoftWindowsCurrentVersionPoliciesSystem /v EnableLUA /t REG_DWORD /d 1 /f

After you enable or …

We have a user that wishes to share his contact list with other employees in his office.
Everyone receives email via the same Exchange 2007 server.

He did the Permissions for the contacts (Right click, permissions added the user) and …

The problem is Outlook ask for the password over and over again.

Solution

HKEY_CURRENT_USERSoftwareMicrosoftProtected Storage System Provider

Delete the subkey

The user subkey folder resembles the following example:
S-1-5-21-124525095-708259637-1543119021-16701

Restart computer

Start Outlook, enter and save the password.…

I had same problem using Windows 2003 SP1 and terminal server.

Based on previous comments, I have found some solution to this. Someone mentioned it could be related to problem in registry at [HKEY_CURRENT_USERSoftwareMicrosoftWindows NTCurrentVersionWindows] a advised to export this…

Problem:
I got the above error message when I tried to boot into ubuntu(wubi version, installed inside windows).

Solution:
Replace the file wubildr on c: should fix this issue.

click the link below to download wubildr:
https://docs.google.com/uc?id=0B3qkFTf1TQCSZDIzMWRlM2UtOWNiMC00YWE5LTkxYWUtNGU1NThmNzEwOGJk&export=download&hl=en

Problem:

$ rdesktop -n 184d 192.168.2.5
Autoselected keyboard map en-us
disconnect: Internal licensing error.

User 184d can connect ONLY ONE TIME, and after disconnect it fail again.




Solution:


The workarround that I find, until a patch for this bug is…