IEs4Linux

Normally I use Terminal Services to run an instance of IE to develop against. I had use Wine before but found it was very slow. I stumbled accross IEs4Linux and decided to give it a whirl

And well it's faster then Firefox! Here's how I install it on a (k)ubuntu 6.10

sudo -s
apt-get install cabextract
apt-get install wine
wget http://www.tatanka.com.br/ies4linux/downloads/ies4linux-latest.tar.gz
tar zxvf ies4linux-latest.tar.gz 
cd ies4linux-2.0.5/
./ies4linux

Follow the script propmts and BINGO you'll have IE 5 / 5.5 and 6.

Last Updated : 10/11/2006 @ 22:42