<?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>eddyprasetyo.net</title>
	<atom:link href="http://eddyprasetyo.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://eddyprasetyo.net</link>
	<description>Eddy Prasetyo WebLog</description>
	<lastBuildDate>Sat, 26 Dec 2009 00:16:23 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Chrome on Ubuntu</title>
		<link>http://eddyprasetyo.net/chrome-on-ubuntu/</link>
		<comments>http://eddyprasetyo.net/chrome-on-ubuntu/#comments</comments>
		<pubDate>Sat, 26 Dec 2009 00:08:22 +0000</pubDate>
		<dc:creator>eddy</dc:creator>
				<category><![CDATA[browser]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://eddyprasetyo.net/?p=14</guid>
		<description><![CDATA[It was long time since Google Chrome first release. But until today, I haven&#8217;t found a stable release for linux, especially ubuntu. I mean &#8220;stable release&#8221; not as they claimed, but stable as I installed and try by my self. Since it was released last year, on December 2008, I love this browser with its [...]<p><a href="http://eddyprasetyo.net/chrome-on-ubuntu/">Chrome on Ubuntu</a> is a post from: <a href="http://eddyprasetyo.net">eddyprasetyo.net</a></p>
]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">It was long time since Google Chrome first release. But until today, I haven&#8217;t found a stable release for linux, especially ubuntu. I mean &#8220;stable release&#8221; not as they claimed, but stable as I installed and try by my self. Since it was released last year, on December 2008, I love this browser with its fast response, better than firefox I think. The problems is, since I was ubuntu user, there aren&#8217;t stable version for ubuntu, yet.<span id="more-14"></span>Chrome for linux, known as chromium, was very disappointing at first. It was very unstable, longtime-loaded, and shortly crashed. I think it was because in fact, this is &#8220;windows version&#8221; emulated with wine.</p>
<table style="height: 128px; width: 500px;" border="0" align="center">
<tbody>
<tr>
<td>
<div class="mceTemp mceIEcenter">
<dl id="attachment_16" class="wp-caption  aligncenter" style="width: 110px;">
<dt class="wp-caption-dt"><a href="http://eddyprasetyo.net/wp-content/uploads/2009/12/google-chrome-logo.jpg"><img class="size-full wp-image-16" title="google-chrome-logo" src="http://eddyprasetyo.net/wp-content/uploads/2009/12/google-chrome-logo.jpg" alt="google chrome logo Chrome on Ubuntu" width="100" height="100" /></a></dt>
</dl>
</div>
</td>
<td>
<div class="mceTemp">
<dl id="attachment_17" class="wp-caption alignnone" style="width: 110px;">
<dt class="wp-caption-dt"><a href="http://eddyprasetyo.net/wp-content/uploads/2009/12/ubuntu_logo.jpg"><img class="size-full wp-image-17" title="ubuntu-logo" src="http://eddyprasetyo.net/wp-content/uploads/2009/12/ubuntu_logo.jpg" alt="ubuntu logo Chrome on Ubuntu" width="100" height="100" /></a></dt>
</dl>
</div>
</td>
</tr>
</tbody>
</table>
<p style="text-align: justify;">Nowdays, chromium become more stable. Follow this step-by-step tutorial that I quoted from ubuntugeek, to install chrome in ubuntu, using PPA ubuntu deb package.</p>
<p style="text-align: justify;">First of all, make sure you were in the root account by using :</p>
<blockquote>
<p style="text-align: justify;"><span style="font-family: 'courier new', courier;">#sudo su</span></p>
</blockquote>
<p style="text-align: justify;">You need to edit /etc/apt/source.list</p>
<blockquote>
<p style="text-align: justify;"><span style="font-family: 'courier new', courier;">#gedit /etc/apt/source.lilst</span></p>
</blockquote>
<p style="text-align: justify;">Then add following two line :</p>
<blockquote>
<p style="text-align: justify;"><span style="font-family: 'courier new', courier;">deb http://ppa.launchpad.net/chromium-daily/ppa/ubuntu karmic main<br />
deb-src http://ppa.launchpad.net/chromium-daily/ppa/ubuntu karmic main</span></p>
</blockquote>
<p style="text-align: justify;">Thus for karmic version. For other release, just change &#8220;karmic&#8221; with your release. Then save and exit.</p>
<p style="text-align: justify;">Add the GPG key</p>
<blockquote>
<p style="text-align: justify;"><span style="font-family: 'courier new', courier;">#sudo apt-key adv </span><code><span style="font-family: 'courier new', courier;">--</span></code><span style="font-family: 'courier new', courier;">recv-keys </span><code><span style="font-family: 'courier new', courier;">--</span></code><span style="font-family: 'courier new', courier;">keyserver keyserver.ubuntu.com 0xfbef0d696de1c72ba5a835fe5a9bf3bb4e5e17b5</span></p>
</blockquote>
<p style="text-align: justify;">Update source list</p>
<blockquote>
<p style="text-align: justify;"><span style="font-family: 'courier new', courier;">#apt-get update</span></p>
</blockquote>
<p style="text-align: justify;">Last, install chromium with this command :</p>
<blockquote>
<p style="text-align: justify;"><span style="font-family: 'comic sans ms', sans-serif;">#apt-get install chromium-browser</span></p>
</blockquote>
<p style="text-align: justify;">Well done, installation complete. You can find it at Application &#8211;&gt; Internet &#8211;&gt; Chromium</p>
<p style="text-align: justify;">I found another tutorial, using google repositoris, in ubuntu forums. It was different in third step :</p>
<p style="text-align: justify;">Add following line in source list :</p>
<blockquote>
<p style="text-align: justify;"><span style="font-family: 'courier new', courier;">deb http://dl.google.com/linux/deb/ stable main</span></p>
</blockquote>
<p style="text-align: justify;">Save and exit. Add signing key :</p>
<blockquote>
<p style="text-align: justify;"><span style="font-family: 'courier new', courier;">#wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -</span></p>
</blockquote>
<p style="text-align: justify;">Update source list</p>
<blockquote>
<p style="text-align: justify;"><span style="font-family: 'courier new', courier;">#apt-get update</span></p>
</blockquote>
<p style="text-align: justify;">And install google chrome</p>
<blockquote>
<p style="text-align: justify;"><span style="font-family: 'courier new', courier;">#aptitude install google-chrome-unstable</span></p>
</blockquote>
<p style="text-align: justify;">I just tried first way and It was success. Until now, it was stable.</p>
<p style="text-align: justify;">I&#8217;ll give any report after.</p>
<p style="text-align: justify;">
<p style="text-align: justify;">Source :</p>
<blockquote>
<p style="text-align: justify;"><a href="http://www.ubuntugeek.com/how-to-install-chromium-google-chrome-in-ubuntu-using-deb-package.html" target="_blank"><span style="font-family: 'courier new', courier;">Ubuntugeek-How to install chromium in ubuntu using deb package</span></a></p>
<p style="text-align: justify;"><a href="http://ubuntuforums.org/showthread.php?s=0c779da6bac9afb9b9d1b68dcb68b274&amp;p=8522964#post8522964" target="_blank"><span style="font-family: 'courier new', courier;">Ubuntuforums-How to install google chrome for ubuntu</span></a></p>
</blockquote>
<p><a href="http://eddyprasetyo.net/chrome-on-ubuntu/">Chrome on Ubuntu</a> is a post from: <a href="http://eddyprasetyo.net">eddyprasetyo.net</a></p>
]]></content:encoded>
			<wfw:commentRss>http://eddyprasetyo.net/chrome-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>This is first post</title>
		<link>http://eddyprasetyo.net/this-is-first-post/</link>
		<comments>http://eddyprasetyo.net/this-is-first-post/#comments</comments>
		<pubDate>Fri, 25 Dec 2009 07:25:02 +0000</pubDate>
		<dc:creator>eddy</dc:creator>
				<category><![CDATA[Other side]]></category>

		<guid isPermaLink="false">http://eddyprasetyo.net/?p=7</guid>
		<description><![CDATA[Welcome to eddyprasetyo.net
This blog exists as a place to share all experience that happen around me. It can be around computer world, both linux or windows, networking experience, electronics world, as my majority in my colege, Gadjah Mada University. I&#8217;am also intersted in the CMS world, especially wordpress, which I use now. In the design [...]<p><a href="http://eddyprasetyo.net/this-is-first-post/">This is first post</a> is a post from: <a href="http://eddyprasetyo.net">eddyprasetyo.net</a></p>
]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Welcome to eddyprasetyo.net</p>
<p style="text-align: justify;">This blog exists as a place to share all experience that happen around me. It can be around computer world, both linux or windows, networking experience, electronics world, as my majority in my colege, Gadjah Mada University. I&#8217;am also intersted in the CMS world, especially wordpress, which I use now. In the design word, especially 3D desgin, I learn blender, an opensource 3D design software. Also include my daily activities.</p>
<p style="text-align: justify;">Feel free to comment</p>
<p style="text-align: justify;">-eddy-</p>
<p><a href="http://eddyprasetyo.net/this-is-first-post/">This is first post</a> is a post from: <a href="http://eddyprasetyo.net">eddyprasetyo.net</a></p>
]]></content:encoded>
			<wfw:commentRss>http://eddyprasetyo.net/this-is-first-post/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
