Oolite Keyboard Layout Ubuntu

To create a custom keyboard layout for Oolite on Ubuntu: mkdir -p /home/jonny/.Oolite/AddOns chown -R jonny:jonny /home/jonny/.Oolite gedit ~/.Oolite/AddOns/keyconfig.plist Download the Key Config tool extract it, open the web page and... » More

SSH tunnel

The following created an SSH tunnel from my local desktop port 8181 to a remote server port 8181 on which Squid was running so I could point my browser to local port 8181 and the web browsing traffic would be sent over an encrypted connection: ssh -f... » More

Radius Moving IP Address

When moving a radius service from one machine to another I had to do the following: On the first machine bring down the IP address: ifconfig eth0 down On the new machine, create a file for the new IP address: vi... » More

Bind DNS entry with and without “www”

I needed to configure Bind today to use www.nicedomain.com and nicedomain.com (without the www) and I managed it adding the following into the zone file: @       IN              A      ... » More

Windows Server 2008 Gotchas

 Install SNMP Service Under Server Manager choose 'Add Features'. Add the SNMP Service (and telnet client too if you're interested). Configure the SNMP strings from Administrative Tools > Services. Right-click on the SNMP service and choose... » More

Winsxs Folder Size on Windows 2008

Disk Usage Analyser Winsxs Folder Fast running out of space on a Windows 2008 server. The problem folder was c:\Windows\system32\winsxs at 14.2 GB usage. The following clean-up command should help by removing service-pack packages which have been superseded: DISM.exe /online... » More

Wii WBFS on Ubuntu

QWBFS WBFS Manager on Ubuntu Linux On Ubuntu 12.10 I had been using WBFS Manager but I had a .wbfs file that was not recognised. I tried Wii Backup Fusion but got the following error message in the log tab: (Fri Nov 9 19:26:32 2012) Wii Backup Fusion 1.1 started. Wiimms ISO Tool not... » More