<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
    <channel>
        <title>My Science Is Better</title>
        <link>http://www.myscienceisbetter.info/</link>
        <description></description>
        <language>en-US</language>
        <copyright>Copyright 2008</copyright>
        <lastBuildDate>Sun, 17 Aug 2008 15:15:09 +0200</lastBuildDate>
        <generator>http://www.sixapart.com/movabletype/</generator>
        <docs>http://www.rssboard.org/rss-specification</docs>
        
        <item>
            <title>Install Vuze on Ubuntu 64bit</title>
            <description><![CDATA[I have just reinstalled Ubuntu 64bit and i wanted to download some torrent. I like the default torrent client that comes with Ubuntu, but i missed the features of Azureus so i decided to give Vuze a try. Unfortunately this did not went as smooth as i would have expected, and this is because Vuze (which is built on the Eclipse platform) comes with the 32bit version of swt.<br /><br />

Here is a tutorial on <a href="http://www.myscienceisbetter.info/2008/08/install-vuze-on-ubuntu-64bit.html">how to install vuze on ubuntu 64bit</a>.<br /><br />

1. Prepare install folder<br />
mkdir ~/Applications<br /><br />

2. Download and extract Vuze<br />
cd<br />
wget http://cache2.vuze.com/files/Vuze_linux.tar.bz2<br />
tar jxvf Vuze_linux.tar.bz2<br />
mv vuze ~/Applications<br /><br />

3. Download and extract the latest 64bit SWT (you can get the latest URL from the<a href="http://www.eclipse.org/swt">Eclipse SWT Project Page</a>)<br />
wget http://eclipse.ialto.org/eclipse/downloads/drops/R-3.4-200806172000/swt-3.4-gtk-linux-x86_64.zip<br />
mkdir swt<br />
mv swt-3.4-gtk-linux-x86_64.zip swt<br />
unzip swt-3.4-gtk-linux-x86_64.zip<br />
mv swt.jar ~/Applications/vuze/<br /><br />

4. Enjoy Vuze by starting it from terminal:<br />
~/Applications/vuze/vuze<br /><br /><br />]]></description>
            <link>http://www.myscienceisbetter.info/2008/08/install-vuze-on-ubuntu-64bit.html</link>
            <guid>http://www.myscienceisbetter.info/2008/08/install-vuze-on-ubuntu-64bit.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">64bit</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">how to</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">ubuntu</category>
            
            
                <category domain="http://www.sixapart.com/ns/types#tag">eclipse</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">swt</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">ubuntu</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">vuze</category>
            
            <pubDate>Sun, 17 Aug 2008 15:15:09 +0200</pubDate>
        </item>
        
        <item>
            <title>Install Adobe Flash Player 10 on Ubuntu 64bit</title>
            <description><![CDATA[Adobe recently launched <a href="http://labs.adobe.com/technologies/flashplayer10/">Flash Player 10 Beta codenamed "Astro"</a>. Great news, as it supports a bunch of new features, but as usually nothing yet for the 64 bit users. I'm going to show you <a href="http://www.myscienceisbetter.info/2008/05/install-adobe-flash-player-10-on-ubuntu-using-nspluginwrapper.html">how to get flash player 10 running on Ubuntu 64bit using nspluginwrapper</a>. Before doing anything in the terminal make sure you close Firefox else you might not get the expected result.<br /><br /><br />1. Make sure you don't have any other flash plugin installed on your system:<br />sudo apt-get remove -y --purge flashplugin-nonfree gnash gnash-common mozilla-plugin-gnash swfdec-mozilla libflashsupport nspluginwrapper<br /><br />1.1 To be sure we don't have any other old flash libs let's cleanup the folders where it usually resides:<br />sudo rm -f /usr/lib/mozilla/plugins/*flash*<br />sudo rm -f ~/.mozilla/plugins/*flash*<br />sudo rm -f /usr/lib/firefox/plugins/*flash*<br />sudo rm -rfd /usr/lib/nspluginwrapper<br /><br /><br />2. Install ia32-libs and latest nspluginwrapper<br />sudo apt-get install ia32-libs nspluginwrapper<br /><br /><br />3. Download the latest flash player from Adobe Labs and extract it:<br />cd ~<br />wget http://download.macromedia.com/pub/labs/flashplayer10/flashplayer10_install_linux_051508.tar.gz<br />tar zxvf flashplayer10_install_linux_051508.tar.gz<br />sudo cp install_flash_player_10_linux/libflashplayer.so /usr/lib/mozilla/plugins/<br />rm -rf ~/install_flash_player_10_linux/<br /><br />4. Use nspluginwrapper to install the plugin and link it to firefox<br />sudo nspluginwrapper -i /usr/lib/mozilla/plugins/libflashplayer.so<br />sudo ln -sf /usr/lib/nspluginwrapper/plugins/npwrapper.libflashplayer.so /usr/lib/mozilla/plugins/<br /><strong>sudo ln -sf /usr/lib/nspluginwrapper/plugins/npwrapper.libflashplayer.so /usr/lib/firefox-addons/plugins/</strong><br /><br />
<strong>EDIT: here is how to install flash player 10 on 64bit systems for <a href="http://liferea.sourceforge.net/">Liferea</a> and <a href="http://www.vuze.com/">Vuze</a> <br /><br />
sudo ln -sf /usr/lib/nspluginwrapper/plugins/npwrapper.libflashplayer.so /usr/lib/xulrunner-addons/plugins/
</strong>
<br /><br />

<br /><br /><br />5. Start Firefox and type in the address bar about:plugins and press enter. You should get a result similar to this one:<br /><br /><div>
<span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="flash_player_10_ubuntu_64bit.png" src="http://www.myscienceisbetter.info/flash_player_10_ubuntu_64bit.png" class="mt-image-center" style="margin: 0pt auto 20px; text-align: center; display: block;" height="184" width="568" /></span>

</div><br /><br />6. Go to http://labs.adobe.com/technologies/flashplayer10/demos/index.html and test the new features.<br /><br />EDIT: if you are lazy by nature, you can just grab <a href="http://www.myscienceisbetter.info/projects/install_flash_player_10_ubuntu64bit">install_flash_player_10_ubuntu64bit</a>, a small script i put together. Make it executable (chmox +x install_flash_player_10_ubuntu64bit) and run it in terminal. It will kill ask you for root password the kill any Firefox you might have running and install the flash player 10<br />]]></description>
            <link>http://www.myscienceisbetter.info/2008/05/install-adobe-flash-player-10-on-ubuntu-using-nspluginwrapper.html</link>
            <guid>http://www.myscienceisbetter.info/2008/05/install-adobe-flash-player-10-on-ubuntu-using-nspluginwrapper.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">64bit</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">flash player</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">how to</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">ubuntu</category>
            
            
                <category domain="http://www.sixapart.com/ns/types#tag">flash player 10</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">nspluginwrapper</category>
            
            <pubDate>Sun, 18 May 2008 02:59:24 +0200</pubDate>
        </item>
        
        <item>
            <title>Configure Broadcom wireless using compat-wireless (no ndiswrapper)</title>
            <description><![CDATA[<a href="http://wireless.kernel.org/"></a>I have have just finished installing Ubuntu 8.04 64bit and I'm very happy with how it runs. That is without the exception of my Broadcom wireless not being detected on my HP Compaq 6820s.<br /><br />I tried installing b43-fwcutter but that did not sorted the problem. It downloads the firmware but there seems to be something wrong with b43 and ssb modules. One of them, or both.. not sure, although i suspect ssb being screwed up from what dmesg shows. To get the darn wireless working I compiled from source the latest compat-wireless from <a href="http://wireless.kernel.org/">Linux Wireless</a>.<br /><br />Here goes:<br />1. Install b43-fwcutter (select Yes when asked to have the scripts fetch the firmware)<br />$ sudo apt-get install b43-fwcutter<br /><br />2. Install tools needed to compile<br />$ sudo apt-get install build-essential<br /><br />3. Download latest compat-wireless tarball (http://wireless.kernel.org/en/users/Download#Directlydownloadingthetarball)<br />$ wget http://www.orbit-lab.org/kernel/compat-wireless-2.6/2008/04/compat-wireless-2008-04-29.tar.bz2<br /><br />4. Extract the files<br />$ tar jxvf compat-wireless-2008-04-29.tar.bz2<br /><br />5. Compile and install compat-wireless<br />$ cd compat-wireless-2008-04-09<br />$ make<br />$ sudo make install<br /><br />6. Testing the install<br />$ sudo make load<br /><br />At this point you should have wireless working.<br /><br />7. Make sure b43 module gets loaded before ssb on system reboot by adding the following to your /etc/rc.local file:<br />modprobe -r ssb # unloading ssb<br />modpobe b43 &nbsp; &nbsp; # loading b43<br />modprobe ssb &nbsp; &nbsp;# loading ssb<br /><br />8. Reboot. Your wireless should work just fine now :)<br /><br /><br /><br /><br /> <div><br /></div>]]></description>
            <link>http://www.myscienceisbetter.info/2008/04/configure-broadcom-wireless-using-compat-wireless.html</link>
            <guid>http://www.myscienceisbetter.info/2008/04/configure-broadcom-wireless-using-compat-wireless.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">how to</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">ubuntu</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">wireless</category>
            
            
                <category domain="http://www.sixapart.com/ns/types#tag">broadcom</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">ubuntu</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">wireless</category>
            
            <pubDate>Wed, 30 Apr 2008 23:50:15 +0200</pubDate>
        </item>
        
        <item>
            <title>Install GIMP 2.5 on Ubuntu Hardy</title>
            <description><![CDATA[GIMP 2.5 came out and it has some interesting features. Since it is not available in Ubuntu's repos i thought it would be nice to make a detailed tutorial on <a href="http://www.myscienceisbetter.info/2008/04/install-gimp-25-on-ubuntu-hardy.html">how to install GIMP 2.5 on Ubuntu Hardy</a> for evaluation purpose. <br /><br />1. Install the packages needed to compile programs:<br />$ sudo apt-get install build-essential<br /><br />2. Install gimp dependencies:<br />$ sudo apt-get build-dep gimp<br /><br />3. Make binaries, includes, libraries in /opt/gimp-2.5 available for use:<br /><br />$ export PATH=/opt/gimp-2.5/bin:$PATH<br />$ export LD_LIBRARY_PATH=/opt/gimp-2.5/lib<br />$ export PKG_CONFIG_PATH=/opt/gimp-2.5/lib/pkgconfig<br /><br /><br />4. Install latest BABL and GEGL libs from source (these libs were
not installed in step 2 as the gimp package in the repo is not
depending on them)<br />4.1 Grab latest versions from SVN:<br /><br />$ svn co http://svn.gnome.org/svn/babl/trunk/ babl<br />$ svn co http://svn.gnome.org/svn/gegl/trunk/ gegl<br /><br />4.2 Install BABL:<br />$ cd babl <br />$ ./autogen.sh --prefix=/opt/gimp-2.5<br />$ make<br />$ sudo make install<br />$ cd ..<br /><br />4.3 Install GEGL:<br /><br />$ cd gegl<br />$ ./autogen.sh --prefix=/opt/gimp-2.5<br />$ make<br />$ sudo make install<br />$ cd ..<br /><br />5. Grab GIMP 2.5 tarbal here: ftp://ftp.gimp.org/pub/gimp/v2.5/gimp-2.5.0.tar.bz2<br />$ wget ftp://ftp.gimp.org/pub/gimp/v2.5/gimp-2.5.0.tar.bz2<br /><br />6. Extract and intall latest GIMP:<br />$ tar jxvf gimp-2.5.0.tar.bz2<br />$ cd gimp-2.5.0<br />$ ./configure --prefix=/opt/gimp-2.5<br />$ make<br />$ sudo make install<br /><br />7. Enjoy your GIMP by running:<br />$ /opt/gimp-2.5/bin/gimp-2.5<br /><br /><br />]]></description>
            <link>http://www.myscienceisbetter.info/2008/04/install-gimp-25-on-ubuntu-hardy.html</link>
            <guid>http://www.myscienceisbetter.info/2008/04/install-gimp-25-on-ubuntu-hardy.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">gimp</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">how to</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">ubuntu</category>
            
            
                <category domain="http://www.sixapart.com/ns/types#tag">gimp</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">how to</category>
            
            <pubDate>Mon, 14 Apr 2008 18:52:27 +0200</pubDate>
        </item>
        
        <item>
            <title>Epiphany ♥ WebKit</title>
            <description><![CDATA[I've just found out that the default Web Browser in GNOME, Epiphany
will move to WebKit only. Since now Epiphany had an abstraction layer
that allowed it to use both Gecko and WebKit as backends, but that made
development very slow.<br /><br /><blockquote>The Epiphany user interface is built on top of an abstraction layer<br />above the web rendering engine, enabling us to support multiple<br />back-ends. Currently Epiphany supports the Mozilla browser engine<br />(Gecko), and the WebKit engine.<br /><br />&nbsp; The Epiphany dependency on Gecko creates a number of problems for us.<br />The Gecko release cycle is very long (e.g. Gecko 1.8 was released with<br />Firefox 1.5 in 2005; 1.8.1 with Firefox 2.0 in 2006 and 1.9 will be<br />released sometime this year with Firefox 3.0), prone to delays and not<br />synchronised with the unvarying 6-month Gnome release cycle.<br />Furthermore, it and the feature work on Gecko are mostly driven by the<br />Firefox browser, our main competitor on the Gnome desktop. Also the<br />embedding API of Gecko (GtkMozEmbed) has been unmaintained and stagnant<br />for a long time. Finally, the current plans for "Mozilla 2.0" bring much<br />uncertainty to us, as well as much work to account for their proposed<br />big API changes.<br /></blockquote><br /><br />I can't wait to have a fully featured WebKit browser running natively in Gnome. For now i will settle for <a href="http://www.myscienceisbetter.info/2008/02/installing-safari-3-beta-on-ub.html">Safari</a> ran via <a href="http://www.myscienceisbetter.info/wine/">wine</a><br /><br />Wohoo!<br /> ]]></description>
            <link>http://www.myscienceisbetter.info/2008/04/epiphany-loves-webkit.html</link>
            <guid>http://www.myscienceisbetter.info/2008/04/epiphany-loves-webkit.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">epiphany</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">gnome</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">webkit</category>
            
            
                <category domain="http://www.sixapart.com/ns/types#tag">epiphany</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">gnome</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">webkit</category>
            
            <pubDate>Mon, 07 Apr 2008 01:55:08 +0200</pubDate>
        </item>
        
        <item>
            <title> How To Install latest Transmission BitTorrent Client in Ubuntu 8.04 Hardy Heron</title>
            <description><![CDATA[The Ubuntu ackage for Transmission is outdated so i decided to update to latest. Here is now it's done:<br /><br />1. Solve dependencies: <br />$ sudo apt-get build-dep transmission<br /><br />2. Download souces:<br />$ wget -c -t0 http://download.m0k.org/transmission/files/transmission-1.11.tar.bz2<br /><br />3. Building the Transmission release in the command line:<br />tar xvjf transmission-1.11.tar.bz2<br /><div class="code">
						cd transmission-1.11<br />
						./configure --prefix=/usr &amp;&amp; make -s<br />
						sudo make install<br /><br />That's it :)<br /></div><br /><br /><br /> ]]></description>
            <link>http://www.myscienceisbetter.info/2008/04/how-to-install-latest-transmission-bittorrent-client-ubuntu-hardy.html</link>
            <guid>http://www.myscienceisbetter.info/2008/04/how-to-install-latest-transmission-bittorrent-client-ubuntu-hardy.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">how to</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">transmission</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">ubuntu</category>
            
            
                <category domain="http://www.sixapart.com/ns/types#tag">how to</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">transmission</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">ubuntu</category>
            
            <pubDate>Sat, 05 Apr 2008 23:03:56 +0200</pubDate>
        </item>
        
        <item>
            <title>How To Install Aurora Gtk Engine 1.4 on Ubuntu 8.04 Hardy Heron</title>
            <description><![CDATA[I've installed about two weeks ago the new Ubuntu 8.04 Beta. Since then i've been busy with work and i did not managed to change the way it looks, to make it the way i like it.<br /><br />Today I've browsed gnome-look in search for a theme i could use and found Aurora GTK Engine<br />that comes with three nice themes by default. Since there is no ubuntu package for this i will show you how to compile this engine and install it from source.<br /><br />1. Install dependencies: <br />sudo apt-get install build-essential libgtk2.0-dev<br /><br />2. Download the files from here<br /><br />3. Extract the archive<code></code><br />tar jxvf Aurora-1.4.tar.bz2<br />tar zxvf aurora-1.4.tar.gz<br /><br />4. Install process<br />cd aurora-1.3/<br />./configure --prefix=/usr --enable-animation<br />make<br />sudo make install<br /><br />5. Ok, now we have the engine installed and we can install the themes. They come into the &nbsp;gtkrc_themes.tar.bz2 archive. To install the themes, just open System -&gt; Appearance and drag and drop the archive in the Appearance window.<br /><br />That's it :)&nbsp; <br />]]></description>
            <link>http://www.myscienceisbetter.info/2008/03/how-to-install-aurora-gtk-engine-14-ubuntu-hardy.html</link>
            <guid>http://www.myscienceisbetter.info/2008/03/how-to-install-aurora-gtk-engine-14-ubuntu-hardy.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">gtk engine</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">themes</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">ubuntu</category>
            
            
                <category domain="http://www.sixapart.com/ns/types#tag">gtk engine</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">themes</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">ubuntu</category>
            
            <pubDate>Mon, 31 Mar 2008 17:05:12 +0200</pubDate>
        </item>
        
        <item>
            <title>Personal financing thoughts</title>
            <description><![CDATA[I'm not very organized when it comes to working with money. When i go shopping I spend without thinking that i might need money in a few days to pay bills or grocery. That's why I'm thinking to launch a service to help people that as myself need to be reminded that in 2 days the electric bill is due and so on.<br />&nbsp; <br />The service will have basic money management features (money going in, money getting out, savings).<br /><br />]]></description>
            <link>http://www.myscienceisbetter.info/2008/03/personal-financing-thoughts.html</link>
            <guid>http://www.myscienceisbetter.info/2008/03/personal-financing-thoughts.html</guid>
            
            
                <category domain="http://www.sixapart.com/ns/types#tag">bookkeeper</category>
            
            <pubDate>Fri, 14 Mar 2008 02:26:03 +0200</pubDate>
        </item>
        
        <item>
            <title>Installing Safari 3 beta on Ubuntu 7.10</title>
            <description><![CDATA[
            It's great that <a href="http://www.apple.com/">Apple</a> has decided a while ago to release <a href="http://www.apple.com/safari/">Safari 3</a>
for windows. It would have been better if they would have released a
native version for Linux so that web developers that use this platform
as their main machine can see how the sites they build look on the mac.
<br /><br />Fortunately we are able to run Safari 3 on Linux using <a href="http://www.winehq.org/">wine</a>. Here is a step by step tutorial that will get the browser working on Ubuntu 7.10<br /><br />1. install wine (follow the official instructions http://www.winehq.org/site/download-deb)<br />2.set wine's Windows version to Windows XP by&nbsp; typing in a terminal<br /><blockquote>$winecfg<br /></blockquote><br /><span class="mt-enclosure mt-enclosure-image"><img alt="0.png" src="http://myscienceisbetter.info/0.png" class="mt-image-center" style="margin: 0pt auto 20px; text-align: center; display: block;" width="415" height="570" /></span> 3. install windows fonts<br /><blockquote><code>$sudo apt-get install msttcorefonts<br /></code></blockquote>4. copy the core windows fonts to the wine install:<br /><blockquote>$cp /usr/share/fonts/truetype/msttcorefonts/{Arial,Times_New_Roman}*.ttf ~/.wine/drive_c/windows/fonts/<br /></blockquote>5. download the Safari for Windows installer (http://www.apple.com/safari/download/)<br /><br />6. run the installer using wine:<br /><blockquote>$wine Safari304BetaSecUpdateSetup.exe<br /></blockquote>6.1 next<br /><span class="mt-enclosure mt-enclosure-image"><img alt="safari_install_1.png" src="http://myscienceisbetter.info/safari_install_1.png" class="mt-image-center" style="margin: 0pt auto 20px; text-align: center; display: block;" width="492" height="375" /></span>6.2 accept the license<br /><span class="mt-enclosure mt-enclosure-image"><img alt="safari_install_2.png" src="http://myscienceisbetter.info/safari_install_2.png" class="mt-image-center" style="margin: 0pt auto 20px; text-align: center; display: block;" width="493" height="373" /></span><code></code>6.3 DO NOT!! install Bonjour and the Apple Updater<br /><span class="mt-enclosure mt-enclosure-image"><img alt="safari_install_3.png" src="http://myscienceisbetter.info/safari_install_3.png" class="mt-image-center" style="margin: 0pt auto 20px; text-align: center; display: block;" width="493" height="370" /></span>&nbsp;6.4 done install<br /><span class="mt-enclosure mt-enclosure-image"><img alt="safari_install_4.png" src="http://myscienceisbetter.info/safari_install_4.png" class="mt-image-center" style="margin: 0pt auto 20px; text-align: center; display: block;" width="493" height="374" /></span>6.5
create a shortcut by creating the Safari.desktop file using your
favorite text editor (make sure to use your real username in the path
to WINEPREFIX)<br /><blockquote>[Desktop Entry]<br />Name=Safari<br />Exec=env WINEPREFIX="/home/&lt;your_username_here&gt;/.wine" wine "C:\\Program Files\\Safari\\Safari.exe"<br />Type=Application<br />StartupWMClass=Wine<br />Icon=e2f6_safariico.0<br /></blockquote>7. All done]]></description>
            <link>http://www.myscienceisbetter.info/2008/02/installing-safari-3-beta-on-ubuntu.html</link>
            <guid>http://www.myscienceisbetter.info/2008/02/installing-safari-3-beta-on-ubuntu.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">how to</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">safari</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">ubuntu</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">wine</category>
            
            
                <category domain="http://www.sixapart.com/ns/types#tag">how to</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">safari 3</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">wine</category>
            
            <pubDate>Tue, 05 Feb 2008 14:44:15 +0200</pubDate>
        </item>
        
        <item>
            <title>Starcraft 2 gameplay video download on Linux</title>
            <description><![CDATA[Today i remembered that Blizzard is working on Starcraft 2. I'm a huge
starcraft fan and i wanted to check out how the development is going,
and when the game will be released. As no release date is yet on site,
i went to the movies page trying to download a few gameplay videos. I
had a very bad surprise. You can only download the videos using
blizzard's download app. They are using BitTorrent technology to spread
their files via a proprietary app. Why on earth didn't they just placed
a .torrent file so that Linux users could also download their content i
don't really understand. <br /><br /><b>Download Blizzard movies with wine:</b><br /><br />In a terminal open the .exe file downloaded from blizzard with wine (wine-0.9.53 on my Ubuntu 7.10 machine)<br /><blockquote>wine 1280_StarCraft2GameplayVideo_EnglishUS2-avi-downloader.exe<br /></blockquote>This will open the downloader and ask for the location where you want the file saved.<br /><span class="mt-enclosure mt-enclosure-image"><img alt="blizzard-downloader.png" src="http://myscienceisbetter.info/blizzard-downloader.png" class="mt-image-center" style="margin: 0pt auto 20px; text-align: center; display: block;" width="584" height="541" /></span><br /><br />That's it.<br /> ]]></description>
            <link>http://www.myscienceisbetter.info/2008/01/starcraft-2-gameplay-video-download-on-linux.html</link>
            <guid>http://www.myscienceisbetter.info/2008/01/starcraft-2-gameplay-video-download-on-linux.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">how to</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">ubuntu</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">wine</category>
            
            
                <category domain="http://www.sixapart.com/ns/types#tag">how to</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">wine</category>
            
            <pubDate>Mon, 14 Jan 2008 14:54:18 +0200</pubDate>
        </item>
        
        <item>
            <title>Installing Pidgin from source in Ubuntu 7.10</title>
            <description><![CDATA[ If you are an Ubuntu user you might have noticed that some packages
don't get updated in the official repositories when software creators
release new versions. Users who want to have latest and greatest
installed on their computer face two options. First is to install the
packages they need from some unofficial repo, the second is to compile
the software from source. Although the 1st option might seem to be the
easiest i'll show you that compiling your own packages is not that hard.<br /><br />So, let's install the latest Pidgin package from source.<br /><b><br />Solve dependencies<br /></b><blockquote>sudo apt-get -y build-dep pidgin<br /></blockquote><b>Download latest pidgin source </b>(go to http://www.pidgin.im to locate the latest version. In my case 2.3.1)<br /><br /><blockquote>wget http://kent.dl.sourceforge.net/sourceforge/pidgin/pidgin-2.3.1.tar.bz2<br /></blockquote><b>Extract the source and compile<br /><br /></b><blockquote>tar jxvf pidgin-2.3.1.tar.bz2<br />cd pidgin-2.3.1<br />./configure --prefix=/usr<br />make &amp;&amp; sudo make install<br /></blockquote>That's it! Now you have latest pidgin installed :) ]]></description>
            <link>http://www.myscienceisbetter.info/2007/12/installing-pidgin-from-source-in-ubuntu.html</link>
            <guid>http://www.myscienceisbetter.info/2007/12/installing-pidgin-from-source-in-ubuntu.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">how to</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">pidgin</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">ubuntu</category>
            
            
                <category domain="http://www.sixapart.com/ns/types#tag">how to</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">pidgin</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">ubuntu</category>
            
            <pubDate>Sat, 15 Dec 2007 14:40:39 +0200</pubDate>
        </item>
        
    </channel>
</rss>
