Monthly Archives: April 2009

Enabling Remote Desktop (RDP) on Windows Vista Home Premium

Thanks to the guys at The Green Button forums, Vista Home Premium users can now also enjoy an oft-missed feature; RDP. This currently works with SP1, but SP2 isn’t far off so expect Microsoft to close this loophole again. Below … Continue reading

Posted in Windows | Leave a comment

How to install a Windows-CA-Signed Certificate on VMWare Server 2.0x

Make a backup of /etc/vmware/ssl/rui.crt and rui.key Generate a new server key: openssl genrsa -out rui.key 2048 Generate a CSR: openssl req -new -key rui.key -out server.csr Go to the Certificate Services web interface on one of your DCs, and … Continue reading

Posted in Linux/Unix, SysAdmin | 4 Comments