<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-1949371921050641006</id><updated>2011-11-28T01:35:23.002+01:00</updated><category term='linux'/><category term='webdesign'/><category term='azbox'/><category term='networking'/><title type='text'>My Occasional Delights</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://myoccasionaldelights.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1949371921050641006/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://myoccasionaldelights.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Beerda</name><uri>http://www.blogger.com/profile/12377119447709516787</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>6</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-1949371921050641006.post-6043397217457885678</id><published>2010-06-27T13:32:00.000+02:00</published><updated>2010-06-27T13:32:06.280+02:00</updated><title type='text'>NVIDIA ION + Ubuntu 10.04 Lucid Lynx + 5.1 sound analog output</title><content type='html'>1. Edit alsa-base.conf:&lt;br /&gt;&lt;code&gt;sudo gedit /etc/modprobe.d/alsa-base.conf&lt;/code&gt;&lt;br /&gt;2. Add the following line to it:&lt;br /&gt;&lt;code&gt;options snd-hda-intel model=3stack-6ch enable=1 index=0&lt;/code&gt;&lt;br /&gt;3. Reboot. The 5.1 channels would be enabled so that alsamixer could be used to unmute them. Enjoy!Credit: &lt;a href="http://pascal.nextrem.ch/2009/10/31/how-to-enable-alsa-analog-5-1-sound-on-nvidia-ion/"&gt;Pascal's blog&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1949371921050641006-6043397217457885678?l=myoccasionaldelights.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://myoccasionaldelights.blogspot.com/feeds/6043397217457885678/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://myoccasionaldelights.blogspot.com/2010/06/nvidia-ion-ubuntu-1004-lucid-lynx-51.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1949371921050641006/posts/default/6043397217457885678'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1949371921050641006/posts/default/6043397217457885678'/><link rel='alternate' type='text/html' href='http://myoccasionaldelights.blogspot.com/2010/06/nvidia-ion-ubuntu-1004-lucid-lynx-51.html' title='NVIDIA ION + Ubuntu 10.04 Lucid Lynx + 5.1 sound analog output'/><author><name>Beerda</name><uri>http://www.blogger.com/profile/12377119447709516787</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1949371921050641006.post-1712970918587410388</id><published>2009-09-16T19:44:00.015+02:00</published><updated>2009-09-16T21:04:17.782+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='azbox'/><title type='text'>Setting up an AZBox cross-compiling environment (i.e. toolchain for the MIPS Sigma processor)</title><content type='html'>Recently, I was playing with my new AZBox, a Linux-powered DVB-S receiver. It is a MIPS platform with a Sigma processor. &lt;a href="http://azbox.com/"&gt;AZBox's official site&lt;/a&gt; provides &lt;a href="http://www.azupd.com/Plugins-SDK.tgz"&gt;SDK&lt;/a&gt; for programming together with a simple example plugin. Since setting up the compiling environment on my Ubuntu 9.04 was not so straightforward, I have written this post.So, the goal is to compile, install and run the provided example plugin on the AZBox. (This HOWTO is based on &lt;a href="http://www.geordy.nl/?p=26"&gt;Geordy&lt;/a&gt;'s blog post and Jorgen's comments. Thanks!)&lt;ol&gt;&lt;li&gt;Make sure you have installed all important pre-requisites:&lt;br /&gt;&lt;code&gt;sudo apt-get install flex genromfs bison libncurses5-dev ncurses-base gcc-3.4&lt;/code&gt;&lt;/li&gt;&lt;li&gt;Download and extract official toolchain of Sigma:&lt;br /&gt;&lt;code&gt;wget http://www.networkedmediatank.com/download/firmware/nmt/gpl/smp86xx_toolchain.20080505.tar.bz2&lt;br /&gt;tar -xjsf smp86xx_toolchain.20080505.tar.bz2&lt;/code&gt;&lt;/li&gt;&lt;li&gt;Download and extract AZBox-SDK:&lt;br /&gt;&lt;code&gt;wget http://www.azupd.com/Plugins-SDK.tgz&lt;br /&gt;tar -xzf Plugins-SDK.tgz&lt;/code&gt;&lt;/li&gt;&lt;li&gt;Continue with preparing the toolchain:&lt;br /&gt;&lt;code&gt;cd smp86xx_toolchain.20080505&lt;br /&gt;export CC=gcc-3.4&lt;br /&gt;make menuconfig&lt;/code&gt;&lt;br /&gt;You don't need to change anything in the configuration, just select "exit".&lt;/li&gt;&lt;li&gt;Next, start the toolchain compilation. It will last for some time and some stuff will be automatically downloaded from the Internet:&lt;br /&gt;&lt;code&gt;make&lt;/code&gt;&lt;br /&gt;If everything went right, you are now prepared to compile for your AZBox.&lt;/li&gt;&lt;li&gt;Load environment variables needed for cross-compilations:&lt;br /&gt;&lt;code&gt;source toolchain-path.env&lt;/code&gt;&lt;/li&gt;&lt;li&gt;Now move to the directory of the AZBox's sample plugin, "mwkeytest":&lt;br /&gt;&lt;code&gt;cd ../azbox-sdk/ExternTarget/samples&lt;/code&gt;&lt;/li&gt;&lt;li&gt;Compile the sample plugin:&lt;br /&gt;&lt;code&gt;make install&lt;/code&gt;&lt;/li&gt;&lt;li&gt;Two files, &lt;code&gt;mwkeytest.plugin&lt;/code&gt; and &lt;code&gt;plugins.lst&lt;/code&gt; would be created. Copy them via FTP to your AZBox's &lt;code&gt;/tmp&lt;/code&gt; directory.&lt;/li&gt;&lt;li&gt;Take AZBox's remote control, go to the &lt;code&gt;Plugins&lt;/code&gt; menu and select installation of the new plugin "mwkeytest" from &lt;code&gt;/tmp&lt;/code&gt;.&lt;/li&gt;&lt;li&gt;Now run your new plugin "mwkeytest"! It is a simple application that displays key-press events that it receives.&lt;/li&gt;&lt;/ol&gt;Enjoy! :-)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1949371921050641006-1712970918587410388?l=myoccasionaldelights.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://myoccasionaldelights.blogspot.com/feeds/1712970918587410388/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://myoccasionaldelights.blogspot.com/2009/09/setting-up-azbox-cross-compiling.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1949371921050641006/posts/default/1712970918587410388'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1949371921050641006/posts/default/1712970918587410388'/><link rel='alternate' type='text/html' href='http://myoccasionaldelights.blogspot.com/2009/09/setting-up-azbox-cross-compiling.html' title='Setting up an AZBox cross-compiling environment (i.e. toolchain for the MIPS Sigma processor)'/><author><name>Beerda</name><uri>http://www.blogger.com/profile/12377119447709516787</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1949371921050641006.post-2737114140037082553</id><published>2009-06-10T21:25:00.004+02:00</published><updated>2009-06-10T21:47:46.174+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='linux'/><category scheme='http://www.blogger.com/atom/ns#' term='networking'/><title type='text'>Changing Evolution's SMTP server configuration with a script</title><content type='html'>Evolution is my favorite e-mail client and I am quite satisfied with it. However, there is a pitfall of switching networks with Evolution.&lt;br /&gt;&lt;br /&gt;SMTP servers used for sending e-mails are often configured to accept request from the internal network only. It is due to various spammers not to flood the service. If you want to send e-mails from each network you are actually connected to (as me), you come very soon to a problem: &lt;span style="font-style: italic;"&gt;you have to change your Evolution's SMTP server configuration always after switching the network.&lt;span style="font-style: italic;"&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;This post presents a workaround: a script that does the setting change for you, automatically. Creating some button at your desktop that uses such script is then a matter of seconds. Here is the source code of &lt;code&gt;changeEvolutionSmtp&lt;/code&gt;:&lt;br /&gt;&lt;br /&gt;&lt;code&gt;#!/bin/bash&lt;br /&gt;SMTP=${1?'Specify the SMTP server name as the first parameter!'}&lt;br /&gt;SETUP=`gconftool-2 --get /apps/evolution/mail/accounts | sed "s/\(&lt;url&gt;smtp:\/\/\)[^;]*/\1${SMTP}\//g"`&lt;br /&gt;gconftool-2 --unset /apps/evolution/mail/accounts&lt;br /&gt;gconftool-2 --type=list --list-type=string --set /apps/evolution/mail/accounts "$SETUP"&lt;/url&gt;&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;If you run that script with a parameter specifying the new SMTP server name, all your Evolution's e-mail accounts get changed SMTP server:&lt;br /&gt;&lt;br /&gt;&lt;code&gt;changeEvolutionSmtp smtp.myprovider.com&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;Enjoy!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1949371921050641006-2737114140037082553?l=myoccasionaldelights.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://myoccasionaldelights.blogspot.com/feeds/2737114140037082553/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://myoccasionaldelights.blogspot.com/2009/06/changing-smtp-server-configuration-in.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1949371921050641006/posts/default/2737114140037082553'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1949371921050641006/posts/default/2737114140037082553'/><link rel='alternate' type='text/html' href='http://myoccasionaldelights.blogspot.com/2009/06/changing-smtp-server-configuration-in.html' title='Changing Evolution&apos;s SMTP server configuration with a script'/><author><name>Beerda</name><uri>http://www.blogger.com/profile/12377119447709516787</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1949371921050641006.post-6752911914084219597</id><published>2009-06-10T09:42:00.008+02:00</published><updated>2009-06-10T10:24:04.025+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='linux'/><category scheme='http://www.blogger.com/atom/ns#' term='networking'/><title type='text'>Remote access to encrypted directory at Linux server</title><content type='html'>This post describes how to configure remote access to an encrypted directory. I wanted to create a personal directory on a Linux server:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;accessible as a mountable network filesystem;&lt;br /&gt;&lt;/li&gt;&lt;li&gt;with the content being encrypted;&lt;/li&gt;&lt;li&gt;easily configurable.&lt;/li&gt;&lt;/ul&gt;For the sake of simplicity, I selected &lt;a href="http://fuse.sourceforge.net/sshfs.html"&gt;SSHFS&lt;/a&gt; instead of NFS because:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;SSHFS does not need to perform any configuration on the server, it lasts the SSH connection to be configured (that is often done already);&lt;/li&gt;&lt;li&gt;SSHFS does not need any new special ports to be open on the firewall (SSH port is sufficient).&lt;/li&gt;&lt;/ul&gt;The disadvantage of SSHFS is that the connection may be slower because of communication encryption. However, I want to use it for personal purposes only. Data encryption will be performed with &lt;a href="http://www.arg0.net/encfs"&gt;EncFS&lt;/a&gt;. Both the server and client are Ubuntu Linux systems.&lt;br /&gt;&lt;br /&gt;The desired configuration is as follows:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;On the server, I want an encrypted directory available over the SSHFS. Thus, the shared directory would be &lt;code&gt;/home/user/shared&lt;/code&gt; that would contain encrypted directory &lt;code&gt;/home/user/shared/encrypted&lt;/code&gt;.&lt;/li&gt;&lt;li&gt;On the client a remote directory would exist,&lt;br /&gt;&lt;code&gt;/home/user/.remotedir&lt;/code&gt;, that would contain encrypted subdirectory &lt;code&gt;encrypted&lt;/code&gt;, which I want to mount to the decrypted directory &lt;code&gt;/home/user/Remote&lt;/code&gt;.&lt;/li&gt;&lt;li&gt;Only the &lt;code&gt;/home/user/Remote&lt;/code&gt; directory would be used by me and EncFS will encrypt all the content into &lt;code&gt;/home/user/.remotedir/encryped&lt;/code&gt;, which in turn would be remotely stored via SSHFS on the server.&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Server configuration&lt;/h2&gt;&lt;ol&gt;&lt;li&gt;Make sure SSH is up and running.&lt;/li&gt;&lt;li&gt;Create shared directory:&lt;br /&gt;&lt;code&gt;mkdir /home/user/shared&lt;/code&gt;&lt;/li&gt;&lt;li&gt;Inside of the shared directory create encrypted directory:&lt;br /&gt;&lt;code&gt;mkdir /home/user/shared/encrypted&lt;/code&gt;&lt;/li&gt;&lt;li&gt;Update permissions:&lt;br /&gt;&lt;code&gt;chmod -R o-rwx /home/user/shared&lt;/code&gt;&lt;/li&gt;&lt;/ol&gt;&lt;h2&gt;Client configuration&lt;/h2&gt;&lt;ol&gt;&lt;li&gt;Install SSHFS and EncFS:&lt;br /&gt;&lt;code&gt;sudo apt-get install sshfs encfs&lt;/code&gt;&lt;/li&gt;&lt;li&gt;Create directory for mounting the remote directory&lt;br /&gt;&lt;code&gt;mkdir /home/user/.remotedir&lt;/code&gt;&lt;/li&gt;&lt;li&gt;Create directory for mounting the encrypted remote directory:&lt;br /&gt;&lt;code&gt;mkdir /home/user/Remote&lt;/code&gt;&lt;/li&gt;&lt;li&gt;Mount the remote directory using SSHFS (insert SSH password to the server):&lt;br /&gt;&lt;code&gt;sshfs user@myserver.org:/home/user/shared /home/user/.remotedir&lt;/code&gt;&lt;/li&gt;&lt;li&gt;Enable encryption:&lt;br /&gt;&lt;code&gt;encfs /home/user/.remotedir/encrypted /home/user/Remote&lt;/code&gt;&lt;br /&gt;The computer would ask you the type of instalation. Hit ENTER to select "standard". Then insert password for the encrypted content.&lt;/li&gt;&lt;li&gt;To unmount everything, you should first unmount the encrypted volume and then the SSHFS:&lt;br /&gt;&lt;code&gt;fusermount -u /home/user/Remote&lt;br /&gt;fusermount -u /home/user/.remotedir&lt;/code&gt;&lt;/li&gt;&lt;li&gt;That's all.&lt;/li&gt;&lt;/ol&gt;For the sake of simplicity, I have created two simple scripts: mountRemote and umountRemote:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;mountRemote:&lt;br /&gt;&lt;code&gt;#!/bin/bash&lt;br /&gt;sshfs user@myserver.org:/home/user/shared /home/user/.remotedir&lt;br /&gt;encfs /home/user/.remotedir-hucak/encrypted /home/user/Remote&lt;/code&gt;&lt;/li&gt;&lt;li&gt;umountRemote:&lt;br /&gt;&lt;code&gt;#!/bin/bash&lt;br /&gt;fusermount -u ~/Remote&lt;br /&gt;fusermount -u ~/.remotedir-hucak&lt;/code&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1949371921050641006-6752911914084219597?l=myoccasionaldelights.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://myoccasionaldelights.blogspot.com/feeds/6752911914084219597/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://myoccasionaldelights.blogspot.com/2009/06/remote-access-to-encrypted-directory-in.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1949371921050641006/posts/default/6752911914084219597'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1949371921050641006/posts/default/6752911914084219597'/><link rel='alternate' type='text/html' href='http://myoccasionaldelights.blogspot.com/2009/06/remote-access-to-encrypted-directory-in.html' title='Remote access to encrypted directory at Linux server'/><author><name>Beerda</name><uri>http://www.blogger.com/profile/12377119447709516787</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1949371921050641006.post-4508312836320145278</id><published>2009-06-05T20:52:00.008+02:00</published><updated>2009-06-10T09:42:35.742+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='linux'/><category scheme='http://www.blogger.com/atom/ns#' term='networking'/><title type='text'>Setting up EDUROAM network connection (at OSU.cz) on Ubuntu 9.04</title><content type='html'>This is how I configured the EDUROAM network connection on my Ubuntu 9.04. My home university is the &lt;a href="http://www.osu.cz/"&gt;University of Ostrava&lt;/a&gt; (OSU).&lt;br /&gt;&lt;ol&gt;&lt;li&gt;First of all, there was a problem with certificates. I have downloaded University's CA Certificates (osu-ca.pem, cesnet-ca.pem) from the OSU's website. We are going to install the certificates as trustworthy.&lt;/li&gt;&lt;li&gt;Determine the directory where all the certificates are stored:&lt;br /&gt;&lt;code&gt;openssl version -d&lt;/code&gt;&lt;/li&gt;&lt;li&gt;Create an executable script file &lt;code&gt;CreateSymLinks&lt;/code&gt;:&lt;pre&gt;&lt;tt&gt;#!/bin/bash&lt;br /&gt;for CERTFILE in $*; do&lt;br /&gt;# make sure file exists and is a valid cert&lt;br /&gt;test -f "$CERTFILE" || continue&lt;br /&gt;HASH=$(openssl x509 -noout -hash -in "$CERTFILE")&lt;br /&gt;test -n "$HASH" || continue&lt;br /&gt;&lt;br /&gt;# use lowest available iterator for symlink&lt;br /&gt;for ITER in 0 1 2 3 4 5 6 7 8 9; do&lt;br /&gt;test -f "${HASH}.${ITER}" &amp;amp;&amp;amp; continue&lt;br /&gt;ln -s "$CERTFILE" "${HASH}.${ITER}"&lt;br /&gt;test -L "${HASH}.${ITER}" &amp;amp;&amp;amp; break&lt;br /&gt;done&lt;br /&gt;done&lt;/tt&gt;&lt;/pre&gt;&lt;/li&gt;&lt;li&gt;Run&lt;br /&gt;&lt;code&gt;./CreateSymLinks *.pem&lt;/code&gt;&lt;br /&gt;This will create symbolic links to the certificate files.&lt;/li&gt;&lt;li&gt;Copy all &lt;code&gt;*.pem&lt;/code&gt; files together with all created symbolic links to the path obtained in step 2.&lt;/li&gt;&lt;li&gt;Setup EDUROAM connection in Network Manager: WPA/WPA2 Enterprise, Tunelled TLS (TTLS), osu-ca.pem as CA certificate, MSCHAP, your identity (my was XXX@osu.cz), password.&lt;/li&gt;&lt;/ol&gt;The connection should be established and work properly.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1949371921050641006-4508312836320145278?l=myoccasionaldelights.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://myoccasionaldelights.blogspot.com/feeds/4508312836320145278/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://myoccasionaldelights.blogspot.com/2009/06/setting-up-eduroam-network-osucz-in.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1949371921050641006/posts/default/4508312836320145278'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1949371921050641006/posts/default/4508312836320145278'/><link rel='alternate' type='text/html' href='http://myoccasionaldelights.blogspot.com/2009/06/setting-up-eduroam-network-osucz-in.html' title='Setting up EDUROAM network connection (at OSU.cz) on Ubuntu 9.04'/><author><name>Beerda</name><uri>http://www.blogger.com/profile/12377119447709516787</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1949371921050641006.post-5243149420387270725</id><published>2009-06-04T12:54:00.008+02:00</published><updated>2009-06-05T21:12:50.640+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='linux'/><category scheme='http://www.blogger.com/atom/ns#' term='webdesign'/><title type='text'>Installing IEs4Linux on Ubuntu 9.04</title><content type='html'>&lt;a href="http://www.tatanka.com.br/ies4linux/page/Main_Page"&gt;IEs4Linux&lt;/a&gt; is an easy way of running various versions of Microsoft Internet Explorer under Linux. Recently, I have installed it on Ubuntu 9.04 Jaunty Jackalope and went to some problems. The official documentation was not up-to-date, so I was forced to improvize. Here is workaround:&lt;br /&gt;&lt;ol&gt;&lt;li&gt;&lt;code&gt;sudo gedit /etc/apt/sources.list&lt;/code&gt;&lt;/li&gt;&lt;li&gt;add this line to the file or uncomment:&lt;br /&gt;&lt;code&gt;deb http://us.archive.ubuntu.com/ubuntu jaunty universe&lt;/code&gt;&lt;/li&gt;&lt;li&gt;add this line to the file:&lt;br /&gt;&lt;code&gt;deb http://wine.budgetdedicated.com/apt jaunty main&lt;/code&gt;&lt;/li&gt;&lt;li&gt;&lt;code&gt;wget -q http://wine.budgetdedicated.com/apt/387EE263.gpg -O- | sudo apt-key add -&lt;/code&gt;&lt;/li&gt;&lt;li&gt;&lt;code&gt;sudo apt-get update&lt;/code&gt;&lt;/li&gt;&lt;li&gt;&lt;code&gt;sudo apt-get install wine cabextract&lt;/code&gt;&lt;/li&gt;&lt;li&gt;&lt;code&gt;wget http://www.tatanka.com.br/ies4linux/downloads/ies4linux-latest.tar.gz&lt;/code&gt;&lt;/li&gt;&lt;li&gt;&lt;code&gt;tar zxvf ies4linux-latest.tar.gz&lt;/code&gt;&lt;/li&gt;&lt;li&gt;&lt;code&gt;cd ies4linux-*&lt;/code&gt;&lt;/li&gt;&lt;li&gt;run no GUI installation (since GUI makes all the troubles):&lt;br /&gt;&lt;code&gt;./ies4linux --no-gui --no-desktop-icon --install-ie55 --install-ie5 --install-corefonts&lt;/code&gt;&lt;/li&gt;&lt;/ol&gt;Enjoy!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1949371921050641006-5243149420387270725?l=myoccasionaldelights.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://myoccasionaldelights.blogspot.com/feeds/5243149420387270725/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://myoccasionaldelights.blogspot.com/2009/06/installing-ies4linux-on-ubuntu-904.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1949371921050641006/posts/default/5243149420387270725'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1949371921050641006/posts/default/5243149420387270725'/><link rel='alternate' type='text/html' href='http://myoccasionaldelights.blogspot.com/2009/06/installing-ies4linux-on-ubuntu-904.html' title='Installing IEs4Linux on Ubuntu 9.04'/><author><name>Beerda</name><uri>http://www.blogger.com/profile/12377119447709516787</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry></feed>
