Installing VMWare Server on CentOS 5 64-bit
This is basically the same as a regular install, with the addition of step 3. The extra libraries are for vmware-config.pl, and xinetd is required anyways.
Step 1: Download VMWare Server
wget VMware-server-1.0.3-44356.i386.rpm
Step 2: Install vmware server
rpm -ivh VMware-server-1.0.3-44356.i386.rpm
Step 3: Install required files / libraries
yum install libXtst-devel libXrender-devel xinetd
Step #4: Configure VMWARE server
vmware-config.pl
Cole’s Law
Shredded cabbage.
SBS2003 Exchange POP3 Connector Polling Interval
A quick registry fix revealed here shows how to increase the POP3 email retrieval speed on Small Business Server 2003. Yes, having SMTP mail delivered directly to the server is better, but first things first!
1. Locate and then click the following registry subkey:
“HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/SmallBusinessServer/Network/POP3 Connector”
2. On the “Edit” menu, point to “New”, and then click “DWORD [...]
Disconnect Remote Desktop Sessions
Thanks to Scott Forsyth, I found a way to disconnect remote desktop sessions when you are unable to connect to the server via RDP… Apparently qwinsta and rwinsta are built-in to Windows (XP Pro at least).
Scott said:
qwinsta /server:12.12.12.12
Where 12.12.12.12 is the IP address or name of the non-accessible machine.
This will display something like this:
> qwinsta /server:12.12.12.12
SESSIONNAME [...]
DD-WRT+SD/MMC Mod+AutoAP on Buffalo WHR-G54S
Step 1: Purchase Buffalo Airstation WHR-G54S.
Step 2: Flash with dd-wrt.v24_std_generic.bin dated July 16 2007 using TFTP.
Step 3: Perform SD/MMC Card Modification to add some flash storage. Completely ignore section where you determine where the solder points are, and just get soldering. Also ignore the section about SD card adapters and solder your wires directly to the [...]
RoundCube Personal Settings Do Not Save Properly
The issue in webmail where your Identities and personal settings are not being saved has been fixed. (On my server, anyways.)
Thanks once again to HowToForge and the people there with way too much free time.