How to the Change Password Complexity Requirements in Windows Server 2008

Listen to this Post. Powered by iSpeech.org

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

Read the rest of How to the Change Password Complexity Requirements in Windows Server 2008

Tags: , , ,
Posted in Windows by bill. 2 Comments

How to Connect to Exchange with the EWS Managed API

Listen to this Post. Powered by iSpeech.org

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.

Read the rest of How to Connect to Exchange with the EWS Managed API

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

Listen to this Post. Powered by iSpeech.org

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.

Read the rest of How to Rename, Delete or Move an Opened or Locked File in Windows

Tags: , , ,
Posted in Windows by bill. No Comments

How to Search for Text in Files Using Linux

Listen to this Post. Powered by iSpeech.org

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.

Read the rest of How to Search for Text in Files Using Linux

Tags: , , , , , , , ,
Posted in Linux by bill. 5 Comments

How to Dump MySQL Tables Without Data

Listen to this Post. Powered by iSpeech.org

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

Read the rest of How to Dump MySQL Tables Without Data

How to Make Outlook Web App Login Automatically with C#

Listen to this Post. Powered by iSpeech.org

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.

Read the rest of How to Make Outlook Web App Login Automatically with C#

How to Fix DFS Namespace Error

Listen to this Post. Powered by iSpeech.org

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:

Read the rest of How to Fix DFS Namespace Error

Tags: , , ,
Posted in Windows by bill. No Comments

How to Download an Entire Website with WGET

Listen to this Post. Powered by iSpeech.org

Introduction
If you have ever had to or needed to copy or move a website, wget is quite handy. Wget is open source, available on Linux, OSX and Windows and is very easy to use. A whole website can be downloaded with one simple command.

Read the rest of How to Download an Entire Website with WGET

How to use Linux from Windows

Listen to this Post. Powered by iSpeech.org

Introduction
There may be times that you may want a bash terminal or other Linux application but you are stuck in Windows. There are some ways around this so you can still access your Linux applications while using Microsoft Windows.

Read the rest of How to use Linux from Windows

How to Format a Number in a C# WPF Binding

Listen to this Post. Powered by iSpeech.org

A number can be formatted in a XAML binding.

Read the rest of How to Format a Number in a C# WPF Binding