Bookmarks for February 6th through February 14th

These are my links for February 6th through February 14th:

Bookmarks for January 12th through January 13th

These are my links for January 12th through January 13th:

Bookmarks for January 11th from 09:10 to 20:41

These are my links for January 11th from 09:10 to 20:41:

Bookmarks for December 15th through December 21st

These are my links for December 15th through December 21st:

Bookmarks for June 20th through December 13th

These are my links for June 20th through December 13th:

Bookmarks for May 29th through May 31st

These are my links for May 29th through May 31st:

Bookmarks for May 27th through May 28th

These are my links for May 27th through May 28th:

Bookmarks for February 23rd from 12:22 to 13:41

These are my links for February 23rd from 12:22 to 13:41:

Windows Update Fails

This KB article from Microsoft might be useful with Windows failed to run an Update:

Method 1: Register the Wups2.dll file in Windows
To register the Wups2.dll file in Windows, follow these steps:
1. Stop the Automatic Updates service. To do this, follow these steps:
a. Click Start, click Run, type cmd, and then click OK.
b. At the command prompt, type the following command, and then press ENTER:
net stop wuauserv
2. Register the Wups2.dll file. To do this, follow these steps:
a. At the command prompt, type the following command, and then press ENTER:
regsvr32 %windir%\system32\wups2.dll
Note For a computer that is running Windows XP Professional x64 Edition, type the following command, and then press ENTER:
regsvr32 %windir%\syswow64\wups2.dll
b. Click OK on each verification message that you receive.
3. Start the Automatic Updates service. To do this, type the following command at the command prompt, and then press ENTER:
net start wuauserv
4. Exit the command prompt. To do this type exit, and then press ENTER.

Setting Up A PXE Linux Recovery / Deployment Server using Debian Lenny/Etch

A clear guide for setting up a PXE Linux Recovery / Deployment Server using Debian. Including Debian Installer, DBAN and a couple other useful tools.