Another thing on XP that I still need is IE. coz my internet banking use VBScripts that not allow on firefox. So ..
if !(already_have_wine_on_Feisty())
read_this_first();
else{
//install cabextract, download IEs 4 Linux and install
}
ref:
ies4linux
if !(already_have_wine_on_Feisty())
read_this_first();
else{
//install cabextract, download IEs 4 Linux and install
pnix@pnix-a7n:~$ sudo apt-get install cabextract
pnix@pnix-a7n:~$ wget http://www.tatanka.com.br/ies4linux/downloads/ies4linux-latest.tar.gz
pnix@pnix-a7n:~$ tar zxf ies4linux-latest.tar.gz
pnix@pnix-a7n:~$ cd ies4linux-*
pnix@pnix-a7n:~$ ./ies4linux
}
ref:
ies4linux
Comments