• Archive for January, 2010

    Getting O2 Mobile Broadband (HUAWEI E160 adapter) to work in Windows 7

    by  • January 22, 2010 • mobile broadband, o2, windows 7 • 19 Comments

    I’ve just picked up an PAYG mobile broadband package from O2 with a HUAWEI Mobile Connect E160 USB stick. Expecting an effortless install I inserted the USB stick, ran the setup and got to the O2 Connection Manager menu, but the cellular network connection ‘O2-UK’ was missing. This was even after running “Install the USB [...]

    Read more →

    Installing WordPress 2.9.x on an IIS 6.0 web server (Windows Server 2003) and enabling custom permalinks

    by  • January 18, 2010 • iis, windows, Wordpress • 2 Comments

    A few clients I’ve worked with in the past are Microsoft-centric having Server 2003 based dedicated servers but want to be able to host WordPress blogs. Luckily it’s relatively straightforward to get a WordPress blog up and running  on IIS by the following steps. This is written for Server 2003 (running IIS 6.0) and I’m [...]

    Read more →

    DropBox as a backup location for SyncToy

    by  • January 18, 2010 • backup, tips • 0 Comments

    I’ve been a big fan of SyncToy since it’s first release as a way to maintain backups of my important documents across several hard disks and my NAS as it’s very easy to use, and with the latest release (v2.1) performance has been boosted significantly. I’ve got multiple rules set up so I can just [...]

    Read more →

    Installing Xen on Ubuntu 8.04 and creating Ubuntu 8.04 domU’s (guests)

    by  • January 17, 2010 • linux, virtualisation, xen • 1 Comment

    I’ve recently been looking into virtualisation methods within Linux to find an optimal way of creating a network testbed of virtual machines. The machines are relatively high powered for this task (AMD Athlon 64 3700+ with 2GB RAM) and are more than able to run more than one Linux instance. The only real limitation I can [...]

    Read more →

    Creating a MessageBox in Java

    by  • January 5, 2010 • .net, c#, java • 0 Comments

    I wanted to see if there was a Java equivalent of .NET’s MessageBox class. Turns out there is but it’s a little more hidden away as a static method on JOptionPane, so I’ve pasted the code here for referring to it in the future: JOptionPane.showMessageDialog(null,”message”,”title”)); This creates and shows a message dialog with no parent [...]

    Read more →