Useful Remote Admin Tool
As part of my day to day duties I help manage a network. There are a mix of machines and I end up using both Remote Desktop and VNC. In one of my google searches I came across The Remote Desktop Utility. This program allows you to save your remote... [Read More]


MSXML Error
I added a DTD to validate some XML data that I was receiving. All of the sudden bang error. The XML engine was returning a reason of No data is available for the requested resource. If the DTD was removed it worked great. Well as it turns out when you... [Read More]


Using SSH to Execute a Command on a Remote Machine
In my last post I had said that I had a batch file that I used to restart the service on windows and the process on Linux. Now I am going to show you how to do it. This should work on any machine that is running a SSH Server.... [Read More]


Useful Software
Have you ever had a need to use the same mouse and keyboard with multiple machines? As long as you have a monitor on all the machines there is a great piece of software to help you through your day, Synergy. In my scenario I have my main desktop machine... [Read More]


MSDE Install Information
Just a little reminder for myself. Use the following command line to install the MSDE with Network Access. c:\MSDERelA\setup SAPWD="MyPassword" SECURITYMODE=SQL DISABLENETWORKPROTOCOLS=0