Technical information on this site may be out of date : no updates since 2015

IE6 on VirtualBox - installing the network driver

November 2, 2008 , posted under testing linux ubuntu web development virtualbox

One of the trial of web development is ensuring that your site works across a range of browsers.

Standards compliance is an important part of this - but testing cannot be avoided.

I work on Ubuntu, and use VirtualBox together with a licensed copy of Windows XP to test in a Windows environment, which also allows me to at least test the Windows version of Safari.

Read More…

Dual Head Display Dell Inspiron 1525 Ubuntu

July 16, 2008 , posted under linux ubuntu

One of the few things that Linux hasn’t done well is allowing the user to add or change monitors.

dual head screenshot

It looks like this is changing with the new utility xrandr.

I haven’t fine tuned this yet (or even tested it much) but I do have a dual head display - with the virtual screen spanning two displays.

I’ll come back and document this properly - but for now here’s what I did.

Read More…

Configuring Audio for Skype Dell Inspiron 1525 Ubuntu 8

June 24, 2008 , posted under linux ubuntu

This is a very old blog post which has lost

The audio controls for the Dell hardware are less than obvious; I didn’t even notice that there is a built in microphone.

Below are screen grabs of the settings that work for me - giving audio at the right levels for Skype calls.

On the settings tab; ensure “capture” is enabled, “digital” seems to control the mic level - I found midway to be about right - higher levels caused distortion.

Read More…

Squid proxy password authentication

June 8, 2008 , posted under linux

To set up squid to allow password authenticated access add the following to your squid.conf file.

auth_param basic program /usr/lib/squid3/ncsa_auth /etc/squid3/squid_passwords.txt
auth_param basic children 5
auth_param basic realm Squid proxy-caching web server
auth_param basic credentialsttl 2 hours

acl my_passwords proxy_auth REQUIRED

http_access allow my_password

Read More…

subversion + three.co.uk = proxy trouble

June 8, 2008 , posted under eclipse linux programming

If you try to access a subversion repository over http while using a 3G connection from three.co.uk you may receive an error message like.

svn: PROPFIND request failed on ‘/repos’ svn: Processing PROPFIND request response failed: Premature end of file. (/repos)

This is because three.co.uk uses a proxy to interecept web traffic on their network.

Read More…

3G USB modem - upgrade problems

June 4, 2008 , posted under linux

After an upgrade I found my 3G USB modem wasn’t loading properly.

For some reason the airprime module was connection to ttyUSB0 making it unavailable.

To fix this I just added the airprime module to the blacklisting in

/etc/modprobe.d/blacklist

Read More…