<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>The _khAttAm_ blog &#187; 9.04</title>
	<atom:link href="http://www.khattam.info/tag/9-04/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.khattam.info</link>
	<description>Sharing views and experiences</description>
	<lastBuildDate>Sat, 22 Oct 2011 06:18:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>[HOWTO]Install Google Chrome in your Ubuntu 9.04 Jaunty Jackalope and Enable Flash on It</title>
		<link>http://www.khattam.info/install-google-chrome-in-your-linux-box-2009-08-01.html</link>
		<comments>http://www.khattam.info/install-google-chrome-in-your-linux-box-2009-08-01.html#comments</comments>
		<pubDate>Sat, 01 Aug 2009 17:35:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Jaunty Jackalope 9.04]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[9.04]]></category>
		<category><![CDATA[9.10]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[firefox-3.5]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[Google Chrome]]></category>
		<category><![CDATA[Google Chrome OS]]></category>
		<category><![CDATA[Jaunty]]></category>
		<category><![CDATA[Jaunty Jackalope]]></category>
		<category><![CDATA[karmic]]></category>
		<category><![CDATA[karmic koala]]></category>
		<category><![CDATA[Swiftfox]]></category>
		<category><![CDATA[youtube]]></category>

		<guid isPermaLink="false">http://www.khattam.info/?p=281</guid>
		<description><![CDATA[I have Ubuntu 9.04 Jaunty Jackalope 64bit and wanted to give Google Chrome Browser a try to see what it feels like to be running Google Chrome OS (which will be based on Linux and run Google  Chrome Browser). UPDATE Nov 21: Just adding the repository: deb http://dl.google.com/linux/deb/ stable main will let you install Google [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>I have Ubuntu 9.04 Jaunty Jackalope 64bit and wanted to give Google Chrome Browser a try to see what it feels like to be running <a title="Google Chrome OS - Upcoming Operating System From Google" href="http://googleblog.blogspot.com/2009/07/introducing-google-chrome-os.html" target="_blank" onclick="pageTracker._trackPageview('/outgoing/googleblog.blogspot.com/2009/07/introducing-google-chrome-os.html?referer=');">Google Chrome OS</a> (which will be based on Linux and run Google  Chrome Browser).</p>
<p>UPDATE Nov 21: Just adding the repository:<br />
deb http://dl.google.com/linux/deb/ stable main<br />
will let you install Google Chrome right from Synaptic.</p>
<p>UPDATE: Now I have Ubuntu Karmic Koala (9.10) alpha 4 and same works for Karmic too.<span id="more-281"></span></p>
<p>So I headed over to <a title="Google Chrome Linux" href="http://www.google.com/chrome/intl/en/linux.html" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.google.com/chrome/intl/en/linux.html?referer=');">Google Chrome Linux Page</a>. Since Google Chrome for Linux is under development and public releases has not been made, I headed to <a title="Google Chrome Developer Channel Version" href="http://dev.chromium.org/getting-involved/dev-channel" target="_blank" onclick="pageTracker._trackPageview('/outgoing/dev.chromium.org/getting-involved/dev-channel?referer=');">Developer Channel Version Page</a>. Then, I downloaded the <a title="Download Google Chrome For Ubuntu/Debian 64bit" href="http://www.google.com/chrome/intl/en/eula_dev.html?dl=unstable_amd64_deb" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.google.com/chrome/intl/en/eula_dev.html?dl=unstable_amd64_deb&amp;referer=');">Dev channel (for 64-bit systems)</a> and then installed it. If you have a 32-bit processor or 32-bit OS, you will need to download the <a title="Download Google Chrome for 32bit Ubuntu\Debian based systems" href="http://www.google.com/chrome/intl/en/eula_dev.html?dl=unstable_i386_deb" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.google.com/chrome/intl/en/eula_dev.html?dl=unstable_i386_deb&amp;referer=');">32 bit version</a>. I double clicked the downloaded deb file to install it and it was available in the Applications &gt; Internet menu.</p>
<p>UPDATE: For Karmic Koala except for installing deb package as gdebi-gtk crashes (this bug) when trying to install this package. To install, you should use sudo dpkg-i packagename.deb from the terminal to install.</p>
<p>On first launch, it asked me if I wanted to import settings and history from Firefox and I chose to. It is good enough so far. I am using it to post this thread too.</p>
<p>However, flash has not been enabled and I could not play videos on Youtube. So to install and enable it, just type in the following commands (you must have flash plugin installed in Firefox for the following commands to work). Open op the terminal and copy\paste or type in the following commands:<br />
<code><br />
sudo mkdir -p /opt/google/chrome/plugins<br />
sudo cp /usr/lib/flashplugin-installer/libflashplayer.so /opt/google/chrome/plugins/<br />
/opt/google/chrome/google-chrome --enable-plugins<br />
</code><br />
Source: http://jeanderuelle.blogspot.com/2009/07/enable-flash-on-google-chrome-linux-dev.html</p>
<p>UPDATE: You will need to append <code> --enable-plugins at the end of the launcher or menu item if you want it to load with flash plugin enabled each time you launch Chrome.<br />
</code></p>
<p></p>
<p>It is lot faster and lighter than Firefox 3.5 and <a title="Swiftfox - Firefox Compiled for Your Processor" href="http://getswiftfox.com/" target="_blank" onclick="pageTracker._trackPageview('/outgoing/getswiftfox.com/?referer=');">Swiftfox</a>. Of course, I miss the add-ons in Chrome and will still use Swiftfox as the default browser.</p>
<div class="shr-publisher-281"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://www.khattam.info/install-google-chrome-in-your-linux-box-2009-08-01.html/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>A better Torrent Client For Ubuntu 9.04 (Jaunty Jackalope)</title>
		<link>http://www.khattam.info/a-better-torrent-client-for-ubuntu-9-04-jaunty-jackalope-2009-07-29.html</link>
		<comments>http://www.khattam.info/a-better-torrent-client-for-ubuntu-9-04-jaunty-jackalope-2009-07-29.html#comments</comments>
		<pubDate>Wed, 29 Jul 2009 13:58:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Jaunty Jackalope 9.04]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[9.04]]></category>
		<category><![CDATA[bittorrent client]]></category>
		<category><![CDATA[deluge]]></category>
		<category><![CDATA[Jaunty Jackalope]]></category>
		<category><![CDATA[ktorrent]]></category>
		<category><![CDATA[torrent client]]></category>
		<category><![CDATA[ubuntu 9.04]]></category>

		<guid isPermaLink="false">http://www.khattam.info/?p=266</guid>
		<description><![CDATA[Transmission is the default torrent client with Ubuntu. However, I love ktorrent because of the various features it provides. As I use ubuntu and KDE based softwares require kdelibs to be installed, I usually go for alternatives and I found deluge to be a great alternative for ktorrent. It provides similar features as ktorrent. It [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>Transmission is the default torrent client with Ubuntu. However, I love ktorrent because of the various features it provides. As I use ubuntu and KDE based softwares require kdelibs to be installed, I usually go for alternatives and I found deluge to be a great alternative for ktorrent. It provides similar features as ktorrent.</p>
<p>It can be installed directly via Synaptic but for the latest version, just type in the following in the terminal window. The following instructions apply to Ubuntu 9.04 (Jaunty Jackalope).<br />
<span id="more-266"></span><br />
<strong><br />
1. Add the deluge repository:</strong> (Copy all the lines before step 2 at once, it is just a single line split because it was long. You may use triple click to select the whole line.)<br />
<code>sudo sh -c "echo 'deb http://ppa.launchpad.net/deluge-team/ppa/ubuntu jaunty main' &gt;&gt; /etc/apt/sources.list"</code></p>
<p></p>
<p><strong>2. Add the launchpad key:</strong><br />
a. Get launchpad key updater<br />
<code>wget "http://files.getdropbox.com/u/1113424/launchpad-update.tar.gz"</code><br />
b. Extract it<br />
<code>tar -xf launchpad-update.tar.gz</code><br />
c. Install it<br />
<code>sudo mv launchpad-update /usr/bin</code><br />
d. Add keys<br />
<code>sudo launchpad-update</code></p>
<p><strong>3. Update your package list:</strong><br />
<code>sudo apt-get update</code></p>
<p><strong>4. Install</strong><br />
<code>sudo apt-get install deluge</code></p>
<p>Now, to launch it, goto Applications &gt; Internet &gt; Deluge BitTorrent Client.</p>
<div class="shr-publisher-266"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://www.khattam.info/a-better-torrent-client-for-ubuntu-9-04-jaunty-jackalope-2009-07-29.html/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

