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.
Ubuntu 8.10 November 1, 2008
, posted under
eclipse
linux
ubuntu
3g
svn
kde
Having just upgraded to Ubuntu 8.10 my key observation is that it’s important to read the release notes first.
http://www.ubuntu.com/getubuntu/releasenotes/810
There are a few bugs which have affected me
How to read compressed Apache docs October 18, 2008
, posted under
documentation
linux
debian
ubuntu
One of the great things about Debian/Ubuntu is the consistency with which system documentation is placed in /usr/share/doc/
Assuming you have a web server installed this documentation is then available at http://localhost/doc/
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.
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.
Configure Squid proxy server for subversion access June 24, 2008
, posted under
linux
programming
To configure the Squid proxy server to work for subversion access you will need to tell it to recognise some non-standard methods.
Add the following to squid.conf
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.
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
How to manually unpack a .deb file June 8, 2008
, posted under
linux
packaging
Sometimes you want to look at the contents of a package without installing it.
Sometimes you want to compare your installed version with the original package.
Run the following commands
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.
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
← Previous
Next →