Tuesday, September 30, 2008

Windows Vista LAN Access Local Only

Check default gateway via ipconfig /all. If a gateway of 0.0.0.0 exists, delete it with route delete.

Wednesday, August 20, 2008

Multiple Concurrent Remote Desktops in Windows XP

http://www.kood.org/terminal-server-patch/

After Windows XP Service Pack 3 Remote Desktop not disconnecting cleanly

Clear the checkbox "Reconnect if the connection is dropped" on the "Experience" tab.

Sunday, August 10, 2008

Decompile CHM into HTM

http://www.keyworks.net/keytools.htm

Thursday, August 7, 2008

Virtual Server could not open its emulated Ethernet switch driver.

Usually happens when you have installed a new network card or updated it's driver. Follow the procedures here to fix:

http://support.microsoft.com/kb/555629/EN-US/

Wednesday, August 6, 2008

Hobocopy "stops" MS Virtual Server Guests

MS Virtual Server R2 SP1 has Shadown Copy integration. Using Hobocopy to copy running VHDs will cause Virtual Server to save the virtual guests. Currently no clean way around except to restore the virtual guests after Hobocopy has started.

Thursday, July 3, 2008

"network path not found" When joining Active Directory domain

Add "File and Printer Sharing" to the client PC/Server.

Thursday, May 8, 2008

Installing SVN on Windows 2003

Download svn-1.4.6-setup.exe from http://subversion.tigris.org/servlets/ProjectDocumentList?folderID=91

svnadmin create c:\SvnRepo

Serve the repository svnserve -d -r c:\SvnRepo

test it by running:

svn info svn://localhost

Create a Windows service for the server :

sc create "SvnServer" binPath= "\"C:\Program Files\Subversion\bin\svnserve.exe\" --service --root \"c:\SvnRepo\"" DisplayName= "Subversion Server" depend= tcpip start= auto

Wednesday, May 7, 2008

The SQL Server (SQLEXPRESS) service terminated with service-specific error 3417 (0xD59).

The file "c:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\DATA\mastlog.ldf" is compressed but does not reside in a read-only database or filegroup. The file must be decompressed.

Saturday, April 12, 2008

Monday, February 11, 2008

Majordomo Bounce Header field too long (>1024)

Change the following option in majordomo.cf:

# The maximum character length of the _entire_ header for resend
$MAX_TOTAL_HEADER_LENGTH = 1024;

Wednesday, February 6, 2008

Connect to SQL Express Embedded Edition With Management Studio

Start SQL Server Configuration Manager.
Set "Hide Instance" to "No" for "Protocols for MICROSOFT##SSEE".
Restart the service.

Friday, January 25, 2008

Disabling SELinux

Edit the file /etc/selinux/config.
Set SELINUX=permissive

Moodle refuse to login on CentOS 5

Disable SELinux
 
Jeffrey Ting Jeffrey Ting on Facebook Jeffrey Ting on Spock Jeffrey Ting on Plaxo Jeffrey Ting on Spoke Jeffrey Ting on LinkedIn