Archive for October, 2011

How to the Change Password Complexity Requirements in Windows Server 2008

20 October , 2011

To change the password complexity requirements settings in Windows Server 2008:

Tags: , , ,
Posted in Windows 15 Comments »

How to Connect to Exchange with the EWS Managed API

13 October , 2011

Introduction The Exchange EWS managed API is very easy to use but there are some hurdles that may make it a little hard to get started.

Tags: , , , , , , , ,
Posted in C# Programming 1 Comment »

How to Rename, Delete or Move an Opened or Locked File in Windows

13 October , 2011

Introduction If you have experienced the following error in Microsoft Windows: The action can’t be completed because the folder or a file in it is open in another program Close the folder or file and try again. There is a very useful program that can help.

Tags: , , ,
Posted in Windows No Comments »

How to Search for Text in Files Using Linux

12 October , 2011

Introduction There may be times when the name of a required file is unknown but you may remember some of the content of a file. A search can be performed in a Linux terminal that will display a list of files that contains the text you remember.

Tags: , , , , , , , ,
Posted in Linux 5 Comments »

How to Dump MySQL Tables Without Data

10 October , 2011

Use the mysqldump command with the –no-data option:

Tags: , , , , ,
Posted in MySQL Database No Comments »

How to Make Outlook Web App Login Automatically with C#

10 October , 2011

Introduction It is easy to place a web browser component into an application and use the features of OWA (Outlook Web Application) as a built in organiser, contacts manager and email client.

Tags: , , , , , , , , , , ,
Posted in C# Programming 1 Comment »

How to Fix DFS Namespace Error

10 October , 2011

The error: The DFS Namespace service could not initialize cross forest trust information on this domain controller, but it will periodically retry the operation. The return code is in the record data. Can be fixed by making the following changes in the registry:

Tags: , , ,
Posted in Windows No Comments »