<?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>tantos &#187; Ubuntu</title>
	<atom:link href="http://tantos.web.id/blogs/category/ubuntu/feed" rel="self" type="application/rss+xml" />
	<link>http://tantos.web.id</link>
	<description>nek wedi ojo wani-wani, nek wani ojo wedi-wedi</description>
	<lastBuildDate>Mon, 23 Aug 2010 23:00:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Small Note Before and After Installing Ubuntu Lucid Lynx</title>
		<link>http://tantos.web.id/blogs/small-note-before-and-after-installing-ubuntu-lucid-lynx</link>
		<comments>http://tantos.web.id/blogs/small-note-before-and-after-installing-ubuntu-lucid-lynx#comments</comments>
		<pubDate>Sat, 21 Aug 2010 00:02:50 +0000</pubDate>
		<dc:creator>tantos</dc:creator>
				<category><![CDATA[In Moving to Linux]]></category>
		<category><![CDATA[Learning by Playing]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://tantos.web.id/?p=322</guid>
		<description><![CDATA[This is just my note about upgrading (reinstall) my Ubuntu from Karmic to Lucid. Before installing Lucid : Backup pidgin logs located in ~/.purple/logs mkdir ~/backup_pidgin cp -dfr ~/.purple/logs ~/backup_pidgin After your Lucid successfully installed, then think what packages you should remove and what packages you should install. In my opinion, default games in Ubuntu [...]


Related posts:<ol><li><a href='http://tantos.web.id/blogs/ubuntu-lucid-release-party-%e2%80%9clinux-untuk-dunia-kesehatan%e2%80%9d' rel='bookmark' title='Ubuntu Lucid Release Party “Linux Untuk Dunia Kesehatan”'>Ubuntu Lucid Release Party “Linux Untuk Dunia Kesehatan”</a></li>
<li><a href='http://tantos.web.id/blogs/how-to-internet-connection-using-cdma-evdo-modem-and-karmic-koala-ubuntu-9-10' rel='bookmark' title='How To : Internet Connection using CDMA EVDO Modem and Karmic Koala (Ubuntu 9.10)'>How To : Internet Connection using CDMA EVDO Modem and Karmic Koala (Ubuntu 9.10)</a></li>
<li><a href='http://tantos.web.id/blogs/installing-firefox-35-in-ubuntu-not-from-repository' rel='bookmark' title='Installing Firefox 3.5 in Ubuntu (not from Repository)'>Installing Firefox 3.5 in Ubuntu (not from Repository)</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>This is just my note about upgrading (reinstall) my Ubuntu from Karmic to Lucid.</p>
<p>Before installing Lucid :</p>
<p>Backup <a href="http://www.pidgin.im/" target="_blank">pidgin</a> logs located in ~/.purple/logs</p>
<pre class="brush:bash">mkdir ~/backup_pidgin
cp -dfr ~/.purple/logs ~/backup_pidgin</pre>
<p>After your Lucid successfully installed, then think what packages you should remove and what packages you should install. In my opinion, default games in Ubuntu is not important, so I remove it all. Then I don&#8217;t like these packages :</p>
<ol>
<li><a href="http://projects.gnome.org/brasero/" target="_blank">brasero</a>. I don&#8217;t need to burning DVD.</li>
<li><a href="http://www.transmissionbt.com/" target="_blank">transmission-common</a>. This package used for sharing file thru torrent service. I need package like this, but I choose <a href="http://www.vuze.com/" target="_blank">vuze</a>.</li>
<li><a href="http://f-spot.org/" target="_blank">f-spot</a>. I like <a href="http://www.digikam.org/" target="_blank">digiKam</a>.</li>
<li><a href="http://live.gnome.org/Empathy" target="_blank">empathy</a>. I like <a href="http://www.pidgin.im/" target="_blank">pidgin</a>.</li>
<li><a href="http://gwibber.com/" target="_blank">gwibber</a>. I don&#8217;t need this social microblog package.</li>
</ol>
<pre class="brush:bash">sudo apt-get purge -y --force-yes brasero transmission-common aisleriot quadrapassel gnomine gnome-sudoku gnome-mahjongg gnome-games-common gbrainy f-spot empathy</pre>
<p>Something missing?</p>
<p>Think what you need&#8230; Multimedia? Programming? Graphic? Internet?<br />
Add these repositories into your Lucid :</p>
<pre class="brush:bash">sudo add-apt-repository ppa:team-xbmc
sudo add-apt-repository ppa:pidgin-developers/ppa
sudo add-apt-repository ppa:ubuntugis/ubuntugis-unstable</pre>
<p>And Add this line to your /etc/apt/sources.list</p>
<pre class="brush:bash">deb http://packages.medibuntu.org/ lucid free non-free</pre>
<p>Before installing it all, let&#8217;s upgrade our system :</p>
<pre class="brush:bash">sudo apt-get update
sudo apt-get upgrade -y --force-yes
sudo apt-get dist-upgrade -y --force-yes</pre>
<p>So now, let&#8217;s start from multimedia task. If you want to watching HD video, <a href="http://xbmc.org/" target="_blank">XBMC</a> is what you need. <a href="http://xbmc.org/" target="_blank">XBMC</a> not only video player, but also audio player and photo viewer. I also love <a href="http://www.videolan.org/vlc/" target="_blank">VLC</a> for watching small video  <img src='http://tantos.web.id/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> eace:, <a href="http://audacious-media-player.org/" target="_blank">audacious</a> for listening music, and <a href="http://live.gnome.org/Cheese" target="_blank">cheese</a> for webcam. <a href="http://lives.sourceforge.net/" target="_blank">lives</a> is for video editing.</p>
<div>Then from your terminal :</div>
<pre class="brush:bash">sudo apt-get install -y --force-yes ubuntu-restricted-extras
sudo apt-get install -y --force-yes xbmc xbmc-standalone vlc audacious cheese lives</pre>
<p>In Graphic section, I need <a href="http://www.inkscape.org/" target="_blank">inkscape</a> for draw vector image, <a href="http://www.gimp.org/" target="_blank">gimp</a> for photo editing, <a href="http://projects.gnome.org/dia/" target="_blank">dia</a> for draw diagram, and <a href="http://www.digikam.org/" target="_blank">digiKam</a> for manage my photo collection.</p>
<pre class="brush:bash">sudo apt-get install -y --force-yes inkscape gimp dia digikam</pre>
<p>Internet<br />
<a href="http://filezilla-project.org/" target="_blank"> Filezilla</a> is for FTP transfer, <a href="http://www.vuze.com/" target="_blank">vuze</a> for torrent transfer, <a href="http://www.pidgin.im/" target="_blank">pidgin</a> for chat. <a href="http://earth.google.com/" target="_blank">Google Earth</a> for your holiday <img src='http://tantos.web.id/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> eace:</p>
<pre class="brush:bash">sudo apt-get install -y --force-yes filezilla keepassx vuze pidgin googleearth</pre>
<p>Programming?<br />
<a href="http://www.geany.org/" target="_blank"> Geany</a> is my lovely text exitor. <a href="http://qt.nokia.com/" target="_blank">Qt Creator</a> is IDE to build Qt application. <a href="http://www.qgis.org/" target="_blank">Qgis</a> is an open source geographic information system software.</p>
<pre class="brush:bash">sudo apt-get install -y --force-yes geany qtcreator qgis</pre>
<p>Any other?<br />
<a href="http://www.stellarium.org/" target="_blank"> Stellarium</a> is a planetarium in your desktop. <a href="http://tilda.sourceforge.net/" target="_blank">Tilda</a> is terminal but we can hide and show it by pressing F1 key. Install <a href="http://www.virtualbox.org/" target="_blank">Virtualbox</a> if you want to install another operating system inside your machine. <a href="http://shutter-project.org/" target="_blank">Shutter</a> is advanced screen capture program. <a href="http://blueman-project.org/" target="_blank">Blueman</a> manage your bluetooth. <a href="http://wiki.compiz.org/CCSM" target="_blank">CCSM</a> to manage your desktop effect, <a href="http://gparted.sourceforge.net/" target="_blank">Gparted</a> is partition manager in linux.</p>
<pre class="brush:bash">sudo apt-get install -y --force-yes stellarium tilda tomboy keepassx virtualbox-ose shutter wine blueman compizconfig-settings-manager gparted</pre>
<p>Any?Absolutely YES!</p>
<div>Skype : <a href="http://www.skype.com/intl/en/get-skype/on-your-computer/linux/" target="_blank">www.skype.com/intl/en/get-skype/on-your-computer/linux/</a></div>
<div>Google chrome : <a href="http://www.google.com/chrome/" target="_blank">http://www.google.com/chrome/</a></div>
<div>
<p>Then replace your backup of <a href="http://www.pidgin.im/" target="_blank">pidgin</a> chat logs to new installation directory :</p>
<pre class="brush:bash">cp -dfr ~/backup_pidgin ~/.purple/logs</pre>
</div>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center">
<ul class="socials">
		<li class="shr-comfeed">
			<a href="http://tantos.web.id/blogs/small-note-before-and-after-installing-ubuntu-lucid-lynx/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-delicious">
			<a href="http://www.shareaholic.com/api/share/?title=Small+Note+Before+and+After+Installing+Ubuntu+Lucid+Lynx&amp;link=http://tantos.web.id/blogs/small-note-before-and-after-installing-ubuntu-lucid-lynx&amp;notes=This%20is%20just%20my%20note%20about%20upgrading%20%28reinstall%29%20my%20Ubuntu%20from%20Karmic%20to%20Lucid.%0D%0A%0D%0ABefore%20installing%20Lucid%20%3A%0D%0A%0D%0ABackup%20pidgin%20logs%20located%20in%20%7E%2F.purple%2Flogs%0D%0Amkdir%20%7E%2Fbackup_pidgin%0D%0Acp%20-dfr%20%7E%2F.purple%2Flogs%20%7E%2Fbackup_pidgin%0D%0AAfter%20your%20Lucid%20successfully%20installed%2C%20then%20think%20what%20packages%20you%20should%20r&amp;short_link=&amp;shortener=b2l&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=2&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://www.shareaholic.com/api/share/?title=Small+Note+Before+and+After+Installing+Ubuntu+Lucid+Lynx&amp;link=http://tantos.web.id/blogs/small-note-before-and-after-installing-ubuntu-lucid-lynx&amp;notes=This%20is%20just%20my%20note%20about%20upgrading%20%28reinstall%29%20my%20Ubuntu%20from%20Karmic%20to%20Lucid.%0D%0A%0D%0ABefore%20installing%20Lucid%20%3A%0D%0A%0D%0ABackup%20pidgin%20logs%20located%20in%20%7E%2F.purple%2Flogs%0D%0Amkdir%20%7E%2Fbackup_pidgin%0D%0Acp%20-dfr%20%7E%2F.purple%2Flogs%20%7E%2Fbackup_pidgin%0D%0AAfter%20your%20Lucid%20successfully%20installed%2C%20then%20think%20what%20packages%20you%20should%20r&amp;short_link=&amp;shortener=b2l&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=3&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-diigo">
			<a href="http://www.shareaholic.com/api/share/?title=Small+Note+Before+and+After+Installing+Ubuntu+Lucid+Lynx&amp;link=http://tantos.web.id/blogs/small-note-before-and-after-installing-ubuntu-lucid-lynx&amp;notes=This%20is%20just%20my%20note%20about%20upgrading%20%28reinstall%29%20my%20Ubuntu%20from%20Karmic%20to%20Lucid.%0D%0A%0D%0ABefore%20installing%20Lucid%20%3A%0D%0A%0D%0ABackup%20pidgin%20logs%20located%20in%20%7E%2F.purple%2Flogs%0D%0Amkdir%20%7E%2Fbackup_pidgin%0D%0Acp%20-dfr%20%7E%2F.purple%2Flogs%20%7E%2Fbackup_pidgin%0D%0AAfter%20your%20Lucid%20successfully%20installed%2C%20then%20think%20what%20packages%20you%20should%20r&amp;short_link=&amp;shortener=b2l&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=24&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.shareaholic.com/api/share/?title=Small+Note+Before+and+After+Installing+Ubuntu+Lucid+Lynx&amp;link=http://tantos.web.id/blogs/small-note-before-and-after-installing-ubuntu-lucid-lynx&amp;notes=This%20is%20just%20my%20note%20about%20upgrading%20%28reinstall%29%20my%20Ubuntu%20from%20Karmic%20to%20Lucid.%0D%0A%0D%0ABefore%20installing%20Lucid%20%3A%0D%0A%0D%0ABackup%20pidgin%20logs%20located%20in%20%7E%2F.purple%2Flogs%0D%0Amkdir%20%7E%2Fbackup_pidgin%0D%0Acp%20-dfr%20%7E%2F.purple%2Flogs%20%7E%2Fbackup_pidgin%0D%0AAfter%20your%20Lucid%20successfully%20installed%2C%20then%20think%20what%20packages%20you%20should%20r&amp;short_link=&amp;shortener=b2l&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=257&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.shareaholic.com/api/share/?title=Small+Note+Before+and+After+Installing+Ubuntu+Lucid+Lynx&amp;link=http://tantos.web.id/blogs/small-note-before-and-after-installing-ubuntu-lucid-lynx&amp;notes=This%20is%20just%20my%20note%20about%20upgrading%20%28reinstall%29%20my%20Ubuntu%20from%20Karmic%20to%20Lucid.%0D%0A%0D%0ABefore%20installing%20Lucid%20%3A%0D%0A%0D%0ABackup%20pidgin%20logs%20located%20in%20%7E%2F.purple%2Flogs%0D%0Amkdir%20%7E%2Fbackup_pidgin%0D%0Acp%20-dfr%20%7E%2F.purple%2Flogs%20%7E%2Fbackup_pidgin%0D%0AAfter%20your%20Lucid%20successfully%20installed%2C%20then%20think%20what%20packages%20you%20should%20r&amp;short_link=&amp;shortener=b2l&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=6&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-mixx">
			<a href="http://www.shareaholic.com/api/share/?title=Small+Note+Before+and+After+Installing+Ubuntu+Lucid+Lynx&amp;link=http://tantos.web.id/blogs/small-note-before-and-after-installing-ubuntu-lucid-lynx&amp;notes=This%20is%20just%20my%20note%20about%20upgrading%20%28reinstall%29%20my%20Ubuntu%20from%20Karmic%20to%20Lucid.%0D%0A%0D%0ABefore%20installing%20Lucid%20%3A%0D%0A%0D%0ABackup%20pidgin%20logs%20located%20in%20%7E%2F.purple%2Flogs%0D%0Amkdir%20%7E%2Fbackup_pidgin%0D%0Acp%20-dfr%20%7E%2F.purple%2Flogs%20%7E%2Fbackup_pidgin%0D%0AAfter%20your%20Lucid%20successfully%20installed%2C%20then%20think%20what%20packages%20you%20should%20r&amp;short_link=&amp;shortener=b2l&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=4&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="shr-reddit">
			<a href="http://www.shareaholic.com/api/share/?title=Small+Note+Before+and+After+Installing+Ubuntu+Lucid+Lynx&amp;link=http://tantos.web.id/blogs/small-note-before-and-after-installing-ubuntu-lucid-lynx&amp;notes=This%20is%20just%20my%20note%20about%20upgrading%20%28reinstall%29%20my%20Ubuntu%20from%20Karmic%20to%20Lucid.%0D%0A%0D%0ABefore%20installing%20Lucid%20%3A%0D%0A%0D%0ABackup%20pidgin%20logs%20located%20in%20%7E%2F.purple%2Flogs%0D%0Amkdir%20%7E%2Fbackup_pidgin%0D%0Acp%20-dfr%20%7E%2F.purple%2Flogs%20%7E%2Fbackup_pidgin%0D%0AAfter%20your%20Lucid%20successfully%20installed%2C%20then%20think%20what%20packages%20you%20should%20r&amp;short_link=&amp;shortener=b2l&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=40&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.shareaholic.com/api/share/?title=Small+Note+Before+and+After+Installing+Ubuntu+Lucid+Lynx&amp;link=http://tantos.web.id/blogs/small-note-before-and-after-installing-ubuntu-lucid-lynx&amp;notes=This%20is%20just%20my%20note%20about%20upgrading%20%28reinstall%29%20my%20Ubuntu%20from%20Karmic%20to%20Lucid.%0D%0A%0D%0ABefore%20installing%20Lucid%20%3A%0D%0A%0D%0ABackup%20pidgin%20logs%20located%20in%20%7E%2F.purple%2Flogs%0D%0Amkdir%20%7E%2Fbackup_pidgin%0D%0Acp%20-dfr%20%7E%2F.purple%2Flogs%20%7E%2Fbackup_pidgin%0D%0AAfter%20your%20Lucid%20successfully%20installed%2C%20then%20think%20what%20packages%20you%20should%20r&amp;short_link=&amp;shortener=b2l&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=38&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-technorati">
			<a href="http://www.shareaholic.com/api/share/?title=Small+Note+Before+and+After+Installing+Ubuntu+Lucid+Lynx&amp;link=http://tantos.web.id/blogs/small-note-before-and-after-installing-ubuntu-lucid-lynx&amp;notes=This%20is%20just%20my%20note%20about%20upgrading%20%28reinstall%29%20my%20Ubuntu%20from%20Karmic%20to%20Lucid.%0D%0A%0D%0ABefore%20installing%20Lucid%20%3A%0D%0A%0D%0ABackup%20pidgin%20logs%20located%20in%20%7E%2F.purple%2Flogs%0D%0Amkdir%20%7E%2Fbackup_pidgin%0D%0Acp%20-dfr%20%7E%2F.purple%2Flogs%20%7E%2Fbackup_pidgin%0D%0AAfter%20your%20Lucid%20successfully%20installed%2C%20then%20think%20what%20packages%20you%20should%20r&amp;short_link=&amp;shortener=b2l&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=10&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-twitter">
			<a href="http://www.shareaholic.com/api/share/?title=Small+Note+Before+and+After+Installing+Ubuntu+Lucid+Lynx&amp;link=http://tantos.web.id/blogs/small-note-before-and-after-installing-ubuntu-lucid-lynx&amp;notes=This%20is%20just%20my%20note%20about%20upgrading%20%28reinstall%29%20my%20Ubuntu%20from%20Karmic%20to%20Lucid.%0D%0A%0D%0ABefore%20installing%20Lucid%20%3A%0D%0A%0D%0ABackup%20pidgin%20logs%20located%20in%20%7E%2F.purple%2Flogs%0D%0Amkdir%20%7E%2Fbackup_pidgin%0D%0Acp%20-dfr%20%7E%2F.purple%2Flogs%20%7E%2Fbackup_pidgin%0D%0AAfter%20your%20Lucid%20successfully%20installed%2C%20then%20think%20what%20packages%20you%20should%20r&amp;short_link=&amp;shortener=b2l&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=%24%7Btitle%7D+-+%24%7Bshort_link%7D&amp;service=7&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.shareaholic.com/api/share/?title=Small+Note+Before+and+After+Installing+Ubuntu+Lucid+Lynx&amp;link=http://tantos.web.id/blogs/small-note-before-and-after-installing-ubuntu-lucid-lynx&amp;notes=This%20is%20just%20my%20note%20about%20upgrading%20%28reinstall%29%20my%20Ubuntu%20from%20Karmic%20to%20Lucid.%0D%0A%0D%0ABefore%20installing%20Lucid%20%3A%0D%0A%0D%0ABackup%20pidgin%20logs%20located%20in%20%7E%2F.purple%2Flogs%0D%0Amkdir%20%7E%2Fbackup_pidgin%0D%0Acp%20-dfr%20%7E%2F.purple%2Flogs%20%7E%2Fbackup_pidgin%0D%0AAfter%20your%20Lucid%20successfully%20installed%2C%20then%20think%20what%20packages%20you%20should%20r&amp;short_link=&amp;shortener=b2l&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=5&amp;tags=&amp;ctype=" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
</ul><div style="clear: both;"></div></div>



<p>Related posts:<ol><li><a href='http://tantos.web.id/blogs/ubuntu-lucid-release-party-%e2%80%9clinux-untuk-dunia-kesehatan%e2%80%9d' rel='bookmark' title='Ubuntu Lucid Release Party “Linux Untuk Dunia Kesehatan”'>Ubuntu Lucid Release Party “Linux Untuk Dunia Kesehatan”</a></li>
<li><a href='http://tantos.web.id/blogs/how-to-internet-connection-using-cdma-evdo-modem-and-karmic-koala-ubuntu-9-10' rel='bookmark' title='How To : Internet Connection using CDMA EVDO Modem and Karmic Koala (Ubuntu 9.10)'>How To : Internet Connection using CDMA EVDO Modem and Karmic Koala (Ubuntu 9.10)</a></li>
<li><a href='http://tantos.web.id/blogs/installing-firefox-35-in-ubuntu-not-from-repository' rel='bookmark' title='Installing Firefox 3.5 in Ubuntu (not from Repository)'>Installing Firefox 3.5 in Ubuntu (not from Repository)</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://tantos.web.id/blogs/small-note-before-and-after-installing-ubuntu-lucid-lynx/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Ubuntu Lucid Release Party “Linux Untuk Dunia Kesehatan”</title>
		<link>http://tantos.web.id/blogs/ubuntu-lucid-release-party-%e2%80%9clinux-untuk-dunia-kesehatan%e2%80%9d</link>
		<comments>http://tantos.web.id/blogs/ubuntu-lucid-release-party-%e2%80%9clinux-untuk-dunia-kesehatan%e2%80%9d#comments</comments>
		<pubDate>Thu, 29 Apr 2010 06:55:57 +0000</pubDate>
		<dc:creator>tantos</dc:creator>
				<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://tantos.web.id/?p=310</guid>
		<description><![CDATA[Ubuntu merupakan sistem operasi linux yang paling populer. Saat ini, Canonical akan segera menelurkan Ubuntu versi 10.04 LTS dengan code name Lucid Lynx. Ubuntu 10.04 LTS ini akan disupport oleh Canonical selama 3 tahun kedepan. Ubuntu versi 10.04 LTS dijadwalkan akan release hari ini (29 April 2010). Komunitas Lokal Ubuntu di berbagai kota di dunia menyambutnya [...]


Related posts:<ol><li><a href='http://tantos.web.id/blogs/waiting-for-ubuntu-9-10-release' rel='bookmark' title='Waiting For Ubuntu 9.10 Release'>Waiting For Ubuntu 9.10 Release</a></li>
<li><a href='http://tantos.web.id/blogs/small-note-before-and-after-installing-ubuntu-lucid-lynx' rel='bookmark' title='Small Note Before and After Installing Ubuntu Lucid Lynx'>Small Note Before and After Installing Ubuntu Lucid Lynx</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a title="Ubuntu" href="http://ubuntu.com" target="_blank">Ubuntu</a> merupakan sistem operasi linux yang paling populer. Saat ini, <a href="http://www.canonical.com/" target="_blank">Canonical</a> akan segera menelurkan <a href="http://www.ubuntu.com/news/ubuntu-10.04-desktop-edition" target="_blank">Ubuntu versi 10.04 LTS</a> dengan <em>code name</em> <strong>Lucid Lynx</strong>. Ubuntu 10.04 LTS ini akan disupport oleh <a href="http://canonical.com" target="_blank">Canonical</a> selama 3 tahun kedepan.</p>
<p><a href="http://www.ubuntu.com/news/ubuntu-10.04-desktop-edition" target="_blank">Ubuntu versi 10.04 LTS</a> dijadwalkan akan release hari</p>
<p>ini (29 April 2010). Komunitas Lokal Ubuntu di berbagai kota di dunia menyambutnya dengan berbagai kegiatan, mereka menyebutnya Release Party. Tak ketinggalan dengan <a href="http://ubuntujogja.org" target="_blank">Komunitas Ubuntu Jogja</a> saat ini, <a href="http://ubuntujogja.org" target="_blank">Komunitas Ubuntu Jogja</a> bekerja sama dengan <a href="http://simkes.fk.ugm.ac.id">Minat S2 Sistem Informasi Manajemen Kesehatan</a> akan mengadakan <strong>Jogja Lucid Release Party</strong> pada tanggal 15 Mei 2010.</p>
<p><strong>Jogja Lucid Release Party</strong> bertema <strong>Linux Untuk Dunia Kesehatan</strong> ini, selain akan mengupas tentang Ubuntu 10.04, juga akan dikupas tentang berbagai macam software open source di bidang kesehatan, strategi migrasi open source, pengalaman migrasi open source di FK UNHAS, dan lain-lain. Pembicara Jogja Lucid Release Party adalah sebagai berikut :</p>
<ol>
<li>dr. Mahmud Ghaznawie, Sp.PA, Ph.D (Fakultas Kedokteran UNHAS, Makassar)</li>
<li>Anis Fuad, DEA &amp; Tim (SIMKES UGM)</li>
<li>Dendy B. Sulistyo, M.Kom (TIK Fakultas Kedokteran UGM)</li>
<li>Antonius Fran Setiawan (PT. Skripta Media Creative)</li>
<li>Komunitas Ubuntu Jogja</li>
</ol>
<p><strong>Pendaftaran</strong></p>
<p>Pendaftaran Jogja Lucid Release Party akan ditutup tanggal 14 Mei 2010 atau jika kuota sudah terpenuhi (kuota terbatas). Pendaftaran dilakukan dengan :</p>
<ol>
<li>Mengisi data diri di <a href="http://simkes.fk.ugm.ac.id/lrp">http://simkes.fk.ugm.ac.id/lrp</a></li>
<li>Membayar biaya pendaftaran sebesar <strong>Rp. 10.400,-</strong> (sepuluh ribu empat ratus rupiah) ke :</li>
</ol>
<ul>
<li>Mba Asri/Mba Asti d.a. Minat S2 SIMKES, Gedung IKM lantai 3, Fakultas Kedokteran, UGM, atau</li>
<li>Dedy Hariyadi, Lab. M22, MTI, UGM, atau</li>
<li>Transfer ke nomor rekening <strong>137-000-521-0428</strong> (Bank Mandiri) a.n. Suhartanto, kemudian konfirmasi pembayaran dengan mengirim email berisi bukti transfer ke <strong>simkes@ugm.ac.id</strong>.</li>
</ul>
<p>Berhubung jumlah kuota yang terbatas, pendaftaran akan tertutup secara otomatis ketika kuota sudah terpenuhi.</p>
<p style="text-align: center;"><a href="http://simkes.fk.ugm.ac.id/data/upload/2010/04/pamflet-minimalis.resized.png"><img class="aligncenter size-medium wp-image-937" title="Jogja Lucid Release Party" src="http://simkes.fk.ugm.ac.id/data/upload/2010/04/pamflet-minimalis.resized.png" alt="" width="576" height="768" /></a></p>
<p style="text-align: left;">Sumber : <a href="http://simkes.fk.ugm.ac.id/2010/04/ubuntu-lucid-release-party-linux-untuk-dunia-kesehatan/">http://simkes.fk.ugm.ac.id/2010/04/ubuntu-lucid-release-party-linux-untuk-dunia-kesehatan/</a></p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center">
<ul class="socials">
		<li class="shr-comfeed">
			<a href="http://tantos.web.id/blogs/ubuntu-lucid-release-party-“linux-untuk-dunia-kesehatan”/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-delicious">
			<a href="http://www.shareaholic.com/api/share/?title=Ubuntu+Lucid+Release+Party+%E2%80%9CLinux+Untuk+Dunia+Kesehatan%E2%80%9D&amp;link=http://tantos.web.id/blogs/ubuntu-lucid-release-party-%e2%80%9clinux-untuk-dunia-kesehatan%e2%80%9d&amp;notes=Ubuntu%20merupakan%20sistem%20operasi%20linux%20yang%20paling%20populer.%20Saat%20ini%2C%20Canonical%20akan%20segera%20menelurkan%C2%A0Ubuntu%20versi%2010.04%20LTS%20dengan%20code%20name%20Lucid%20Lynx.%20Ubuntu%2010.04%20LTS%20ini%20akan%20disupport%20oleh%20Canonical%20selama%203%20tahun%20kedepan.%0D%0A%0D%0AUbuntu%20versi%2010.04%20LTS%20dijadwalkan%20akan%20release%20hari%0D%0A%0D%0Aini%20%2829%20Apr&amp;short_link=&amp;shortener=b2l&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=2&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://www.shareaholic.com/api/share/?title=Ubuntu+Lucid+Release+Party+%E2%80%9CLinux+Untuk+Dunia+Kesehatan%E2%80%9D&amp;link=http://tantos.web.id/blogs/ubuntu-lucid-release-party-%e2%80%9clinux-untuk-dunia-kesehatan%e2%80%9d&amp;notes=Ubuntu%20merupakan%20sistem%20operasi%20linux%20yang%20paling%20populer.%20Saat%20ini%2C%20Canonical%20akan%20segera%20menelurkan%C2%A0Ubuntu%20versi%2010.04%20LTS%20dengan%20code%20name%20Lucid%20Lynx.%20Ubuntu%2010.04%20LTS%20ini%20akan%20disupport%20oleh%20Canonical%20selama%203%20tahun%20kedepan.%0D%0A%0D%0AUbuntu%20versi%2010.04%20LTS%20dijadwalkan%20akan%20release%20hari%0D%0A%0D%0Aini%20%2829%20Apr&amp;short_link=&amp;shortener=b2l&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=3&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-diigo">
			<a href="http://www.shareaholic.com/api/share/?title=Ubuntu+Lucid+Release+Party+%E2%80%9CLinux+Untuk+Dunia+Kesehatan%E2%80%9D&amp;link=http://tantos.web.id/blogs/ubuntu-lucid-release-party-%e2%80%9clinux-untuk-dunia-kesehatan%e2%80%9d&amp;notes=Ubuntu%20merupakan%20sistem%20operasi%20linux%20yang%20paling%20populer.%20Saat%20ini%2C%20Canonical%20akan%20segera%20menelurkan%C2%A0Ubuntu%20versi%2010.04%20LTS%20dengan%20code%20name%20Lucid%20Lynx.%20Ubuntu%2010.04%20LTS%20ini%20akan%20disupport%20oleh%20Canonical%20selama%203%20tahun%20kedepan.%0D%0A%0D%0AUbuntu%20versi%2010.04%20LTS%20dijadwalkan%20akan%20release%20hari%0D%0A%0D%0Aini%20%2829%20Apr&amp;short_link=&amp;shortener=b2l&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=24&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.shareaholic.com/api/share/?title=Ubuntu+Lucid+Release+Party+%E2%80%9CLinux+Untuk+Dunia+Kesehatan%E2%80%9D&amp;link=http://tantos.web.id/blogs/ubuntu-lucid-release-party-%e2%80%9clinux-untuk-dunia-kesehatan%e2%80%9d&amp;notes=Ubuntu%20merupakan%20sistem%20operasi%20linux%20yang%20paling%20populer.%20Saat%20ini%2C%20Canonical%20akan%20segera%20menelurkan%C2%A0Ubuntu%20versi%2010.04%20LTS%20dengan%20code%20name%20Lucid%20Lynx.%20Ubuntu%2010.04%20LTS%20ini%20akan%20disupport%20oleh%20Canonical%20selama%203%20tahun%20kedepan.%0D%0A%0D%0AUbuntu%20versi%2010.04%20LTS%20dijadwalkan%20akan%20release%20hari%0D%0A%0D%0Aini%20%2829%20Apr&amp;short_link=&amp;shortener=b2l&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=257&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.shareaholic.com/api/share/?title=Ubuntu+Lucid+Release+Party+%E2%80%9CLinux+Untuk+Dunia+Kesehatan%E2%80%9D&amp;link=http://tantos.web.id/blogs/ubuntu-lucid-release-party-%e2%80%9clinux-untuk-dunia-kesehatan%e2%80%9d&amp;notes=Ubuntu%20merupakan%20sistem%20operasi%20linux%20yang%20paling%20populer.%20Saat%20ini%2C%20Canonical%20akan%20segera%20menelurkan%C2%A0Ubuntu%20versi%2010.04%20LTS%20dengan%20code%20name%20Lucid%20Lynx.%20Ubuntu%2010.04%20LTS%20ini%20akan%20disupport%20oleh%20Canonical%20selama%203%20tahun%20kedepan.%0D%0A%0D%0AUbuntu%20versi%2010.04%20LTS%20dijadwalkan%20akan%20release%20hari%0D%0A%0D%0Aini%20%2829%20Apr&amp;short_link=&amp;shortener=b2l&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=6&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-mixx">
			<a href="http://www.shareaholic.com/api/share/?title=Ubuntu+Lucid+Release+Party+%E2%80%9CLinux+Untuk+Dunia+Kesehatan%E2%80%9D&amp;link=http://tantos.web.id/blogs/ubuntu-lucid-release-party-%e2%80%9clinux-untuk-dunia-kesehatan%e2%80%9d&amp;notes=Ubuntu%20merupakan%20sistem%20operasi%20linux%20yang%20paling%20populer.%20Saat%20ini%2C%20Canonical%20akan%20segera%20menelurkan%C2%A0Ubuntu%20versi%2010.04%20LTS%20dengan%20code%20name%20Lucid%20Lynx.%20Ubuntu%2010.04%20LTS%20ini%20akan%20disupport%20oleh%20Canonical%20selama%203%20tahun%20kedepan.%0D%0A%0D%0AUbuntu%20versi%2010.04%20LTS%20dijadwalkan%20akan%20release%20hari%0D%0A%0D%0Aini%20%2829%20Apr&amp;short_link=&amp;shortener=b2l&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=4&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="shr-reddit">
			<a href="http://www.shareaholic.com/api/share/?title=Ubuntu+Lucid+Release+Party+%E2%80%9CLinux+Untuk+Dunia+Kesehatan%E2%80%9D&amp;link=http://tantos.web.id/blogs/ubuntu-lucid-release-party-%e2%80%9clinux-untuk-dunia-kesehatan%e2%80%9d&amp;notes=Ubuntu%20merupakan%20sistem%20operasi%20linux%20yang%20paling%20populer.%20Saat%20ini%2C%20Canonical%20akan%20segera%20menelurkan%C2%A0Ubuntu%20versi%2010.04%20LTS%20dengan%20code%20name%20Lucid%20Lynx.%20Ubuntu%2010.04%20LTS%20ini%20akan%20disupport%20oleh%20Canonical%20selama%203%20tahun%20kedepan.%0D%0A%0D%0AUbuntu%20versi%2010.04%20LTS%20dijadwalkan%20akan%20release%20hari%0D%0A%0D%0Aini%20%2829%20Apr&amp;short_link=&amp;shortener=b2l&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=40&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.shareaholic.com/api/share/?title=Ubuntu+Lucid+Release+Party+%E2%80%9CLinux+Untuk+Dunia+Kesehatan%E2%80%9D&amp;link=http://tantos.web.id/blogs/ubuntu-lucid-release-party-%e2%80%9clinux-untuk-dunia-kesehatan%e2%80%9d&amp;notes=Ubuntu%20merupakan%20sistem%20operasi%20linux%20yang%20paling%20populer.%20Saat%20ini%2C%20Canonical%20akan%20segera%20menelurkan%C2%A0Ubuntu%20versi%2010.04%20LTS%20dengan%20code%20name%20Lucid%20Lynx.%20Ubuntu%2010.04%20LTS%20ini%20akan%20disupport%20oleh%20Canonical%20selama%203%20tahun%20kedepan.%0D%0A%0D%0AUbuntu%20versi%2010.04%20LTS%20dijadwalkan%20akan%20release%20hari%0D%0A%0D%0Aini%20%2829%20Apr&amp;short_link=&amp;shortener=b2l&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=38&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-technorati">
			<a href="http://www.shareaholic.com/api/share/?title=Ubuntu+Lucid+Release+Party+%E2%80%9CLinux+Untuk+Dunia+Kesehatan%E2%80%9D&amp;link=http://tantos.web.id/blogs/ubuntu-lucid-release-party-%e2%80%9clinux-untuk-dunia-kesehatan%e2%80%9d&amp;notes=Ubuntu%20merupakan%20sistem%20operasi%20linux%20yang%20paling%20populer.%20Saat%20ini%2C%20Canonical%20akan%20segera%20menelurkan%C2%A0Ubuntu%20versi%2010.04%20LTS%20dengan%20code%20name%20Lucid%20Lynx.%20Ubuntu%2010.04%20LTS%20ini%20akan%20disupport%20oleh%20Canonical%20selama%203%20tahun%20kedepan.%0D%0A%0D%0AUbuntu%20versi%2010.04%20LTS%20dijadwalkan%20akan%20release%20hari%0D%0A%0D%0Aini%20%2829%20Apr&amp;short_link=&amp;shortener=b2l&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=10&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-twitter">
			<a href="http://www.shareaholic.com/api/share/?title=Ubuntu+Lucid+Release+Party+%E2%80%9CLinux+Untuk+Dunia+Kesehatan%E2%80%9D&amp;link=http://tantos.web.id/blogs/ubuntu-lucid-release-party-%e2%80%9clinux-untuk-dunia-kesehatan%e2%80%9d&amp;notes=Ubuntu%20merupakan%20sistem%20operasi%20linux%20yang%20paling%20populer.%20Saat%20ini%2C%20Canonical%20akan%20segera%20menelurkan%C2%A0Ubuntu%20versi%2010.04%20LTS%20dengan%20code%20name%20Lucid%20Lynx.%20Ubuntu%2010.04%20LTS%20ini%20akan%20disupport%20oleh%20Canonical%20selama%203%20tahun%20kedepan.%0D%0A%0D%0AUbuntu%20versi%2010.04%20LTS%20dijadwalkan%20akan%20release%20hari%0D%0A%0D%0Aini%20%2829%20Apr&amp;short_link=&amp;shortener=b2l&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=%24%7Btitle%7D+-+%24%7Bshort_link%7D&amp;service=7&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.shareaholic.com/api/share/?title=Ubuntu+Lucid+Release+Party+%E2%80%9CLinux+Untuk+Dunia+Kesehatan%E2%80%9D&amp;link=http://tantos.web.id/blogs/ubuntu-lucid-release-party-%e2%80%9clinux-untuk-dunia-kesehatan%e2%80%9d&amp;notes=Ubuntu%20merupakan%20sistem%20operasi%20linux%20yang%20paling%20populer.%20Saat%20ini%2C%20Canonical%20akan%20segera%20menelurkan%C2%A0Ubuntu%20versi%2010.04%20LTS%20dengan%20code%20name%20Lucid%20Lynx.%20Ubuntu%2010.04%20LTS%20ini%20akan%20disupport%20oleh%20Canonical%20selama%203%20tahun%20kedepan.%0D%0A%0D%0AUbuntu%20versi%2010.04%20LTS%20dijadwalkan%20akan%20release%20hari%0D%0A%0D%0Aini%20%2829%20Apr&amp;short_link=&amp;shortener=b2l&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=5&amp;tags=&amp;ctype=" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
</ul><div style="clear: both;"></div></div>



<p>Related posts:<ol><li><a href='http://tantos.web.id/blogs/waiting-for-ubuntu-9-10-release' rel='bookmark' title='Waiting For Ubuntu 9.10 Release'>Waiting For Ubuntu 9.10 Release</a></li>
<li><a href='http://tantos.web.id/blogs/small-note-before-and-after-installing-ubuntu-lucid-lynx' rel='bookmark' title='Small Note Before and After Installing Ubuntu Lucid Lynx'>Small Note Before and After Installing Ubuntu Lucid Lynx</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://tantos.web.id/blogs/ubuntu-lucid-release-party-%e2%80%9clinux-untuk-dunia-kesehatan%e2%80%9d/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How To : Internet Connection using CDMA EVDO Modem and Karmic Koala (Ubuntu 9.10)</title>
		<link>http://tantos.web.id/blogs/how-to-internet-connection-using-cdma-evdo-modem-and-karmic-koala-ubuntu-9-10</link>
		<comments>http://tantos.web.id/blogs/how-to-internet-connection-using-cdma-evdo-modem-and-karmic-koala-ubuntu-9-10#comments</comments>
		<pubDate>Thu, 12 Nov 2009 17:47:59 +0000</pubDate>
		<dc:creator>tantos</dc:creator>
				<category><![CDATA[In Moving to Linux]]></category>
		<category><![CDATA[Learning by Playing]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[EVDO Modem]]></category>
		<category><![CDATA[Karmic Koala]]></category>

		<guid isPermaLink="false">http://tantos.web.id/?p=280</guid>
		<description><![CDATA[IMPORTANT UPDATE Dec 13, 2009!!! I wrote this fuckin tutorial in order to satisfy my fan my friend and my fan my friend . [ad#ad-posttext] I googled and finally found this bug in Network Manager 0.8. The solution is downgrading your network manager. But I didn&#8217;t know how to downgrade packages in Ubuntu without disabling [...]


Related posts:<ol><li><a href='http://tantos.web.id/blogs/how-to-internet-connection-using-haier-ce100-and-ubuntu-9-04' rel='bookmark' title='How To Internet Connection Using Haier CE100 and Ubuntu 9.04'>How To Internet Connection Using Haier CE100 and Ubuntu 9.04</a></li>
<li><a href='http://tantos.web.id/blogs/how-to-karmic-koala-and-broadcom-wireless-bcm4312-rev-01' rel='bookmark' title='How To : Karmic Koala and Broadcom Wireless BCM4312 rev 01'>How To : Karmic Koala and Broadcom Wireless BCM4312 rev 01</a></li>
<li><a href='http://tantos.web.id/blogs/how-to-karmic-koala-and-canon-pixma-ip1800-ip1900' rel='bookmark' title='How To : Karmic Koala and Canon PIXMA iP1800-iP1900'>How To : Karmic Koala and Canon PIXMA iP1800-iP1900</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>IMPORTANT UPDATE Dec 13, 2009!!!</p>
<p>I wrote this fuckin tutorial in order to satisfy <a href="http://tantos.web.id/blogs/how-to-internet-connection-using-haier-ce100-and-ubuntu-9-04#comment-12615"><del>my fan</del> my friend</a> and <a href="http://tantos.web.id/blogs/how-to-internet-connection-using-haier-ce100-and-ubuntu-9-04#comment-12690"><del>my fan</del> my friend</a> <img src='http://tantos.web.id/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> .<br />
[ad#ad-posttext]</p>
<p><span style="text-decoration: line-through;"><a href="http://www.google.co.id/search?hl=id&amp;client=opera&amp;rls=en&amp;q=evdo+networkmanager&amp;start=0&amp;sa=N" target="_blank">I googled</a> and finally found <a href="https://bugs.launchpad.net/network-manager/+bug/461096" target="_blank">this bug</a> in Network Manager 0.8.<br />
The solution is downgrading your network manager. But I didn&#8217;t know how to downgrade packages in Ubuntu without disabling my apt line that linked to the latest version of packages. If you wanna try, <a href="https://help.ubuntu.com/community/DowngradeHowto" target="_blank">this may be a good tutorial</a>. And, if you downgrade your Network Manager by following <a href="https://help.ubuntu.com/community/DowngradeHowto" target="_blank">tutorial from community help</a>, you can start by <a href="#installingdependencies">Installing dependencies</a> then <a href="#automatic">Make your Karmic automatically eject your EVDO modem each computer start</a> and so on.</span></p>
<p>Let&#8217;s start&#8230;<br />
UPDATE Dec 13, 2009<br />
Add these lines into your /etc/sources.list :</p>
<pre class="prettyprint">#network manager
deb http://ppa.launchpad.net/network-manager/trunk/ubuntu karmic main
deb-src http://ppa.launchpad.net/network-manager/trunk/ubuntu karmic main</pre>
<p><strong><span style="text-decoration: line-through;">Downgrading your Network Manager from 0.8 to 0.7 :</span></strong><span style="text-decoration: line-through;"><br />
</span><span style="text-decoration: line-through;"> Killing Network Manager applet and Network Manager itself :</span></p>
<p><span style="text-decoration: line-through;"> </span></p>
<pre class="prettyprint"><span style="text-decoration: line-through;">sudo killall nm-applet
sudo killall NetworkManager
</span></pre>
<p><span style="text-decoration: line-through;">Completely Removing Modem Manager and Network Manager :</span></p>
<p><span style="text-decoration: line-through;"> </span></p>
<pre class="prettyprint"><span style="text-decoration: line-through;">sudo apt-get purge modemmanager network-manager*
</span></pre>
<p><a name="installingdependencies"><span style="text-decoration: line-through;">Installing dependencies :</span></a></p>
<p><span style="text-decoration: line-through;"> </span></p>
<pre class="prettyprint"><span style="text-decoration: line-through;">sudo apt-get install libpolkit-dbus2 libpolkit2 libpolkit-gnome0 libpolkit-grant2
</span></pre>
<p><span style="text-decoration: line-through;">If you downgrading your network manager following instruction from </span><a href="https://help.ubuntu.com/community/DowngradeHowto"><span style="text-decoration: line-through;">Community help</span></a><span style="text-decoration: line-through;">, please continue reading </span><a href="#automatic"><span style="text-decoration: line-through;">Make your Karmic automatically eject your EVDO modem each computer start</span></a><span style="text-decoration: line-through;">.</span></p>
<p><span style="text-decoration: line-through;"> </span></p>
<p><span style="text-decoration: line-through;">Disable all apt line in /etc/apt/sources.list, and add these two lines :</span></p>
<p><span style="text-decoration: line-through;"> </span></p>
<pre class="prettyprint"><span style="text-decoration: line-through;">deb http://ppa.launchpad.net/network-manager/ppa/ubuntu karmic main
deb-src http://ppa.launchpad.net/network-manager/ppa/ubuntu karmic main
</span></pre>
<p><span style="text-decoration: line-through;">Updating package list :</span></p>
<p><span style="text-decoration: line-through;"> </span></p>
<pre class="prettyprint"><span style="text-decoration: line-through;">sudo apt-get update</span></pre>
<p><span style="text-decoration: line-through;">Installing Network Manager 0.7 :</span></p>
<p><span style="text-decoration: line-through;"> </span></p>
<pre class="prettyprint"><span style="text-decoration: line-through;">sudo apt-get install network-manager network-manager-gnome
</span></pre>
<p><span style="text-decoration: line-through;">Restart your system : </span></p>
<p><span style="text-decoration: line-through;"> </span></p>
<pre class="prettyprint"><span style="text-decoration: line-through;">sudo reboot</span></pre>
<p><a name="automatic"><strong>Make your Karmic automatically eject your EVDO modem each computer start : </strong></a><br />
Create a new file /etc/udev/rules.d/99-evdo-modem.rules, and fill it with :</p>
<pre class="prettyprint">SYSFS{idVendor}=="201e", SYSFS{idProduct}=="2009", RUN+="/usr/bin/eject %k"</pre>
<p><em>Note : My 99-evdo-modem.rules file can only handle Haier CE100 EVDO modem. If you have different modem, change 0x201e using your modem vendorID, and 0&#215;2009 using your productID. </em><br />
To check your vendorID and productID of your modem, do :</p>
<pre class="prettyprint">lsusb</pre>
<p>In my Karmic, the results of lsusb command are :</p>
<pre class="prettyprint">Bus 005 Device 002: ID 1bcf:0007 Sunplus Innovation Technology Inc.
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 008 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 003: ID 064e:c108 Suyin Corp.
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 002: ID 03f0:171d Hewlett-Packard Wireless (Bluetooth + WLAN) Interface [Integrated Module]
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 006 Device 003: ID 201e:2009  ==============================> this is vendorID:modemID of Haier CE100 EVDO modem
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub</pre>
<p>Now, try to plug in your EVDO modem, if it doesn&#8217;t appear in Network Manager applet, try to hack your kernel :<br />
<strong>Hacking it&#8217;s kernel :</strong><br />
Try this only if your Karmic doesn&#8217;t detect your modem :</p>
<pre class="prettyprint">sudo su
apt-get install linux-source linux-headers-generic build-essential
cd /usr/src
tar xjf linux-source-2.6.31.tar.bz2</pre>
<p>Replace your option.c file (located in /usr/src/linux-source-2.6.31/drivers/usb/serial/option.c) using this one : <a href="http://pastebin.com/f4004773e" target="_blank">download my option.c</a>.<br />
The difference between yours and mine in line 587 because I&#8217;ve added this line into the file:</p>
<pre class="prettyprint">{ USB_DEVICE(0x201e, 0x2009) },</pre>
<p><em>Note : My option.c file can only add support to handle Haier CE100 EVDO modem. If you have different modem, change 0x201e using your modem vendorID, and 0&#215;2009 using your productID. </em></p>
<p>[ad#ad-post]</p>
<p>Back to your terminal, and run the following command :</p>
<pre class="prettyprint">cd linux-source-2.6.31
cp /boot/config-$(uname -r) /usr/src/linux-source-2.6.31/.config
make menuconfig
make -C /lib/modules/$(uname -r)/build M=/usr/src/linux-source-2.6.31/drivers/usb/serial
cp /usr/src/linux-source-2.6.31/drivers/usb/serial/option.ko /lib/modules/$(uname -r)/kernel/drivers/usb/serial/
depmod -a</pre>
<p>Again, restart your computer, then plug in your EVDO modem, if Karmic doesn&#8217;t detect, please continue&#8230;<br />
Replace your 10-modem.fdi file (/usr/share/hal/fdi/information/10freedesktop/10-modem.fdi) using mine, <a href="http://pastebin.com/f56177117" target="_blank">download here</a>. The differences is in lines 82-89. Again, if your modem is not Haier CE100 EVDO modem, replace it&#8217;s vendorID and productID using yours.</p>
<p>That&#8217;s all&#8230;, now restart your computer then plug in your EVDO modem and enjoy <img src='http://tantos.web.id/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> .</p>
<p>ps : dont forget to enable your apt line in /etc/apt/sources.list.</p>
<p><strong>Thanks to my resources :</strong><br />
<a href="https://bugs.launchpad.net/network-manager/+bug/461096" target="_blank">Launchpad Bug</a><br />
<a href="http://skyisgrey.org/blog/mengoptimalkan-koneksi-modem-smart-zte-2726.html" target="_blank">SkyIsGrey.org</a><br />
<a href="http://blankblondtank.wordpress.com/2009/09/04/mengoptimalkan-koneksi-modem-haier-ce-100-cdma-di-linux/" target="_blank">blankblondtank.wordpress.com</a><br />
<a href="http://tantos.web.id/blogs/how-to-internet-connection-using-haier-ce100-and-ubuntu-9-04">My previous post.</a></p>
<p>Also thanks to <a href="http://aprisachrysantina.wordpress.com/">fuckin english teacher</a>.</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center">
<ul class="socials">
		<li class="shr-comfeed">
			<a href="http://tantos.web.id/blogs/how-to-internet-connection-using-cdma-evdo-modem-and-karmic-koala-ubuntu-9-10/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-delicious">
			<a href="http://www.shareaholic.com/api/share/?title=How+To+%3A+Internet+Connection+using+CDMA+EVDO+Modem+and+Karmic+Koala+%28Ubuntu+9.10%29&amp;link=http://tantos.web.id/blogs/how-to-internet-connection-using-cdma-evdo-modem-and-karmic-koala-ubuntu-9-10&amp;notes=IMPORTANT%20UPDATE%20Dec%2013%2C%202009%21%21%21%0D%0A%0D%0AI%20wrote%20this%20fuckin%20tutorial%20in%20order%20to%20satisfy%20my%20fan%20my%20friend%20and%20my%20fan%20my%20friend%20%3AD.%0D%0A%5Bad%23ad-posttext%5D%0D%0A%0D%0AI%20googled%20and%20finally%20found%20this%20bug%20in%20Network%20Manager%200.8.%0D%0AThe%20solution%20is%20downgrading%20your%20network%20manager.%20But%20I%20didn%27t%20know%20how%20to%20downgrade%20packa&amp;short_link=&amp;shortener=b2l&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=2&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://www.shareaholic.com/api/share/?title=How+To+%3A+Internet+Connection+using+CDMA+EVDO+Modem+and+Karmic+Koala+%28Ubuntu+9.10%29&amp;link=http://tantos.web.id/blogs/how-to-internet-connection-using-cdma-evdo-modem-and-karmic-koala-ubuntu-9-10&amp;notes=IMPORTANT%20UPDATE%20Dec%2013%2C%202009%21%21%21%0D%0A%0D%0AI%20wrote%20this%20fuckin%20tutorial%20in%20order%20to%20satisfy%20my%20fan%20my%20friend%20and%20my%20fan%20my%20friend%20%3AD.%0D%0A%5Bad%23ad-posttext%5D%0D%0A%0D%0AI%20googled%20and%20finally%20found%20this%20bug%20in%20Network%20Manager%200.8.%0D%0AThe%20solution%20is%20downgrading%20your%20network%20manager.%20But%20I%20didn%27t%20know%20how%20to%20downgrade%20packa&amp;short_link=&amp;shortener=b2l&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=3&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-diigo">
			<a href="http://www.shareaholic.com/api/share/?title=How+To+%3A+Internet+Connection+using+CDMA+EVDO+Modem+and+Karmic+Koala+%28Ubuntu+9.10%29&amp;link=http://tantos.web.id/blogs/how-to-internet-connection-using-cdma-evdo-modem-and-karmic-koala-ubuntu-9-10&amp;notes=IMPORTANT%20UPDATE%20Dec%2013%2C%202009%21%21%21%0D%0A%0D%0AI%20wrote%20this%20fuckin%20tutorial%20in%20order%20to%20satisfy%20my%20fan%20my%20friend%20and%20my%20fan%20my%20friend%20%3AD.%0D%0A%5Bad%23ad-posttext%5D%0D%0A%0D%0AI%20googled%20and%20finally%20found%20this%20bug%20in%20Network%20Manager%200.8.%0D%0AThe%20solution%20is%20downgrading%20your%20network%20manager.%20But%20I%20didn%27t%20know%20how%20to%20downgrade%20packa&amp;short_link=&amp;shortener=b2l&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=24&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.shareaholic.com/api/share/?title=How+To+%3A+Internet+Connection+using+CDMA+EVDO+Modem+and+Karmic+Koala+%28Ubuntu+9.10%29&amp;link=http://tantos.web.id/blogs/how-to-internet-connection-using-cdma-evdo-modem-and-karmic-koala-ubuntu-9-10&amp;notes=IMPORTANT%20UPDATE%20Dec%2013%2C%202009%21%21%21%0D%0A%0D%0AI%20wrote%20this%20fuckin%20tutorial%20in%20order%20to%20satisfy%20my%20fan%20my%20friend%20and%20my%20fan%20my%20friend%20%3AD.%0D%0A%5Bad%23ad-posttext%5D%0D%0A%0D%0AI%20googled%20and%20finally%20found%20this%20bug%20in%20Network%20Manager%200.8.%0D%0AThe%20solution%20is%20downgrading%20your%20network%20manager.%20But%20I%20didn%27t%20know%20how%20to%20downgrade%20packa&amp;short_link=&amp;shortener=b2l&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=257&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.shareaholic.com/api/share/?title=How+To+%3A+Internet+Connection+using+CDMA+EVDO+Modem+and+Karmic+Koala+%28Ubuntu+9.10%29&amp;link=http://tantos.web.id/blogs/how-to-internet-connection-using-cdma-evdo-modem-and-karmic-koala-ubuntu-9-10&amp;notes=IMPORTANT%20UPDATE%20Dec%2013%2C%202009%21%21%21%0D%0A%0D%0AI%20wrote%20this%20fuckin%20tutorial%20in%20order%20to%20satisfy%20my%20fan%20my%20friend%20and%20my%20fan%20my%20friend%20%3AD.%0D%0A%5Bad%23ad-posttext%5D%0D%0A%0D%0AI%20googled%20and%20finally%20found%20this%20bug%20in%20Network%20Manager%200.8.%0D%0AThe%20solution%20is%20downgrading%20your%20network%20manager.%20But%20I%20didn%27t%20know%20how%20to%20downgrade%20packa&amp;short_link=&amp;shortener=b2l&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=6&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-mixx">
			<a href="http://www.shareaholic.com/api/share/?title=How+To+%3A+Internet+Connection+using+CDMA+EVDO+Modem+and+Karmic+Koala+%28Ubuntu+9.10%29&amp;link=http://tantos.web.id/blogs/how-to-internet-connection-using-cdma-evdo-modem-and-karmic-koala-ubuntu-9-10&amp;notes=IMPORTANT%20UPDATE%20Dec%2013%2C%202009%21%21%21%0D%0A%0D%0AI%20wrote%20this%20fuckin%20tutorial%20in%20order%20to%20satisfy%20my%20fan%20my%20friend%20and%20my%20fan%20my%20friend%20%3AD.%0D%0A%5Bad%23ad-posttext%5D%0D%0A%0D%0AI%20googled%20and%20finally%20found%20this%20bug%20in%20Network%20Manager%200.8.%0D%0AThe%20solution%20is%20downgrading%20your%20network%20manager.%20But%20I%20didn%27t%20know%20how%20to%20downgrade%20packa&amp;short_link=&amp;shortener=b2l&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=4&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="shr-reddit">
			<a href="http://www.shareaholic.com/api/share/?title=How+To+%3A+Internet+Connection+using+CDMA+EVDO+Modem+and+Karmic+Koala+%28Ubuntu+9.10%29&amp;link=http://tantos.web.id/blogs/how-to-internet-connection-using-cdma-evdo-modem-and-karmic-koala-ubuntu-9-10&amp;notes=IMPORTANT%20UPDATE%20Dec%2013%2C%202009%21%21%21%0D%0A%0D%0AI%20wrote%20this%20fuckin%20tutorial%20in%20order%20to%20satisfy%20my%20fan%20my%20friend%20and%20my%20fan%20my%20friend%20%3AD.%0D%0A%5Bad%23ad-posttext%5D%0D%0A%0D%0AI%20googled%20and%20finally%20found%20this%20bug%20in%20Network%20Manager%200.8.%0D%0AThe%20solution%20is%20downgrading%20your%20network%20manager.%20But%20I%20didn%27t%20know%20how%20to%20downgrade%20packa&amp;short_link=&amp;shortener=b2l&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=40&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.shareaholic.com/api/share/?title=How+To+%3A+Internet+Connection+using+CDMA+EVDO+Modem+and+Karmic+Koala+%28Ubuntu+9.10%29&amp;link=http://tantos.web.id/blogs/how-to-internet-connection-using-cdma-evdo-modem-and-karmic-koala-ubuntu-9-10&amp;notes=IMPORTANT%20UPDATE%20Dec%2013%2C%202009%21%21%21%0D%0A%0D%0AI%20wrote%20this%20fuckin%20tutorial%20in%20order%20to%20satisfy%20my%20fan%20my%20friend%20and%20my%20fan%20my%20friend%20%3AD.%0D%0A%5Bad%23ad-posttext%5D%0D%0A%0D%0AI%20googled%20and%20finally%20found%20this%20bug%20in%20Network%20Manager%200.8.%0D%0AThe%20solution%20is%20downgrading%20your%20network%20manager.%20But%20I%20didn%27t%20know%20how%20to%20downgrade%20packa&amp;short_link=&amp;shortener=b2l&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=38&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-technorati">
			<a href="http://www.shareaholic.com/api/share/?title=How+To+%3A+Internet+Connection+using+CDMA+EVDO+Modem+and+Karmic+Koala+%28Ubuntu+9.10%29&amp;link=http://tantos.web.id/blogs/how-to-internet-connection-using-cdma-evdo-modem-and-karmic-koala-ubuntu-9-10&amp;notes=IMPORTANT%20UPDATE%20Dec%2013%2C%202009%21%21%21%0D%0A%0D%0AI%20wrote%20this%20fuckin%20tutorial%20in%20order%20to%20satisfy%20my%20fan%20my%20friend%20and%20my%20fan%20my%20friend%20%3AD.%0D%0A%5Bad%23ad-posttext%5D%0D%0A%0D%0AI%20googled%20and%20finally%20found%20this%20bug%20in%20Network%20Manager%200.8.%0D%0AThe%20solution%20is%20downgrading%20your%20network%20manager.%20But%20I%20didn%27t%20know%20how%20to%20downgrade%20packa&amp;short_link=&amp;shortener=b2l&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=10&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-twitter">
			<a href="http://www.shareaholic.com/api/share/?title=How+To+%3A+Internet+Connection+using+CDMA+EVDO+Modem+and+Karmic+Koala+%28Ubuntu+9.10%29&amp;link=http://tantos.web.id/blogs/how-to-internet-connection-using-cdma-evdo-modem-and-karmic-koala-ubuntu-9-10&amp;notes=IMPORTANT%20UPDATE%20Dec%2013%2C%202009%21%21%21%0D%0A%0D%0AI%20wrote%20this%20fuckin%20tutorial%20in%20order%20to%20satisfy%20my%20fan%20my%20friend%20and%20my%20fan%20my%20friend%20%3AD.%0D%0A%5Bad%23ad-posttext%5D%0D%0A%0D%0AI%20googled%20and%20finally%20found%20this%20bug%20in%20Network%20Manager%200.8.%0D%0AThe%20solution%20is%20downgrading%20your%20network%20manager.%20But%20I%20didn%27t%20know%20how%20to%20downgrade%20packa&amp;short_link=&amp;shortener=b2l&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=%24%7Btitle%7D+-+%24%7Bshort_link%7D&amp;service=7&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.shareaholic.com/api/share/?title=How+To+%3A+Internet+Connection+using+CDMA+EVDO+Modem+and+Karmic+Koala+%28Ubuntu+9.10%29&amp;link=http://tantos.web.id/blogs/how-to-internet-connection-using-cdma-evdo-modem-and-karmic-koala-ubuntu-9-10&amp;notes=IMPORTANT%20UPDATE%20Dec%2013%2C%202009%21%21%21%0D%0A%0D%0AI%20wrote%20this%20fuckin%20tutorial%20in%20order%20to%20satisfy%20my%20fan%20my%20friend%20and%20my%20fan%20my%20friend%20%3AD.%0D%0A%5Bad%23ad-posttext%5D%0D%0A%0D%0AI%20googled%20and%20finally%20found%20this%20bug%20in%20Network%20Manager%200.8.%0D%0AThe%20solution%20is%20downgrading%20your%20network%20manager.%20But%20I%20didn%27t%20know%20how%20to%20downgrade%20packa&amp;short_link=&amp;shortener=b2l&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=5&amp;tags=&amp;ctype=" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
</ul><div style="clear: both;"></div></div>



<p>Related posts:<ol><li><a href='http://tantos.web.id/blogs/how-to-internet-connection-using-haier-ce100-and-ubuntu-9-04' rel='bookmark' title='How To Internet Connection Using Haier CE100 and Ubuntu 9.04'>How To Internet Connection Using Haier CE100 and Ubuntu 9.04</a></li>
<li><a href='http://tantos.web.id/blogs/how-to-karmic-koala-and-broadcom-wireless-bcm4312-rev-01' rel='bookmark' title='How To : Karmic Koala and Broadcom Wireless BCM4312 rev 01'>How To : Karmic Koala and Broadcom Wireless BCM4312 rev 01</a></li>
<li><a href='http://tantos.web.id/blogs/how-to-karmic-koala-and-canon-pixma-ip1800-ip1900' rel='bookmark' title='How To : Karmic Koala and Canon PIXMA iP1800-iP1900'>How To : Karmic Koala and Canon PIXMA iP1800-iP1900</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://tantos.web.id/blogs/how-to-internet-connection-using-cdma-evdo-modem-and-karmic-koala-ubuntu-9-10/feed</wfw:commentRss>
		<slash:comments>31</slash:comments>
		</item>
		<item>
		<title>How To : Karmic Koala and Canon PIXMA iP1800-iP1900</title>
		<link>http://tantos.web.id/blogs/how-to-karmic-koala-and-canon-pixma-ip1800-ip1900</link>
		<comments>http://tantos.web.id/blogs/how-to-karmic-koala-and-canon-pixma-ip1800-ip1900#comments</comments>
		<pubDate>Sat, 07 Nov 2009 16:31:38 +0000</pubDate>
		<dc:creator>tantos</dc:creator>
				<category><![CDATA[In Moving to Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Canon PIXMA iP1800]]></category>
		<category><![CDATA[Karmic Koala]]></category>

		<guid isPermaLink="false">http://tantos.web.id/?p=256</guid>
		<description><![CDATA[[ad#ad-post] Note : This tutorial is only for Canon PIXMA iP1800 or iP1900 series with Ubuntu Karmic Koala (9.10). Once again, my Karmic Koala makes a problem, I can&#8217;t print with Canon iP1800 series using my Karmic Koala (my printer is Canon iP1880). I asked Mr.Google and found Edgar Ilaga&#8217;s post in Ubuntu Forums. And [...]


Related posts:<ol><li><a href='http://tantos.web.id/blogs/how-to-karmic-koala-and-broadcom-wireless-bcm4312-rev-01' rel='bookmark' title='How To : Karmic Koala and Broadcom Wireless BCM4312 rev 01'>How To : Karmic Koala and Broadcom Wireless BCM4312 rev 01</a></li>
<li><a href='http://tantos.web.id/blogs/how-to-internet-connection-using-cdma-evdo-modem-and-karmic-koala-ubuntu-9-10' rel='bookmark' title='How To : Internet Connection using CDMA EVDO Modem and Karmic Koala (Ubuntu 9.10)'>How To : Internet Connection using CDMA EVDO Modem and Karmic Koala (Ubuntu 9.10)</a></li>
<li><a href='http://tantos.web.id/blogs/waiting-for-ubuntu-9-10-release' rel='bookmark' title='Waiting For Ubuntu 9.10 Release'>Waiting For Ubuntu 9.10 Release</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>[ad#ad-post]<br />
Note : This tutorial is only for Canon PIXMA iP1800 or iP1900 series with Ubuntu Karmic Koala (9.10).</p>
<p>Once again, my Karmic Koala makes a problem, I can&#8217;t print with Canon iP1800 series using my Karmic Koala (my printer is Canon iP1880).<br />
I asked <a href="http://google.com" target="_blank">Mr.Google</a> and found Edgar Ilaga&#8217;s post in <a href="http://ubuntuforums.org/showthread.php?t=1305248">Ubuntu Forums</a>.<br />
And then I&#8217;m repackaged Canon PIXMA iP1900 drivers from <a href="http://software.canon-europe.com/products/0010647.asp">http://software.canon-europe.com/products/0010647.asp</a>, because of owner issue problem in file /usr/lib/cups/filter/pstocanonij and then modified the drivers by following the instruction from Edgar&#8217;s post.</p>
<p>Enough for the bullshit, let&#8217;s start&#8230;</p>
<ol>
<li>Download repackaged Canon PIXMA iP1900 :<br />
Download from <a href="http://www.ziddu.com/download/7264074/Canon-Pixma-iP1900-iP1800-KarmicKoala.tar.gz.html">Ziddu</a>.</li>
<li>Extract it :
<pre class="prettyprint">tar -zxvf Canon-Pixma-iP1900-iP1800-KarmicKoala.tar.gz</pre>
</li>
<li>Enter to directory :
<pre class="prettyprint">cd Canon-Pixma-iP1900-iP1800-KarmicKoala</pre>
</li>
<li>Install cnijfilter-common_3.00-1_i386.deb
<pre class="prettyprint">sudo dpkg -i cnijfilter-common_3.00-1_i386.deb</pre>
</li>
<li>Install cnijfilter-ip1900series_3.00-1_i386.deb
<pre class="prettyprint">sudo dpkg -i cnijfilter-ip1900series_3.00-1_i386.deb</pre>
</li>
<li>Plug in your Printer.
<p>If you are using Canon iP1900 series, it&#8217;s done. But if you are using Canon iP1800 series, we still got some steps left…</p>
</li>
<li>
Your Karmic may be show this message : <a href="http://img692.imageshack.us/img692/3756/screenshot002n.png" target="_blank"><img src="http://img692.imageshack.us/img692/3756/screenshot002n.th.png" border="0" alt="Image Hosted by ImageShack.us"/></a><br />
Then, just choose Provide PPD file from printer installation window.<br />
<a href="http://img94.imageshack.us/img94/4656/screenshot005c.png" target="_blank"><img src="http://img94.imageshack.us/img94/4656/screenshot005c.th.png" border="0" alt="Image Hosted by ImageShack.us"/></a>
</li>
<li>Choose a PPD file using <del datetime="2009-11-09T15:16:00+00:00">/usr/share/ppd/canonip1900.ppd</del> <a href="#updateNov092009"> READ UPDATE BELLOW!</a></li>
<li>
Change your printer name.<br />
<a href="http://img94.imageshack.us/img94/1622/screenshot006l.png" target="_blank"><img src="http://img94.imageshack.us/img94/1622/screenshot006l.th.png" border="0" alt="Image Hosted by ImageShack.us"/></a>
</li>
<li>
Done! you can print with ur Canon iP1800 using ur Karmic Koala now&#8230; yay!</p>
<p><a href="http://img97.imageshack.us/img97/7233/screenshot007ri.png" target="_blank"><img src="http://img97.imageshack.us/img97/7233/screenshot007ri.th.png" border="0" alt="Image Hosted by ImageShack.us"/></a>
</li>
</ol>
<p>Thanks to <a href="http://ubuntuforums.org/member.php?u=890253">Edgar Ilaga</a>[ad#ad-post]</p>
<p><b><a name="updateNov092009">Update Nov 9, 2009 10:16pm :</a></b><br />
In order to enable quality setting, please use this PPD file : <strong><a href="http://www.mediafire.com/download.php?mdmldyztfoh">http://www.mediafire.com/download.php?mdmldyztfoh</a></strong>.  Download it and save in /usr/share/ppd/. Then from menu <strong>System->Administration->Printing</strong>, right click on your printer, choose <strong>properties</strong>, then change your <strong>Make and Model</strong> using this new PPD file.</p>
<p><b><a name="updateNov102009">Update Nov 10, 2009 09:30am :</a></b><br />
English updated by <a href="http://aprisachrysantina.wordpress.com">fuckin doctor in earth</a></p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center">
<ul class="socials">
		<li class="shr-comfeed">
			<a href="http://tantos.web.id/blogs/how-to-karmic-koala-and-canon-pixma-ip1800-ip1900/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-delicious">
			<a href="http://www.shareaholic.com/api/share/?title=How+To+%3A+Karmic+Koala+and+Canon+PIXMA+iP1800-iP1900&amp;link=http://tantos.web.id/blogs/how-to-karmic-koala-and-canon-pixma-ip1800-ip1900&amp;notes=%5Bad%23ad-post%5D%0D%0ANote%20%3A%20This%20tutorial%20is%20only%20for%20Canon%20PIXMA%20iP1800%20or%20iP1900%20series%20with%20Ubuntu%20Karmic%20Koala%20%289.10%29.%0D%0A%0D%0AOnce%20again%2C%20my%20Karmic%20Koala%20makes%20a%20problem%2C%20I%20can%27t%20print%20with%20Canon%20iP1800%20series%20using%20my%20Karmic%20Koala%20%28my%20printer%20is%20Canon%20iP1880%29.%0D%0AI%20asked%20Mr.Google%20and%20found%20Edgar%20Ilaga%27s%20po&amp;short_link=&amp;shortener=b2l&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=2&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://www.shareaholic.com/api/share/?title=How+To+%3A+Karmic+Koala+and+Canon+PIXMA+iP1800-iP1900&amp;link=http://tantos.web.id/blogs/how-to-karmic-koala-and-canon-pixma-ip1800-ip1900&amp;notes=%5Bad%23ad-post%5D%0D%0ANote%20%3A%20This%20tutorial%20is%20only%20for%20Canon%20PIXMA%20iP1800%20or%20iP1900%20series%20with%20Ubuntu%20Karmic%20Koala%20%289.10%29.%0D%0A%0D%0AOnce%20again%2C%20my%20Karmic%20Koala%20makes%20a%20problem%2C%20I%20can%27t%20print%20with%20Canon%20iP1800%20series%20using%20my%20Karmic%20Koala%20%28my%20printer%20is%20Canon%20iP1880%29.%0D%0AI%20asked%20Mr.Google%20and%20found%20Edgar%20Ilaga%27s%20po&amp;short_link=&amp;shortener=b2l&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=3&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-diigo">
			<a href="http://www.shareaholic.com/api/share/?title=How+To+%3A+Karmic+Koala+and+Canon+PIXMA+iP1800-iP1900&amp;link=http://tantos.web.id/blogs/how-to-karmic-koala-and-canon-pixma-ip1800-ip1900&amp;notes=%5Bad%23ad-post%5D%0D%0ANote%20%3A%20This%20tutorial%20is%20only%20for%20Canon%20PIXMA%20iP1800%20or%20iP1900%20series%20with%20Ubuntu%20Karmic%20Koala%20%289.10%29.%0D%0A%0D%0AOnce%20again%2C%20my%20Karmic%20Koala%20makes%20a%20problem%2C%20I%20can%27t%20print%20with%20Canon%20iP1800%20series%20using%20my%20Karmic%20Koala%20%28my%20printer%20is%20Canon%20iP1880%29.%0D%0AI%20asked%20Mr.Google%20and%20found%20Edgar%20Ilaga%27s%20po&amp;short_link=&amp;shortener=b2l&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=24&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.shareaholic.com/api/share/?title=How+To+%3A+Karmic+Koala+and+Canon+PIXMA+iP1800-iP1900&amp;link=http://tantos.web.id/blogs/how-to-karmic-koala-and-canon-pixma-ip1800-ip1900&amp;notes=%5Bad%23ad-post%5D%0D%0ANote%20%3A%20This%20tutorial%20is%20only%20for%20Canon%20PIXMA%20iP1800%20or%20iP1900%20series%20with%20Ubuntu%20Karmic%20Koala%20%289.10%29.%0D%0A%0D%0AOnce%20again%2C%20my%20Karmic%20Koala%20makes%20a%20problem%2C%20I%20can%27t%20print%20with%20Canon%20iP1800%20series%20using%20my%20Karmic%20Koala%20%28my%20printer%20is%20Canon%20iP1880%29.%0D%0AI%20asked%20Mr.Google%20and%20found%20Edgar%20Ilaga%27s%20po&amp;short_link=&amp;shortener=b2l&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=257&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.shareaholic.com/api/share/?title=How+To+%3A+Karmic+Koala+and+Canon+PIXMA+iP1800-iP1900&amp;link=http://tantos.web.id/blogs/how-to-karmic-koala-and-canon-pixma-ip1800-ip1900&amp;notes=%5Bad%23ad-post%5D%0D%0ANote%20%3A%20This%20tutorial%20is%20only%20for%20Canon%20PIXMA%20iP1800%20or%20iP1900%20series%20with%20Ubuntu%20Karmic%20Koala%20%289.10%29.%0D%0A%0D%0AOnce%20again%2C%20my%20Karmic%20Koala%20makes%20a%20problem%2C%20I%20can%27t%20print%20with%20Canon%20iP1800%20series%20using%20my%20Karmic%20Koala%20%28my%20printer%20is%20Canon%20iP1880%29.%0D%0AI%20asked%20Mr.Google%20and%20found%20Edgar%20Ilaga%27s%20po&amp;short_link=&amp;shortener=b2l&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=6&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-mixx">
			<a href="http://www.shareaholic.com/api/share/?title=How+To+%3A+Karmic+Koala+and+Canon+PIXMA+iP1800-iP1900&amp;link=http://tantos.web.id/blogs/how-to-karmic-koala-and-canon-pixma-ip1800-ip1900&amp;notes=%5Bad%23ad-post%5D%0D%0ANote%20%3A%20This%20tutorial%20is%20only%20for%20Canon%20PIXMA%20iP1800%20or%20iP1900%20series%20with%20Ubuntu%20Karmic%20Koala%20%289.10%29.%0D%0A%0D%0AOnce%20again%2C%20my%20Karmic%20Koala%20makes%20a%20problem%2C%20I%20can%27t%20print%20with%20Canon%20iP1800%20series%20using%20my%20Karmic%20Koala%20%28my%20printer%20is%20Canon%20iP1880%29.%0D%0AI%20asked%20Mr.Google%20and%20found%20Edgar%20Ilaga%27s%20po&amp;short_link=&amp;shortener=b2l&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=4&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="shr-reddit">
			<a href="http://www.shareaholic.com/api/share/?title=How+To+%3A+Karmic+Koala+and+Canon+PIXMA+iP1800-iP1900&amp;link=http://tantos.web.id/blogs/how-to-karmic-koala-and-canon-pixma-ip1800-ip1900&amp;notes=%5Bad%23ad-post%5D%0D%0ANote%20%3A%20This%20tutorial%20is%20only%20for%20Canon%20PIXMA%20iP1800%20or%20iP1900%20series%20with%20Ubuntu%20Karmic%20Koala%20%289.10%29.%0D%0A%0D%0AOnce%20again%2C%20my%20Karmic%20Koala%20makes%20a%20problem%2C%20I%20can%27t%20print%20with%20Canon%20iP1800%20series%20using%20my%20Karmic%20Koala%20%28my%20printer%20is%20Canon%20iP1880%29.%0D%0AI%20asked%20Mr.Google%20and%20found%20Edgar%20Ilaga%27s%20po&amp;short_link=&amp;shortener=b2l&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=40&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.shareaholic.com/api/share/?title=How+To+%3A+Karmic+Koala+and+Canon+PIXMA+iP1800-iP1900&amp;link=http://tantos.web.id/blogs/how-to-karmic-koala-and-canon-pixma-ip1800-ip1900&amp;notes=%5Bad%23ad-post%5D%0D%0ANote%20%3A%20This%20tutorial%20is%20only%20for%20Canon%20PIXMA%20iP1800%20or%20iP1900%20series%20with%20Ubuntu%20Karmic%20Koala%20%289.10%29.%0D%0A%0D%0AOnce%20again%2C%20my%20Karmic%20Koala%20makes%20a%20problem%2C%20I%20can%27t%20print%20with%20Canon%20iP1800%20series%20using%20my%20Karmic%20Koala%20%28my%20printer%20is%20Canon%20iP1880%29.%0D%0AI%20asked%20Mr.Google%20and%20found%20Edgar%20Ilaga%27s%20po&amp;short_link=&amp;shortener=b2l&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=38&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-technorati">
			<a href="http://www.shareaholic.com/api/share/?title=How+To+%3A+Karmic+Koala+and+Canon+PIXMA+iP1800-iP1900&amp;link=http://tantos.web.id/blogs/how-to-karmic-koala-and-canon-pixma-ip1800-ip1900&amp;notes=%5Bad%23ad-post%5D%0D%0ANote%20%3A%20This%20tutorial%20is%20only%20for%20Canon%20PIXMA%20iP1800%20or%20iP1900%20series%20with%20Ubuntu%20Karmic%20Koala%20%289.10%29.%0D%0A%0D%0AOnce%20again%2C%20my%20Karmic%20Koala%20makes%20a%20problem%2C%20I%20can%27t%20print%20with%20Canon%20iP1800%20series%20using%20my%20Karmic%20Koala%20%28my%20printer%20is%20Canon%20iP1880%29.%0D%0AI%20asked%20Mr.Google%20and%20found%20Edgar%20Ilaga%27s%20po&amp;short_link=&amp;shortener=b2l&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=10&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-twitter">
			<a href="http://www.shareaholic.com/api/share/?title=How+To+%3A+Karmic+Koala+and+Canon+PIXMA+iP1800-iP1900&amp;link=http://tantos.web.id/blogs/how-to-karmic-koala-and-canon-pixma-ip1800-ip1900&amp;notes=%5Bad%23ad-post%5D%0D%0ANote%20%3A%20This%20tutorial%20is%20only%20for%20Canon%20PIXMA%20iP1800%20or%20iP1900%20series%20with%20Ubuntu%20Karmic%20Koala%20%289.10%29.%0D%0A%0D%0AOnce%20again%2C%20my%20Karmic%20Koala%20makes%20a%20problem%2C%20I%20can%27t%20print%20with%20Canon%20iP1800%20series%20using%20my%20Karmic%20Koala%20%28my%20printer%20is%20Canon%20iP1880%29.%0D%0AI%20asked%20Mr.Google%20and%20found%20Edgar%20Ilaga%27s%20po&amp;short_link=&amp;shortener=b2l&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=%24%7Btitle%7D+-+%24%7Bshort_link%7D&amp;service=7&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.shareaholic.com/api/share/?title=How+To+%3A+Karmic+Koala+and+Canon+PIXMA+iP1800-iP1900&amp;link=http://tantos.web.id/blogs/how-to-karmic-koala-and-canon-pixma-ip1800-ip1900&amp;notes=%5Bad%23ad-post%5D%0D%0ANote%20%3A%20This%20tutorial%20is%20only%20for%20Canon%20PIXMA%20iP1800%20or%20iP1900%20series%20with%20Ubuntu%20Karmic%20Koala%20%289.10%29.%0D%0A%0D%0AOnce%20again%2C%20my%20Karmic%20Koala%20makes%20a%20problem%2C%20I%20can%27t%20print%20with%20Canon%20iP1800%20series%20using%20my%20Karmic%20Koala%20%28my%20printer%20is%20Canon%20iP1880%29.%0D%0AI%20asked%20Mr.Google%20and%20found%20Edgar%20Ilaga%27s%20po&amp;short_link=&amp;shortener=b2l&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=5&amp;tags=&amp;ctype=" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
</ul><div style="clear: both;"></div></div>



<p>Related posts:<ol><li><a href='http://tantos.web.id/blogs/how-to-karmic-koala-and-broadcom-wireless-bcm4312-rev-01' rel='bookmark' title='How To : Karmic Koala and Broadcom Wireless BCM4312 rev 01'>How To : Karmic Koala and Broadcom Wireless BCM4312 rev 01</a></li>
<li><a href='http://tantos.web.id/blogs/how-to-internet-connection-using-cdma-evdo-modem-and-karmic-koala-ubuntu-9-10' rel='bookmark' title='How To : Internet Connection using CDMA EVDO Modem and Karmic Koala (Ubuntu 9.10)'>How To : Internet Connection using CDMA EVDO Modem and Karmic Koala (Ubuntu 9.10)</a></li>
<li><a href='http://tantos.web.id/blogs/waiting-for-ubuntu-9-10-release' rel='bookmark' title='Waiting For Ubuntu 9.10 Release'>Waiting For Ubuntu 9.10 Release</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://tantos.web.id/blogs/how-to-karmic-koala-and-canon-pixma-ip1800-ip1900/feed</wfw:commentRss>
		<slash:comments>43</slash:comments>
		</item>
		<item>
		<title>How To : Karmic Koala and Broadcom Wireless BCM4312 rev 01</title>
		<link>http://tantos.web.id/blogs/how-to-karmic-koala-and-broadcom-wireless-bcm4312-rev-01</link>
		<comments>http://tantos.web.id/blogs/how-to-karmic-koala-and-broadcom-wireless-bcm4312-rev-01#comments</comments>
		<pubDate>Sat, 07 Nov 2009 06:21:50 +0000</pubDate>
		<dc:creator>tantos</dc:creator>
				<category><![CDATA[In Moving to Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Broadcom Wireless]]></category>
		<category><![CDATA[Karmic Koala]]></category>

		<guid isPermaLink="false">http://tantos.web.id/?p=249</guid>
		<description><![CDATA[Update Nov 11, 2009 : Do not follow this post and please update your installed package using your favorite package manager such Synaptic or apt-get or whatever and your Broadcom BCM4312 will working properly : sudo apt-get update sudo apt-get upgrade sudo apt-get install linux-backports-modules-karmic If your Broadcom wireless BCM4312 did not working after upgrading [...]


Related posts:<ol><li><a href='http://tantos.web.id/blogs/how-to-internet-connection-using-cdma-evdo-modem-and-karmic-koala-ubuntu-9-10' rel='bookmark' title='How To : Internet Connection using CDMA EVDO Modem and Karmic Koala (Ubuntu 9.10)'>How To : Internet Connection using CDMA EVDO Modem and Karmic Koala (Ubuntu 9.10)</a></li>
<li><a href='http://tantos.web.id/blogs/how-to-karmic-koala-and-canon-pixma-ip1800-ip1900' rel='bookmark' title='How To : Karmic Koala and Canon PIXMA iP1800-iP1900'>How To : Karmic Koala and Canon PIXMA iP1800-iP1900</a></li>
<li><a href='http://tantos.web.id/blogs/waiting-for-ubuntu-9-10-release' rel='bookmark' title='Waiting For Ubuntu 9.10 Release'>Waiting For Ubuntu 9.10 Release</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div style="border:solid 1px #FF0000;padding:3px">
<p><span style="font-weight:bold;color:#FF0000">Update Nov 11, 2009 :</span><br/><br />
Do not follow this post and please update your installed package using your favorite package manager such <strong>Synaptic</strong> or <strong>apt-get</strong> or whatever and your <strong>Broadcom BCM4312</strong> will working properly :</p>
<pre class="prettyprint">
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install linux-backports-modules-karmic
</pre>
<p>If your <strong>Broadcom wireless BCM4312</strong> did not working after upgrading your packages because of you did what this post say, please roll back your changes :</p>
<pre class="prettyprint">
#unblacklist ssb module :
sudo echo "" >> /etc/modprobe.d/blacklist-ssb.conf
#unblacklist wl module :
sudo echo "" >> /etc/modprobe.d/blacklist-wl.conf
#restarting your system :
sudo reboot</pre>
</div>
<p>[ad#ad-posttext]<br />
For a week I can&#8217;t use my wireless. This problem makes me installing fresh <a href="http://www.ubuntu.com/products/whatisubuntu/910features">Ubuntu Karmic Koala</a> in my lapie for 3 times, sadly <img src='http://tantos.web.id/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> .<br />
First of all, if your system same as my own, just try this trick. But if different, hmm, try with google <img src='http://tantos.web.id/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> .<br />
I found this trick from <a href="http://ubuntuforums.org/showthread.php?t=1266620">Ubuntu Forum</a> posted by <a href="http://ubuntuforums.org/member.php?u=724117">chenxiaolong</a>, thanks chenx, you save my lapie.<br />
So, open your terminal, and check your wireless first :</p>
<pre class="prettyprint">lspci | grep Broadcom
03:00.0 Network controller: Broadcom Corporation BCM4312 802.11b/g (rev 01)</pre>
<p>If your wireless looks like that, let&#8217;s continue :</p>
<pre class="prettyprint">#install linux backport :
sudo apt-get install linux-backports-modules-karmic
#blacklist ssb module :
sudo echo "blacklist ssb" | sudo tee -a /etc/modprobe.d/blacklist-ssb.conf
#blacklist wl module :
sudo echo "blacklist wl" | sudo tee -a /etc/modprobe.d/blacklist-wl.conf
#restarting your system :
sudo reboot</pre>
<p>That&#8217;s all, after restarting, enjoy your wireless <img src='http://tantos.web.id/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
[ad#ad-post]</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center">
<ul class="socials">
		<li class="shr-comfeed">
			<a href="http://tantos.web.id/blogs/how-to-karmic-koala-and-broadcom-wireless-bcm4312-rev-01/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-delicious">
			<a href="http://www.shareaholic.com/api/share/?title=How+To+%3A+Karmic+Koala+and+Broadcom+Wireless+BCM4312+rev+01&amp;link=http://tantos.web.id/blogs/how-to-karmic-koala-and-broadcom-wireless-bcm4312-rev-01&amp;notes=%0D%0AUpdate%20Nov%2011%2C%202009%20%3A%0D%0ADo%20not%20follow%20this%20post%20and%20please%20update%20your%20installed%20package%20using%20your%20favorite%20package%20manager%20such%20Synaptic%20or%20apt-get%20or%20whatever%20and%20your%20Broadcom%20BCM4312%20will%20working%20properly%20%3A%0D%0A%0D%0Asudo%20apt-get%20update%0D%0Asudo%20apt-get%20upgrade%0D%0Asudo%20apt-get%20install%20linux-backports-modu&amp;short_link=&amp;shortener=b2l&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=2&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://www.shareaholic.com/api/share/?title=How+To+%3A+Karmic+Koala+and+Broadcom+Wireless+BCM4312+rev+01&amp;link=http://tantos.web.id/blogs/how-to-karmic-koala-and-broadcom-wireless-bcm4312-rev-01&amp;notes=%0D%0AUpdate%20Nov%2011%2C%202009%20%3A%0D%0ADo%20not%20follow%20this%20post%20and%20please%20update%20your%20installed%20package%20using%20your%20favorite%20package%20manager%20such%20Synaptic%20or%20apt-get%20or%20whatever%20and%20your%20Broadcom%20BCM4312%20will%20working%20properly%20%3A%0D%0A%0D%0Asudo%20apt-get%20update%0D%0Asudo%20apt-get%20upgrade%0D%0Asudo%20apt-get%20install%20linux-backports-modu&amp;short_link=&amp;shortener=b2l&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=3&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-diigo">
			<a href="http://www.shareaholic.com/api/share/?title=How+To+%3A+Karmic+Koala+and+Broadcom+Wireless+BCM4312+rev+01&amp;link=http://tantos.web.id/blogs/how-to-karmic-koala-and-broadcom-wireless-bcm4312-rev-01&amp;notes=%0D%0AUpdate%20Nov%2011%2C%202009%20%3A%0D%0ADo%20not%20follow%20this%20post%20and%20please%20update%20your%20installed%20package%20using%20your%20favorite%20package%20manager%20such%20Synaptic%20or%20apt-get%20or%20whatever%20and%20your%20Broadcom%20BCM4312%20will%20working%20properly%20%3A%0D%0A%0D%0Asudo%20apt-get%20update%0D%0Asudo%20apt-get%20upgrade%0D%0Asudo%20apt-get%20install%20linux-backports-modu&amp;short_link=&amp;shortener=b2l&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=24&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.shareaholic.com/api/share/?title=How+To+%3A+Karmic+Koala+and+Broadcom+Wireless+BCM4312+rev+01&amp;link=http://tantos.web.id/blogs/how-to-karmic-koala-and-broadcom-wireless-bcm4312-rev-01&amp;notes=%0D%0AUpdate%20Nov%2011%2C%202009%20%3A%0D%0ADo%20not%20follow%20this%20post%20and%20please%20update%20your%20installed%20package%20using%20your%20favorite%20package%20manager%20such%20Synaptic%20or%20apt-get%20or%20whatever%20and%20your%20Broadcom%20BCM4312%20will%20working%20properly%20%3A%0D%0A%0D%0Asudo%20apt-get%20update%0D%0Asudo%20apt-get%20upgrade%0D%0Asudo%20apt-get%20install%20linux-backports-modu&amp;short_link=&amp;shortener=b2l&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=257&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.shareaholic.com/api/share/?title=How+To+%3A+Karmic+Koala+and+Broadcom+Wireless+BCM4312+rev+01&amp;link=http://tantos.web.id/blogs/how-to-karmic-koala-and-broadcom-wireless-bcm4312-rev-01&amp;notes=%0D%0AUpdate%20Nov%2011%2C%202009%20%3A%0D%0ADo%20not%20follow%20this%20post%20and%20please%20update%20your%20installed%20package%20using%20your%20favorite%20package%20manager%20such%20Synaptic%20or%20apt-get%20or%20whatever%20and%20your%20Broadcom%20BCM4312%20will%20working%20properly%20%3A%0D%0A%0D%0Asudo%20apt-get%20update%0D%0Asudo%20apt-get%20upgrade%0D%0Asudo%20apt-get%20install%20linux-backports-modu&amp;short_link=&amp;shortener=b2l&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=6&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-mixx">
			<a href="http://www.shareaholic.com/api/share/?title=How+To+%3A+Karmic+Koala+and+Broadcom+Wireless+BCM4312+rev+01&amp;link=http://tantos.web.id/blogs/how-to-karmic-koala-and-broadcom-wireless-bcm4312-rev-01&amp;notes=%0D%0AUpdate%20Nov%2011%2C%202009%20%3A%0D%0ADo%20not%20follow%20this%20post%20and%20please%20update%20your%20installed%20package%20using%20your%20favorite%20package%20manager%20such%20Synaptic%20or%20apt-get%20or%20whatever%20and%20your%20Broadcom%20BCM4312%20will%20working%20properly%20%3A%0D%0A%0D%0Asudo%20apt-get%20update%0D%0Asudo%20apt-get%20upgrade%0D%0Asudo%20apt-get%20install%20linux-backports-modu&amp;short_link=&amp;shortener=b2l&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=4&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="shr-reddit">
			<a href="http://www.shareaholic.com/api/share/?title=How+To+%3A+Karmic+Koala+and+Broadcom+Wireless+BCM4312+rev+01&amp;link=http://tantos.web.id/blogs/how-to-karmic-koala-and-broadcom-wireless-bcm4312-rev-01&amp;notes=%0D%0AUpdate%20Nov%2011%2C%202009%20%3A%0D%0ADo%20not%20follow%20this%20post%20and%20please%20update%20your%20installed%20package%20using%20your%20favorite%20package%20manager%20such%20Synaptic%20or%20apt-get%20or%20whatever%20and%20your%20Broadcom%20BCM4312%20will%20working%20properly%20%3A%0D%0A%0D%0Asudo%20apt-get%20update%0D%0Asudo%20apt-get%20upgrade%0D%0Asudo%20apt-get%20install%20linux-backports-modu&amp;short_link=&amp;shortener=b2l&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=40&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.shareaholic.com/api/share/?title=How+To+%3A+Karmic+Koala+and+Broadcom+Wireless+BCM4312+rev+01&amp;link=http://tantos.web.id/blogs/how-to-karmic-koala-and-broadcom-wireless-bcm4312-rev-01&amp;notes=%0D%0AUpdate%20Nov%2011%2C%202009%20%3A%0D%0ADo%20not%20follow%20this%20post%20and%20please%20update%20your%20installed%20package%20using%20your%20favorite%20package%20manager%20such%20Synaptic%20or%20apt-get%20or%20whatever%20and%20your%20Broadcom%20BCM4312%20will%20working%20properly%20%3A%0D%0A%0D%0Asudo%20apt-get%20update%0D%0Asudo%20apt-get%20upgrade%0D%0Asudo%20apt-get%20install%20linux-backports-modu&amp;short_link=&amp;shortener=b2l&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=38&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-technorati">
			<a href="http://www.shareaholic.com/api/share/?title=How+To+%3A+Karmic+Koala+and+Broadcom+Wireless+BCM4312+rev+01&amp;link=http://tantos.web.id/blogs/how-to-karmic-koala-and-broadcom-wireless-bcm4312-rev-01&amp;notes=%0D%0AUpdate%20Nov%2011%2C%202009%20%3A%0D%0ADo%20not%20follow%20this%20post%20and%20please%20update%20your%20installed%20package%20using%20your%20favorite%20package%20manager%20such%20Synaptic%20or%20apt-get%20or%20whatever%20and%20your%20Broadcom%20BCM4312%20will%20working%20properly%20%3A%0D%0A%0D%0Asudo%20apt-get%20update%0D%0Asudo%20apt-get%20upgrade%0D%0Asudo%20apt-get%20install%20linux-backports-modu&amp;short_link=&amp;shortener=b2l&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=10&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-twitter">
			<a href="http://www.shareaholic.com/api/share/?title=How+To+%3A+Karmic+Koala+and+Broadcom+Wireless+BCM4312+rev+01&amp;link=http://tantos.web.id/blogs/how-to-karmic-koala-and-broadcom-wireless-bcm4312-rev-01&amp;notes=%0D%0AUpdate%20Nov%2011%2C%202009%20%3A%0D%0ADo%20not%20follow%20this%20post%20and%20please%20update%20your%20installed%20package%20using%20your%20favorite%20package%20manager%20such%20Synaptic%20or%20apt-get%20or%20whatever%20and%20your%20Broadcom%20BCM4312%20will%20working%20properly%20%3A%0D%0A%0D%0Asudo%20apt-get%20update%0D%0Asudo%20apt-get%20upgrade%0D%0Asudo%20apt-get%20install%20linux-backports-modu&amp;short_link=&amp;shortener=b2l&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=%24%7Btitle%7D+-+%24%7Bshort_link%7D&amp;service=7&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.shareaholic.com/api/share/?title=How+To+%3A+Karmic+Koala+and+Broadcom+Wireless+BCM4312+rev+01&amp;link=http://tantos.web.id/blogs/how-to-karmic-koala-and-broadcom-wireless-bcm4312-rev-01&amp;notes=%0D%0AUpdate%20Nov%2011%2C%202009%20%3A%0D%0ADo%20not%20follow%20this%20post%20and%20please%20update%20your%20installed%20package%20using%20your%20favorite%20package%20manager%20such%20Synaptic%20or%20apt-get%20or%20whatever%20and%20your%20Broadcom%20BCM4312%20will%20working%20properly%20%3A%0D%0A%0D%0Asudo%20apt-get%20update%0D%0Asudo%20apt-get%20upgrade%0D%0Asudo%20apt-get%20install%20linux-backports-modu&amp;short_link=&amp;shortener=b2l&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=5&amp;tags=&amp;ctype=" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
</ul><div style="clear: both;"></div></div>



<p>Related posts:<ol><li><a href='http://tantos.web.id/blogs/how-to-internet-connection-using-cdma-evdo-modem-and-karmic-koala-ubuntu-9-10' rel='bookmark' title='How To : Internet Connection using CDMA EVDO Modem and Karmic Koala (Ubuntu 9.10)'>How To : Internet Connection using CDMA EVDO Modem and Karmic Koala (Ubuntu 9.10)</a></li>
<li><a href='http://tantos.web.id/blogs/how-to-karmic-koala-and-canon-pixma-ip1800-ip1900' rel='bookmark' title='How To : Karmic Koala and Canon PIXMA iP1800-iP1900'>How To : Karmic Koala and Canon PIXMA iP1800-iP1900</a></li>
<li><a href='http://tantos.web.id/blogs/waiting-for-ubuntu-9-10-release' rel='bookmark' title='Waiting For Ubuntu 9.10 Release'>Waiting For Ubuntu 9.10 Release</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://tantos.web.id/blogs/how-to-karmic-koala-and-broadcom-wireless-bcm4312-rev-01/feed</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>How To Internet Connection Using Haier CE100 and Ubuntu 9.04</title>
		<link>http://tantos.web.id/blogs/how-to-internet-connection-using-haier-ce100-and-ubuntu-9-04</link>
		<comments>http://tantos.web.id/blogs/how-to-internet-connection-using-haier-ce100-and-ubuntu-9-04#comments</comments>
		<pubDate>Sat, 17 Oct 2009 08:54:08 +0000</pubDate>
		<dc:creator>tantos</dc:creator>
				<category><![CDATA[In Moving to Linux]]></category>
		<category><![CDATA[Learning by Playing]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Internet]]></category>

		<guid isPermaLink="false">http://tantos.web.id/?p=236</guid>
		<description><![CDATA[[ad#ad-post] Nowadays I&#8217;m using Haier CE100 modem with SMART for my internet connection. As a default, Ubuntu 9.04 just know Haier CE100 as a storage device. But using small trick, everything you can do with Ubuntu . This is my system : Ubuntu Jaunty Jackalope (9.04) Kernel 2.6.28-15 Intel Core2duo T6400 So, let&#8217;s begin&#8230; Plug [...]


Related posts:<ol><li><a href='http://tantos.web.id/blogs/how-to-internet-connection-using-cdma-evdo-modem-and-karmic-koala-ubuntu-9-10' rel='bookmark' title='How To : Internet Connection using CDMA EVDO Modem and Karmic Koala (Ubuntu 9.10)'>How To : Internet Connection using CDMA EVDO Modem and Karmic Koala (Ubuntu 9.10)</a></li>
<li><a href='http://tantos.web.id/blogs/installing-apache-2-mysql-5-1-and-php-5-2-from-source-in-ubuntu-9-04' rel='bookmark' title='Installing Apache 2, MySQL 5.1, and PHP 5.2 from Source in Ubuntu 9.04 (Jaunty)'>Installing Apache 2, MySQL 5.1, and PHP 5.2 from Source in Ubuntu 9.04 (Jaunty)</a></li>
<li><a href='http://tantos.web.id/blogs/useful-software-for-linux-desktop-1' rel='bookmark' title='Useful Software For Linux Desktop (1)'>Useful Software For Linux Desktop (1)</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>[ad#ad-post]<br />
Nowadays I&#8217;m using Haier CE100 modem with <a href="www.smart-telecom.co.id" target="_blank">SMART</a> for my internet connection. As a default, Ubuntu 9.04 just know Haier CE100 as a storage device. But using small trick, everything you can do with Ubuntu <img src='http://tantos.web.id/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .</p>
<blockquote><p><strong>This is my system :</strong><br />
Ubuntu Jaunty Jackalope (9.04)<br />
Kernel 2.6.28-15<br />
Intel Core2duo T6400</p></blockquote>
<p><strong>So, let&#8217;s begin&#8230;</strong></p>
<p>Plug in your modem to your computer. Check out that Ubuntu can read your modem by typing : lsusb in your terminal and you will see a line like this :</p>
<pre>Bus 006 Device 003: ID 201e:2009</pre>
<p>Run this command in your terminal :</p>
<pre class="prettyprint">sudo su
apt-get install linux-source linux-headers-generic build-essential
cd /usr/src
tar xjf linux-source-2.6.28.tar.bz2
cd linux-source-2.6.28
gedit /usr/src/linux-source-2.6.28/drivers/usb/serial/option.c</pre>
<p>In line 297, you will see a line like this :</p>
<pre class="prettyprint">#define BENQ_PRODUCT_H10			0x4068</pre>
<p>and in line 515, you will see a line like this :</p>
<pre class="prettyprint">{ USB_DEVICE(0x1da5, 0x4515) }, /* BenQ H20 */</pre>
<p>Edit this file by adding this 2 lines in line 298 (below a line : #define BENQ_PRODUCT_H10			0&#215;4068) :</p>
<pre class="prettyprint">+#define HAIER_VENDOR_ID			0x201e
+#define HAIER_PRODUCT_ID			0x2009</pre>
<p>Edit this file by adding this line in line 516 (below a line containing : { USB_DEVICE(0x1da5, 0&#215;4515) }, /* BenQ H20 */):</p>
<pre class="prettyprint">+ { USB_DEVICE(HAIER_VENDOR_ID, HAIER_PRODUCT_ID) },</pre>
<p>If you get confuse, you can using my option.c file <a href="http://nopaste.com/p/aA4GahOF0" target="_blank">here</a>.</p>
<p>Back to your terminal, and continue your command by running the following command :</p>
<pre class="prettyprint">cp /boot/config-$(uname -r) /usr/src/linux-source-2.6.28/.config
make menuconfig
make -C /lib/modules/$(uname -r)/build M=/usr/src/linux-source-2.6.28/drivers/usb/serial
cp /usr/src/linux-source-2.6.28/drivers/usb/serial/option.ko /lib/modules/$(uname -r)/kernel/drivers/usb/serial/
depmod -a
gedit /usr/share/hal/fdi/information/10freedesktop/10-modem.fdi</pre>
<p>Add <a href="http://nopaste.com/p/abujdOIUjb" target="_blank">this file content</a> in line 10 or you can using my 10-modem.fdi <a href="http://nopaste.com/p/a2tk3V64i" target="_blank">here</a>.</p>
<p><strong>Update Oct 18, 2009 :</strong><br />
Create a new file /etc/udev/rules.d/99-haier-ce100.rules, and fill it with :</p>
<pre class="prettyprint">
SYSFS{idVendor}=="201e", SYSFS{idProduct}=="2009", RUN+="/usr/bin/eject %k"
</pre>
<p>That&#8217;s all. Restart your computer, plug in your modem, you should automatically connected!</p>
<p>Resource :<br />
<a href="http://skyisgrey.org/blog/mengoptimalkan-koneksi-modem-smart-zte-2726.html" target="_blank">SkyIsGrey.org</a><br />
<a href="http://blankblondtank.wordpress.com/2009/09/04/mengoptimalkan-koneksi-modem-haier-ce-100-cdma-di-linux/" target="_blank">blankblondtank.wordpress.com</a></p>
<p>[ad#ad-post]</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center">
<ul class="socials">
		<li class="shr-comfeed">
			<a href="http://tantos.web.id/blogs/how-to-internet-connection-using-haier-ce100-and-ubuntu-9-04/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-delicious">
			<a href="http://www.shareaholic.com/api/share/?title=How+To+Internet+Connection+Using+Haier+CE100+and+Ubuntu+9.04&amp;link=http://tantos.web.id/blogs/how-to-internet-connection-using-haier-ce100-and-ubuntu-9-04&amp;notes=%5Bad%23ad-post%5D%0D%0ANowadays%20I%27m%20using%20Haier%20CE100%20modem%20with%20SMART%20for%20my%20internet%20connection.%20As%20a%20default%2C%20Ubuntu%209.04%20just%20know%20Haier%20CE100%20as%20a%20storage%20device.%20But%20using%20small%20trick%2C%20everything%20you%20can%20do%20with%20Ubuntu%20%3A%29.%0D%0AThis%20is%20my%20system%20%3A%0D%0AUbuntu%20Jaunty%20Jackalope%20%289.04%29%0D%0AKernel%202.6.28-15%0D%0AIntel%20Co&amp;short_link=&amp;shortener=b2l&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=2&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://www.shareaholic.com/api/share/?title=How+To+Internet+Connection+Using+Haier+CE100+and+Ubuntu+9.04&amp;link=http://tantos.web.id/blogs/how-to-internet-connection-using-haier-ce100-and-ubuntu-9-04&amp;notes=%5Bad%23ad-post%5D%0D%0ANowadays%20I%27m%20using%20Haier%20CE100%20modem%20with%20SMART%20for%20my%20internet%20connection.%20As%20a%20default%2C%20Ubuntu%209.04%20just%20know%20Haier%20CE100%20as%20a%20storage%20device.%20But%20using%20small%20trick%2C%20everything%20you%20can%20do%20with%20Ubuntu%20%3A%29.%0D%0AThis%20is%20my%20system%20%3A%0D%0AUbuntu%20Jaunty%20Jackalope%20%289.04%29%0D%0AKernel%202.6.28-15%0D%0AIntel%20Co&amp;short_link=&amp;shortener=b2l&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=3&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-diigo">
			<a href="http://www.shareaholic.com/api/share/?title=How+To+Internet+Connection+Using+Haier+CE100+and+Ubuntu+9.04&amp;link=http://tantos.web.id/blogs/how-to-internet-connection-using-haier-ce100-and-ubuntu-9-04&amp;notes=%5Bad%23ad-post%5D%0D%0ANowadays%20I%27m%20using%20Haier%20CE100%20modem%20with%20SMART%20for%20my%20internet%20connection.%20As%20a%20default%2C%20Ubuntu%209.04%20just%20know%20Haier%20CE100%20as%20a%20storage%20device.%20But%20using%20small%20trick%2C%20everything%20you%20can%20do%20with%20Ubuntu%20%3A%29.%0D%0AThis%20is%20my%20system%20%3A%0D%0AUbuntu%20Jaunty%20Jackalope%20%289.04%29%0D%0AKernel%202.6.28-15%0D%0AIntel%20Co&amp;short_link=&amp;shortener=b2l&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=24&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.shareaholic.com/api/share/?title=How+To+Internet+Connection+Using+Haier+CE100+and+Ubuntu+9.04&amp;link=http://tantos.web.id/blogs/how-to-internet-connection-using-haier-ce100-and-ubuntu-9-04&amp;notes=%5Bad%23ad-post%5D%0D%0ANowadays%20I%27m%20using%20Haier%20CE100%20modem%20with%20SMART%20for%20my%20internet%20connection.%20As%20a%20default%2C%20Ubuntu%209.04%20just%20know%20Haier%20CE100%20as%20a%20storage%20device.%20But%20using%20small%20trick%2C%20everything%20you%20can%20do%20with%20Ubuntu%20%3A%29.%0D%0AThis%20is%20my%20system%20%3A%0D%0AUbuntu%20Jaunty%20Jackalope%20%289.04%29%0D%0AKernel%202.6.28-15%0D%0AIntel%20Co&amp;short_link=&amp;shortener=b2l&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=257&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.shareaholic.com/api/share/?title=How+To+Internet+Connection+Using+Haier+CE100+and+Ubuntu+9.04&amp;link=http://tantos.web.id/blogs/how-to-internet-connection-using-haier-ce100-and-ubuntu-9-04&amp;notes=%5Bad%23ad-post%5D%0D%0ANowadays%20I%27m%20using%20Haier%20CE100%20modem%20with%20SMART%20for%20my%20internet%20connection.%20As%20a%20default%2C%20Ubuntu%209.04%20just%20know%20Haier%20CE100%20as%20a%20storage%20device.%20But%20using%20small%20trick%2C%20everything%20you%20can%20do%20with%20Ubuntu%20%3A%29.%0D%0AThis%20is%20my%20system%20%3A%0D%0AUbuntu%20Jaunty%20Jackalope%20%289.04%29%0D%0AKernel%202.6.28-15%0D%0AIntel%20Co&amp;short_link=&amp;shortener=b2l&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=6&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-mixx">
			<a href="http://www.shareaholic.com/api/share/?title=How+To+Internet+Connection+Using+Haier+CE100+and+Ubuntu+9.04&amp;link=http://tantos.web.id/blogs/how-to-internet-connection-using-haier-ce100-and-ubuntu-9-04&amp;notes=%5Bad%23ad-post%5D%0D%0ANowadays%20I%27m%20using%20Haier%20CE100%20modem%20with%20SMART%20for%20my%20internet%20connection.%20As%20a%20default%2C%20Ubuntu%209.04%20just%20know%20Haier%20CE100%20as%20a%20storage%20device.%20But%20using%20small%20trick%2C%20everything%20you%20can%20do%20with%20Ubuntu%20%3A%29.%0D%0AThis%20is%20my%20system%20%3A%0D%0AUbuntu%20Jaunty%20Jackalope%20%289.04%29%0D%0AKernel%202.6.28-15%0D%0AIntel%20Co&amp;short_link=&amp;shortener=b2l&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=4&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="shr-reddit">
			<a href="http://www.shareaholic.com/api/share/?title=How+To+Internet+Connection+Using+Haier+CE100+and+Ubuntu+9.04&amp;link=http://tantos.web.id/blogs/how-to-internet-connection-using-haier-ce100-and-ubuntu-9-04&amp;notes=%5Bad%23ad-post%5D%0D%0ANowadays%20I%27m%20using%20Haier%20CE100%20modem%20with%20SMART%20for%20my%20internet%20connection.%20As%20a%20default%2C%20Ubuntu%209.04%20just%20know%20Haier%20CE100%20as%20a%20storage%20device.%20But%20using%20small%20trick%2C%20everything%20you%20can%20do%20with%20Ubuntu%20%3A%29.%0D%0AThis%20is%20my%20system%20%3A%0D%0AUbuntu%20Jaunty%20Jackalope%20%289.04%29%0D%0AKernel%202.6.28-15%0D%0AIntel%20Co&amp;short_link=&amp;shortener=b2l&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=40&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.shareaholic.com/api/share/?title=How+To+Internet+Connection+Using+Haier+CE100+and+Ubuntu+9.04&amp;link=http://tantos.web.id/blogs/how-to-internet-connection-using-haier-ce100-and-ubuntu-9-04&amp;notes=%5Bad%23ad-post%5D%0D%0ANowadays%20I%27m%20using%20Haier%20CE100%20modem%20with%20SMART%20for%20my%20internet%20connection.%20As%20a%20default%2C%20Ubuntu%209.04%20just%20know%20Haier%20CE100%20as%20a%20storage%20device.%20But%20using%20small%20trick%2C%20everything%20you%20can%20do%20with%20Ubuntu%20%3A%29.%0D%0AThis%20is%20my%20system%20%3A%0D%0AUbuntu%20Jaunty%20Jackalope%20%289.04%29%0D%0AKernel%202.6.28-15%0D%0AIntel%20Co&amp;short_link=&amp;shortener=b2l&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=38&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-technorati">
			<a href="http://www.shareaholic.com/api/share/?title=How+To+Internet+Connection+Using+Haier+CE100+and+Ubuntu+9.04&amp;link=http://tantos.web.id/blogs/how-to-internet-connection-using-haier-ce100-and-ubuntu-9-04&amp;notes=%5Bad%23ad-post%5D%0D%0ANowadays%20I%27m%20using%20Haier%20CE100%20modem%20with%20SMART%20for%20my%20internet%20connection.%20As%20a%20default%2C%20Ubuntu%209.04%20just%20know%20Haier%20CE100%20as%20a%20storage%20device.%20But%20using%20small%20trick%2C%20everything%20you%20can%20do%20with%20Ubuntu%20%3A%29.%0D%0AThis%20is%20my%20system%20%3A%0D%0AUbuntu%20Jaunty%20Jackalope%20%289.04%29%0D%0AKernel%202.6.28-15%0D%0AIntel%20Co&amp;short_link=&amp;shortener=b2l&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=10&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-twitter">
			<a href="http://www.shareaholic.com/api/share/?title=How+To+Internet+Connection+Using+Haier+CE100+and+Ubuntu+9.04&amp;link=http://tantos.web.id/blogs/how-to-internet-connection-using-haier-ce100-and-ubuntu-9-04&amp;notes=%5Bad%23ad-post%5D%0D%0ANowadays%20I%27m%20using%20Haier%20CE100%20modem%20with%20SMART%20for%20my%20internet%20connection.%20As%20a%20default%2C%20Ubuntu%209.04%20just%20know%20Haier%20CE100%20as%20a%20storage%20device.%20But%20using%20small%20trick%2C%20everything%20you%20can%20do%20with%20Ubuntu%20%3A%29.%0D%0AThis%20is%20my%20system%20%3A%0D%0AUbuntu%20Jaunty%20Jackalope%20%289.04%29%0D%0AKernel%202.6.28-15%0D%0AIntel%20Co&amp;short_link=&amp;shortener=b2l&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=%24%7Btitle%7D+-+%24%7Bshort_link%7D&amp;service=7&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.shareaholic.com/api/share/?title=How+To+Internet+Connection+Using+Haier+CE100+and+Ubuntu+9.04&amp;link=http://tantos.web.id/blogs/how-to-internet-connection-using-haier-ce100-and-ubuntu-9-04&amp;notes=%5Bad%23ad-post%5D%0D%0ANowadays%20I%27m%20using%20Haier%20CE100%20modem%20with%20SMART%20for%20my%20internet%20connection.%20As%20a%20default%2C%20Ubuntu%209.04%20just%20know%20Haier%20CE100%20as%20a%20storage%20device.%20But%20using%20small%20trick%2C%20everything%20you%20can%20do%20with%20Ubuntu%20%3A%29.%0D%0AThis%20is%20my%20system%20%3A%0D%0AUbuntu%20Jaunty%20Jackalope%20%289.04%29%0D%0AKernel%202.6.28-15%0D%0AIntel%20Co&amp;short_link=&amp;shortener=b2l&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=5&amp;tags=&amp;ctype=" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
</ul><div style="clear: both;"></div></div>



<p>Related posts:<ol><li><a href='http://tantos.web.id/blogs/how-to-internet-connection-using-cdma-evdo-modem-and-karmic-koala-ubuntu-9-10' rel='bookmark' title='How To : Internet Connection using CDMA EVDO Modem and Karmic Koala (Ubuntu 9.10)'>How To : Internet Connection using CDMA EVDO Modem and Karmic Koala (Ubuntu 9.10)</a></li>
<li><a href='http://tantos.web.id/blogs/installing-apache-2-mysql-5-1-and-php-5-2-from-source-in-ubuntu-9-04' rel='bookmark' title='Installing Apache 2, MySQL 5.1, and PHP 5.2 from Source in Ubuntu 9.04 (Jaunty)'>Installing Apache 2, MySQL 5.1, and PHP 5.2 from Source in Ubuntu 9.04 (Jaunty)</a></li>
<li><a href='http://tantos.web.id/blogs/useful-software-for-linux-desktop-1' rel='bookmark' title='Useful Software For Linux Desktop (1)'>Useful Software For Linux Desktop (1)</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://tantos.web.id/blogs/how-to-internet-connection-using-haier-ce100-and-ubuntu-9-04/feed</wfw:commentRss>
		<slash:comments>24</slash:comments>
		</item>
		<item>
		<title>Waiting For Ubuntu 9.10 Release</title>
		<link>http://tantos.web.id/blogs/waiting-for-ubuntu-9-10-release</link>
		<comments>http://tantos.web.id/blogs/waiting-for-ubuntu-9-10-release#comments</comments>
		<pubDate>Thu, 15 Oct 2009 20:30:27 +0000</pubDate>
		<dc:creator>tantos</dc:creator>
				<category><![CDATA[In Moving to Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Karmic Koala]]></category>

		<guid isPermaLink="false">http://tantos.web.id/?p=227</guid>
		<description><![CDATA[[ad#ad-posttext] It&#8217;s time to counting down the release of Ubuntu 9.10 who has code name Karmic Koala. It will release at October 29th 2009. You can get alert of karmic release by adding a script from Ubuntu to your blog or your HTML page, then you will get a counting image like this : The [...]


Related posts:<ol><li><a href='http://tantos.web.id/blogs/how-to-karmic-koala-and-canon-pixma-ip1800-ip1900' rel='bookmark' title='How To : Karmic Koala and Canon PIXMA iP1800-iP1900'>How To : Karmic Koala and Canon PIXMA iP1800-iP1900</a></li>
<li><a href='http://tantos.web.id/blogs/how-to-internet-connection-using-cdma-evdo-modem-and-karmic-koala-ubuntu-9-10' rel='bookmark' title='How To : Internet Connection using CDMA EVDO Modem and Karmic Koala (Ubuntu 9.10)'>How To : Internet Connection using CDMA EVDO Modem and Karmic Koala (Ubuntu 9.10)</a></li>
<li><a href='http://tantos.web.id/blogs/ubuntu-lucid-release-party-%e2%80%9clinux-untuk-dunia-kesehatan%e2%80%9d' rel='bookmark' title='Ubuntu Lucid Release Party “Linux Untuk Dunia Kesehatan”'>Ubuntu Lucid Release Party “Linux Untuk Dunia Kesehatan”</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>[ad#ad-posttext]</p>
<p>It&#8217;s time to counting down the release of Ubuntu 9.10 who has code name Karmic Koala. It will release at October 29th 2009. You can get alert of karmic release by adding <a href="http://www.ubuntu.com/getubuntu/countdown" target="_blank">a script from Ubuntu</a> to your blog or your HTML page, then you will get a counting image like this :</p>
<p><script src="http://www.ubuntu.com/files/countdown/display2.js" type="text/javascript"></script></p>
<p>The other ways is importing it&#8217;s <a href="http://www.google.com/calendar/ical/canonical.com_blj1lu4jk3mt7ubh8jdcnpmp58%40group.calendar.google.com/public/basic.ics">ical file</a> to your <a href="http://calendar.google.com" target="_blank">Google Calendar</a></p>
<p><strong><span style="color: #993300;">Can&#8217;t wait for release?</span></strong><br />
You can get the <a href="http://releases.ubuntu.com/releases/9.10/" target="_blank">beta release</a> from Ubuntu or form <a href="http://www.ubuntu.com/testing/karmic/beta" target="_blank">mirrors</a> near from you.</p>
<p><strong><span style="color: #993300;">What&#8217;s New inside Karmic Koala?</span></strong></p>
<ol>
<li><strong>Upstart</strong><br />
Upstart is an event-based replacement for the /sbin/init daemon which handles starting of tasks and services during boot, stopping them during shutdown and supervising them while the system is running. Visit <a href="http://upstart.ubuntu.com/" target="_blank">Upstart</a> for detail.</li>
<li><strong>Boot Experience</strong></li>
<li> <strong>Software Center</strong></li>
<li> <strong>GNOME 2.28</strong></li>
<li> <strong>Application development with Quickly</strong></li>
<li> <strong>Kubuntu Netbook release</strong></li>
<li> <strong>Ubuntu Enterprise Cloud Images</strong></li>
<li> <strong>Ubuntu One file sharing</strong></li>
<li> <strong>Linux kernel 2.6.31</strong></li>
<li> <strong>hal deprecation</strong></li>
<li> <strong>New Intel video driver architecture available for testing</strong></li>
<li> <strong>ext4 by default</strong></li>
<li> <strong>GRUB 2 by default</strong></li>
<li> <strong>iSCSI installation</strong></li>
<li> <strong>AppArmor</strong></li>
<li> <strong>New profiles</strong></li>
<li> <strong>Libvirt</strong></li>
<li> <strong>Uncomplicated Firewall</strong></li>
<li> <strong>Non-eXecutable Emulation</strong></li>
<li> <strong>Blocking Module Loading</strong></li>
<li> <strong>Position-Independent Executables</strong></li>
</ol>
<p>You can get detailed information about Karmic Koala <a href="http://www.ubuntu.com/testing/karmic/beta" target="_blank">here</a>. Hope we will get the fastest operating system on earth <img src='http://tantos.web.id/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
*keep waitin&#8217;</p>
<p>Source :  <a href="http://www.ubuntu.com/testing/karmic/beta" target="_blank">http://www.ubuntu.com/testing/karmic/beta</a><br />
[ad#ad-post]</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center">
<ul class="socials">
		<li class="shr-comfeed">
			<a href="http://tantos.web.id/blogs/waiting-for-ubuntu-9-10-release/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-delicious">
			<a href="http://www.shareaholic.com/api/share/?title=Waiting+For+Ubuntu+9.10+Release&amp;link=http://tantos.web.id/blogs/waiting-for-ubuntu-9-10-release&amp;notes=%5Bad%23ad-posttext%5D%0D%0A%0D%0AIt%27s%20time%20to%20counting%20down%20the%20release%20of%20Ubuntu%209.10%20who%20has%20code%20name%20Karmic%20Koala.%20It%20will%20release%20at%20October%2029th%202009.%20You%20can%20get%20alert%20of%20karmic%20release%20by%20adding%20a%20script%20from%20Ubuntu%20to%20your%20blog%20or%20your%20HTML%20page%2C%20then%20you%20will%20get%20a%20counting%20image%20like%20this%20%3A%0D%0A%0D%0A%0D%0A%0D%0AThe&amp;short_link=&amp;shortener=b2l&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=2&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://www.shareaholic.com/api/share/?title=Waiting+For+Ubuntu+9.10+Release&amp;link=http://tantos.web.id/blogs/waiting-for-ubuntu-9-10-release&amp;notes=%5Bad%23ad-posttext%5D%0D%0A%0D%0AIt%27s%20time%20to%20counting%20down%20the%20release%20of%20Ubuntu%209.10%20who%20has%20code%20name%20Karmic%20Koala.%20It%20will%20release%20at%20October%2029th%202009.%20You%20can%20get%20alert%20of%20karmic%20release%20by%20adding%20a%20script%20from%20Ubuntu%20to%20your%20blog%20or%20your%20HTML%20page%2C%20then%20you%20will%20get%20a%20counting%20image%20like%20this%20%3A%0D%0A%0D%0A%0D%0A%0D%0AThe&amp;short_link=&amp;shortener=b2l&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=3&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-diigo">
			<a href="http://www.shareaholic.com/api/share/?title=Waiting+For+Ubuntu+9.10+Release&amp;link=http://tantos.web.id/blogs/waiting-for-ubuntu-9-10-release&amp;notes=%5Bad%23ad-posttext%5D%0D%0A%0D%0AIt%27s%20time%20to%20counting%20down%20the%20release%20of%20Ubuntu%209.10%20who%20has%20code%20name%20Karmic%20Koala.%20It%20will%20release%20at%20October%2029th%202009.%20You%20can%20get%20alert%20of%20karmic%20release%20by%20adding%20a%20script%20from%20Ubuntu%20to%20your%20blog%20or%20your%20HTML%20page%2C%20then%20you%20will%20get%20a%20counting%20image%20like%20this%20%3A%0D%0A%0D%0A%0D%0A%0D%0AThe&amp;short_link=&amp;shortener=b2l&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=24&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.shareaholic.com/api/share/?title=Waiting+For+Ubuntu+9.10+Release&amp;link=http://tantos.web.id/blogs/waiting-for-ubuntu-9-10-release&amp;notes=%5Bad%23ad-posttext%5D%0D%0A%0D%0AIt%27s%20time%20to%20counting%20down%20the%20release%20of%20Ubuntu%209.10%20who%20has%20code%20name%20Karmic%20Koala.%20It%20will%20release%20at%20October%2029th%202009.%20You%20can%20get%20alert%20of%20karmic%20release%20by%20adding%20a%20script%20from%20Ubuntu%20to%20your%20blog%20or%20your%20HTML%20page%2C%20then%20you%20will%20get%20a%20counting%20image%20like%20this%20%3A%0D%0A%0D%0A%0D%0A%0D%0AThe&amp;short_link=&amp;shortener=b2l&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=257&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.shareaholic.com/api/share/?title=Waiting+For+Ubuntu+9.10+Release&amp;link=http://tantos.web.id/blogs/waiting-for-ubuntu-9-10-release&amp;notes=%5Bad%23ad-posttext%5D%0D%0A%0D%0AIt%27s%20time%20to%20counting%20down%20the%20release%20of%20Ubuntu%209.10%20who%20has%20code%20name%20Karmic%20Koala.%20It%20will%20release%20at%20October%2029th%202009.%20You%20can%20get%20alert%20of%20karmic%20release%20by%20adding%20a%20script%20from%20Ubuntu%20to%20your%20blog%20or%20your%20HTML%20page%2C%20then%20you%20will%20get%20a%20counting%20image%20like%20this%20%3A%0D%0A%0D%0A%0D%0A%0D%0AThe&amp;short_link=&amp;shortener=b2l&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=6&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-mixx">
			<a href="http://www.shareaholic.com/api/share/?title=Waiting+For+Ubuntu+9.10+Release&amp;link=http://tantos.web.id/blogs/waiting-for-ubuntu-9-10-release&amp;notes=%5Bad%23ad-posttext%5D%0D%0A%0D%0AIt%27s%20time%20to%20counting%20down%20the%20release%20of%20Ubuntu%209.10%20who%20has%20code%20name%20Karmic%20Koala.%20It%20will%20release%20at%20October%2029th%202009.%20You%20can%20get%20alert%20of%20karmic%20release%20by%20adding%20a%20script%20from%20Ubuntu%20to%20your%20blog%20or%20your%20HTML%20page%2C%20then%20you%20will%20get%20a%20counting%20image%20like%20this%20%3A%0D%0A%0D%0A%0D%0A%0D%0AThe&amp;short_link=&amp;shortener=b2l&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=4&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="shr-reddit">
			<a href="http://www.shareaholic.com/api/share/?title=Waiting+For+Ubuntu+9.10+Release&amp;link=http://tantos.web.id/blogs/waiting-for-ubuntu-9-10-release&amp;notes=%5Bad%23ad-posttext%5D%0D%0A%0D%0AIt%27s%20time%20to%20counting%20down%20the%20release%20of%20Ubuntu%209.10%20who%20has%20code%20name%20Karmic%20Koala.%20It%20will%20release%20at%20October%2029th%202009.%20You%20can%20get%20alert%20of%20karmic%20release%20by%20adding%20a%20script%20from%20Ubuntu%20to%20your%20blog%20or%20your%20HTML%20page%2C%20then%20you%20will%20get%20a%20counting%20image%20like%20this%20%3A%0D%0A%0D%0A%0D%0A%0D%0AThe&amp;short_link=&amp;shortener=b2l&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=40&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.shareaholic.com/api/share/?title=Waiting+For+Ubuntu+9.10+Release&amp;link=http://tantos.web.id/blogs/waiting-for-ubuntu-9-10-release&amp;notes=%5Bad%23ad-posttext%5D%0D%0A%0D%0AIt%27s%20time%20to%20counting%20down%20the%20release%20of%20Ubuntu%209.10%20who%20has%20code%20name%20Karmic%20Koala.%20It%20will%20release%20at%20October%2029th%202009.%20You%20can%20get%20alert%20of%20karmic%20release%20by%20adding%20a%20script%20from%20Ubuntu%20to%20your%20blog%20or%20your%20HTML%20page%2C%20then%20you%20will%20get%20a%20counting%20image%20like%20this%20%3A%0D%0A%0D%0A%0D%0A%0D%0AThe&amp;short_link=&amp;shortener=b2l&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=38&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-technorati">
			<a href="http://www.shareaholic.com/api/share/?title=Waiting+For+Ubuntu+9.10+Release&amp;link=http://tantos.web.id/blogs/waiting-for-ubuntu-9-10-release&amp;notes=%5Bad%23ad-posttext%5D%0D%0A%0D%0AIt%27s%20time%20to%20counting%20down%20the%20release%20of%20Ubuntu%209.10%20who%20has%20code%20name%20Karmic%20Koala.%20It%20will%20release%20at%20October%2029th%202009.%20You%20can%20get%20alert%20of%20karmic%20release%20by%20adding%20a%20script%20from%20Ubuntu%20to%20your%20blog%20or%20your%20HTML%20page%2C%20then%20you%20will%20get%20a%20counting%20image%20like%20this%20%3A%0D%0A%0D%0A%0D%0A%0D%0AThe&amp;short_link=&amp;shortener=b2l&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=10&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-twitter">
			<a href="http://www.shareaholic.com/api/share/?title=Waiting+For+Ubuntu+9.10+Release&amp;link=http://tantos.web.id/blogs/waiting-for-ubuntu-9-10-release&amp;notes=%5Bad%23ad-posttext%5D%0D%0A%0D%0AIt%27s%20time%20to%20counting%20down%20the%20release%20of%20Ubuntu%209.10%20who%20has%20code%20name%20Karmic%20Koala.%20It%20will%20release%20at%20October%2029th%202009.%20You%20can%20get%20alert%20of%20karmic%20release%20by%20adding%20a%20script%20from%20Ubuntu%20to%20your%20blog%20or%20your%20HTML%20page%2C%20then%20you%20will%20get%20a%20counting%20image%20like%20this%20%3A%0D%0A%0D%0A%0D%0A%0D%0AThe&amp;short_link=&amp;shortener=b2l&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=%24%7Btitle%7D+-+%24%7Bshort_link%7D&amp;service=7&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.shareaholic.com/api/share/?title=Waiting+For+Ubuntu+9.10+Release&amp;link=http://tantos.web.id/blogs/waiting-for-ubuntu-9-10-release&amp;notes=%5Bad%23ad-posttext%5D%0D%0A%0D%0AIt%27s%20time%20to%20counting%20down%20the%20release%20of%20Ubuntu%209.10%20who%20has%20code%20name%20Karmic%20Koala.%20It%20will%20release%20at%20October%2029th%202009.%20You%20can%20get%20alert%20of%20karmic%20release%20by%20adding%20a%20script%20from%20Ubuntu%20to%20your%20blog%20or%20your%20HTML%20page%2C%20then%20you%20will%20get%20a%20counting%20image%20like%20this%20%3A%0D%0A%0D%0A%0D%0A%0D%0AThe&amp;short_link=&amp;shortener=b2l&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=5&amp;tags=&amp;ctype=" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
</ul><div style="clear: both;"></div></div>



<p>Related posts:<ol><li><a href='http://tantos.web.id/blogs/how-to-karmic-koala-and-canon-pixma-ip1800-ip1900' rel='bookmark' title='How To : Karmic Koala and Canon PIXMA iP1800-iP1900'>How To : Karmic Koala and Canon PIXMA iP1800-iP1900</a></li>
<li><a href='http://tantos.web.id/blogs/how-to-internet-connection-using-cdma-evdo-modem-and-karmic-koala-ubuntu-9-10' rel='bookmark' title='How To : Internet Connection using CDMA EVDO Modem and Karmic Koala (Ubuntu 9.10)'>How To : Internet Connection using CDMA EVDO Modem and Karmic Koala (Ubuntu 9.10)</a></li>
<li><a href='http://tantos.web.id/blogs/ubuntu-lucid-release-party-%e2%80%9clinux-untuk-dunia-kesehatan%e2%80%9d' rel='bookmark' title='Ubuntu Lucid Release Party “Linux Untuk Dunia Kesehatan”'>Ubuntu Lucid Release Party “Linux Untuk Dunia Kesehatan”</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://tantos.web.id/blogs/waiting-for-ubuntu-9-10-release/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Useful Software For Linux Desktop (1)</title>
		<link>http://tantos.web.id/blogs/useful-software-for-linux-desktop-1</link>
		<comments>http://tantos.web.id/blogs/useful-software-for-linux-desktop-1#comments</comments>
		<pubDate>Tue, 13 Oct 2009 20:20:10 +0000</pubDate>
		<dc:creator>tantos</dc:creator>
				<category><![CDATA[In Moving to Linux]]></category>
		<category><![CDATA[Learning by Playing]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://tantos.web.id/?p=198</guid>
		<description><![CDATA[Tilda (a Linux terminal alternative) Tilda is a Linux terminal taking after the likeness of many classic terminals from first person shooter games, Quake, Doom and Half-Life to name a few, where the terminal has no border and is hidden from the desktop till a key or keys is hit. Tilda has many features for [...]


Related posts:<ol><li><a href='http://tantos.web.id/blogs/installing-apache-2-mysql-5-1-and-php-5-2-from-source-in-ubuntu-9-04' rel='bookmark' title='Installing Apache 2, MySQL 5.1, and PHP 5.2 from Source in Ubuntu 9.04 (Jaunty)'>Installing Apache 2, MySQL 5.1, and PHP 5.2 from Source in Ubuntu 9.04 (Jaunty)</a></li>
<li><a href='http://tantos.web.id/blogs/how-to-internet-connection-using-haier-ce100-and-ubuntu-9-04' rel='bookmark' title='How To Internet Connection Using Haier CE100 and Ubuntu 9.04'>How To Internet Connection Using Haier CE100 and Ubuntu 9.04</a></li>
<li><a href='http://tantos.web.id/blogs/how-to-hide-gimp-toolbox-in-the-window-list' rel='bookmark' title='How To Hide Gimp Toolbox in The Window List'>How To Hide Gimp Toolbox in The Window List</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><!-- ckey="43E10018" --><br />
<h4><span style="color: #993300;">Tilda (a Linux terminal alternative)</span></h4>
<p>Tilda is a Linux terminal taking after the likeness of many classic terminals from first person shooter games, Quake, Doom and Half-Life to name a few, where the terminal has no border and is hidden from the desktop till a key or keys is hit.<br />
Tilda has many features for you :</p>
<ul>
<li>Key binding to show and hide tilda. This is very useful, because we not always need terminal program, but when need it, just press the key binding (I&#8217;m using F9 to bind it).</li>
<li>It just have a terminal window, tab-bar, and scrollbar (if needed). Without menu bar and status bar, so the view is more large.</li>
</ul>
<p><strong>Website</strong> : <a href="http://tilda.sourceforge.net" target="_blank">http://tilda.sourceforge.net</a><br />
<strong>Install</strong> :</p>
<pre class="prettyprint">sudo apt-get install tilda</pre>
<p>Tips : Make your machine to start it automatically, so when we need terminal, just press it&#8217;s keybinding (I&#8217;m using F9).</p>
<h4><span style="color: #993300;">Extreme Tux Racer (3D Games)</span></h4>
<p>[ad#ad-postimage]</p>
<p>Extreme Tux Racer is a 3D game for linux machine. Extreme Tux Racer based on PlanetPenguin Racer 0.3.1, and borrowing some source code from 0.5alpha, so as to maintain backwards compatibility with Tux Racer which was severely damaged in the alpha version.</p>
<p>It was originally intended that the project should be called PlanetPenguin Racer and just be a new set of developers continuing work on the same game.<br />
<strong>Website</strong> : <a href="http://www.extremetuxracer.com" target="_blank">http://www.extremetuxracer.com</a><br />
<strong>Install</strong> :</p>
<pre class="prettyprint">sudo apt-get install extremetuxracer</pre>
<h4><span style="color: #993300;">Picasa 3 for Linux (Graphic)</span></h4>
<p>[ad#ad-postimage]</p>
<p>Picasa is a software application for organizing and editing digital photos, originally created by <a href="http://www.idealab.com" target="_blank">Idealab</a> and owned by <a href="http://www.google.com" target="_blank">Google</a> since 2004.</p>
<p>This software is available for Linux, Mac, and Windows. The current version for linux when this article release is 3.0 beta.<br />
With Picasa, you can :</p>
<ul>
<li>Sync between your Picasa and <a href="http://picasaweb.google.com" target="_blank">Picasa web album</a>.</li>
<li>Edit your images.<br />
There is many features available for retouching your photos in linux using Picasa, such as Cropping, Straighten, Red eye correction, Auto Contrast, Auto Color, Retouching your photos, Add text, Lightning effect.</li>
<li>Print captions.</li>
<li>Upload easily to <a href="http://picasaweb.google.com" target="_blank">Picasa web album.<br />
</a></li>
<li>Control your <a href="http://picasaweb.google.com" target="_blank">Picasa web albums</a> settings.</li>
<li>Manage folders on your computer.</li>
<li>Get more information about your photos.<br />
With this feature, you can view your meta information from your photos, like camera type, shutter speed, apperture size, focal length, and ISO.</li>
</ul>
<p><strong>Website</strong> : <a href="http://picasa.google.com/linux" target="_blank">http://picasa.google.com/linux</a><br />
<strong>Install</strong> : download it&#8217;s package, and install it using your favorites installer software such dpkg or GDebi.<br />
Tip : Create your Picasa Web Album at <a href="http://picasaweb.google.com" target="_blank">http://picasaweb.google.com</a>, and enjoy both.</p>
<h4><span style="color: #993300;">Chromium Web Browser (Web Browser)</span></h4>
<p><img src="http://lh4.ggpht.com/_JowuXSpzqT8/StTjkEfPsdI/AAAAAAAAClg/wJ8Lg64E_wQ/s800/chromium-browser.png" alt="Chromium Web Browser" width="100" align="left" /><br />
Chromium is the open-source project behind <a href="http://chrome.google.com" target="_blank">Google Chrome</a>. It has large view, without main menu and append titlebar with tabbar, so you feel surf largerly.<br />
<strong>Website</strong> : <a href="http://code.google.com/intl/en/chromium" target="_blank">http://code.google.com/intl/en/chromium</a><br />
<strong>Install</strong> :<br />
Add the following code to your /etc/apt/sources.list file :</p>
<pre class="prettyprint">deb http://ppa.launchpad.net/chromium-daily/ppa/ubuntu jaunty main
deb-src http://ppa.launchpad.net/chromium-daily/ppa/ubuntu jaunty main</pre>
<p>Then run :</p>
<pre class="prettyprint">sudo apt-get update
sudo apt-get install chromium-browser</pre>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center">
<ul class="socials">
		<li class="shr-comfeed">
			<a href="http://tantos.web.id/blogs/useful-software-for-linux-desktop-1/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-delicious">
			<a href="http://www.shareaholic.com/api/share/?title=Useful+Software+For+Linux+Desktop+%281%29&amp;link=http://tantos.web.id/blogs/useful-software-for-linux-desktop-1&amp;notes=Tilda%20%28a%20Linux%20terminal%20alternative%29%0D%0ATilda%20is%20a%20Linux%20terminal%20taking%20after%20the%20likeness%20of%20many%20classic%20terminals%20from%20first%20person%20shooter%20games%2C%20Quake%2C%20Doom%20and%20Half-Life%20to%20name%20a%20few%2C%20where%20the%20terminal%20has%20no%20border%20and%20is%20hidden%20from%20the%20desktop%20till%20a%20key%20or%20keys%20is%20hit.%0D%0ATilda%20has%20many%20fea&amp;short_link=&amp;shortener=b2l&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=2&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://www.shareaholic.com/api/share/?title=Useful+Software+For+Linux+Desktop+%281%29&amp;link=http://tantos.web.id/blogs/useful-software-for-linux-desktop-1&amp;notes=Tilda%20%28a%20Linux%20terminal%20alternative%29%0D%0ATilda%20is%20a%20Linux%20terminal%20taking%20after%20the%20likeness%20of%20many%20classic%20terminals%20from%20first%20person%20shooter%20games%2C%20Quake%2C%20Doom%20and%20Half-Life%20to%20name%20a%20few%2C%20where%20the%20terminal%20has%20no%20border%20and%20is%20hidden%20from%20the%20desktop%20till%20a%20key%20or%20keys%20is%20hit.%0D%0ATilda%20has%20many%20fea&amp;short_link=&amp;shortener=b2l&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=3&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-diigo">
			<a href="http://www.shareaholic.com/api/share/?title=Useful+Software+For+Linux+Desktop+%281%29&amp;link=http://tantos.web.id/blogs/useful-software-for-linux-desktop-1&amp;notes=Tilda%20%28a%20Linux%20terminal%20alternative%29%0D%0ATilda%20is%20a%20Linux%20terminal%20taking%20after%20the%20likeness%20of%20many%20classic%20terminals%20from%20first%20person%20shooter%20games%2C%20Quake%2C%20Doom%20and%20Half-Life%20to%20name%20a%20few%2C%20where%20the%20terminal%20has%20no%20border%20and%20is%20hidden%20from%20the%20desktop%20till%20a%20key%20or%20keys%20is%20hit.%0D%0ATilda%20has%20many%20fea&amp;short_link=&amp;shortener=b2l&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=24&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.shareaholic.com/api/share/?title=Useful+Software+For+Linux+Desktop+%281%29&amp;link=http://tantos.web.id/blogs/useful-software-for-linux-desktop-1&amp;notes=Tilda%20%28a%20Linux%20terminal%20alternative%29%0D%0ATilda%20is%20a%20Linux%20terminal%20taking%20after%20the%20likeness%20of%20many%20classic%20terminals%20from%20first%20person%20shooter%20games%2C%20Quake%2C%20Doom%20and%20Half-Life%20to%20name%20a%20few%2C%20where%20the%20terminal%20has%20no%20border%20and%20is%20hidden%20from%20the%20desktop%20till%20a%20key%20or%20keys%20is%20hit.%0D%0ATilda%20has%20many%20fea&amp;short_link=&amp;shortener=b2l&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=257&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.shareaholic.com/api/share/?title=Useful+Software+For+Linux+Desktop+%281%29&amp;link=http://tantos.web.id/blogs/useful-software-for-linux-desktop-1&amp;notes=Tilda%20%28a%20Linux%20terminal%20alternative%29%0D%0ATilda%20is%20a%20Linux%20terminal%20taking%20after%20the%20likeness%20of%20many%20classic%20terminals%20from%20first%20person%20shooter%20games%2C%20Quake%2C%20Doom%20and%20Half-Life%20to%20name%20a%20few%2C%20where%20the%20terminal%20has%20no%20border%20and%20is%20hidden%20from%20the%20desktop%20till%20a%20key%20or%20keys%20is%20hit.%0D%0ATilda%20has%20many%20fea&amp;short_link=&amp;shortener=b2l&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=6&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-mixx">
			<a href="http://www.shareaholic.com/api/share/?title=Useful+Software+For+Linux+Desktop+%281%29&amp;link=http://tantos.web.id/blogs/useful-software-for-linux-desktop-1&amp;notes=Tilda%20%28a%20Linux%20terminal%20alternative%29%0D%0ATilda%20is%20a%20Linux%20terminal%20taking%20after%20the%20likeness%20of%20many%20classic%20terminals%20from%20first%20person%20shooter%20games%2C%20Quake%2C%20Doom%20and%20Half-Life%20to%20name%20a%20few%2C%20where%20the%20terminal%20has%20no%20border%20and%20is%20hidden%20from%20the%20desktop%20till%20a%20key%20or%20keys%20is%20hit.%0D%0ATilda%20has%20many%20fea&amp;short_link=&amp;shortener=b2l&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=4&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="shr-reddit">
			<a href="http://www.shareaholic.com/api/share/?title=Useful+Software+For+Linux+Desktop+%281%29&amp;link=http://tantos.web.id/blogs/useful-software-for-linux-desktop-1&amp;notes=Tilda%20%28a%20Linux%20terminal%20alternative%29%0D%0ATilda%20is%20a%20Linux%20terminal%20taking%20after%20the%20likeness%20of%20many%20classic%20terminals%20from%20first%20person%20shooter%20games%2C%20Quake%2C%20Doom%20and%20Half-Life%20to%20name%20a%20few%2C%20where%20the%20terminal%20has%20no%20border%20and%20is%20hidden%20from%20the%20desktop%20till%20a%20key%20or%20keys%20is%20hit.%0D%0ATilda%20has%20many%20fea&amp;short_link=&amp;shortener=b2l&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=40&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.shareaholic.com/api/share/?title=Useful+Software+For+Linux+Desktop+%281%29&amp;link=http://tantos.web.id/blogs/useful-software-for-linux-desktop-1&amp;notes=Tilda%20%28a%20Linux%20terminal%20alternative%29%0D%0ATilda%20is%20a%20Linux%20terminal%20taking%20after%20the%20likeness%20of%20many%20classic%20terminals%20from%20first%20person%20shooter%20games%2C%20Quake%2C%20Doom%20and%20Half-Life%20to%20name%20a%20few%2C%20where%20the%20terminal%20has%20no%20border%20and%20is%20hidden%20from%20the%20desktop%20till%20a%20key%20or%20keys%20is%20hit.%0D%0ATilda%20has%20many%20fea&amp;short_link=&amp;shortener=b2l&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=38&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-technorati">
			<a href="http://www.shareaholic.com/api/share/?title=Useful+Software+For+Linux+Desktop+%281%29&amp;link=http://tantos.web.id/blogs/useful-software-for-linux-desktop-1&amp;notes=Tilda%20%28a%20Linux%20terminal%20alternative%29%0D%0ATilda%20is%20a%20Linux%20terminal%20taking%20after%20the%20likeness%20of%20many%20classic%20terminals%20from%20first%20person%20shooter%20games%2C%20Quake%2C%20Doom%20and%20Half-Life%20to%20name%20a%20few%2C%20where%20the%20terminal%20has%20no%20border%20and%20is%20hidden%20from%20the%20desktop%20till%20a%20key%20or%20keys%20is%20hit.%0D%0ATilda%20has%20many%20fea&amp;short_link=&amp;shortener=b2l&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=10&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-twitter">
			<a href="http://www.shareaholic.com/api/share/?title=Useful+Software+For+Linux+Desktop+%281%29&amp;link=http://tantos.web.id/blogs/useful-software-for-linux-desktop-1&amp;notes=Tilda%20%28a%20Linux%20terminal%20alternative%29%0D%0ATilda%20is%20a%20Linux%20terminal%20taking%20after%20the%20likeness%20of%20many%20classic%20terminals%20from%20first%20person%20shooter%20games%2C%20Quake%2C%20Doom%20and%20Half-Life%20to%20name%20a%20few%2C%20where%20the%20terminal%20has%20no%20border%20and%20is%20hidden%20from%20the%20desktop%20till%20a%20key%20or%20keys%20is%20hit.%0D%0ATilda%20has%20many%20fea&amp;short_link=&amp;shortener=b2l&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=%24%7Btitle%7D+-+%24%7Bshort_link%7D&amp;service=7&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.shareaholic.com/api/share/?title=Useful+Software+For+Linux+Desktop+%281%29&amp;link=http://tantos.web.id/blogs/useful-software-for-linux-desktop-1&amp;notes=Tilda%20%28a%20Linux%20terminal%20alternative%29%0D%0ATilda%20is%20a%20Linux%20terminal%20taking%20after%20the%20likeness%20of%20many%20classic%20terminals%20from%20first%20person%20shooter%20games%2C%20Quake%2C%20Doom%20and%20Half-Life%20to%20name%20a%20few%2C%20where%20the%20terminal%20has%20no%20border%20and%20is%20hidden%20from%20the%20desktop%20till%20a%20key%20or%20keys%20is%20hit.%0D%0ATilda%20has%20many%20fea&amp;short_link=&amp;shortener=b2l&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=5&amp;tags=&amp;ctype=" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
</ul><div style="clear: both;"></div></div>



<p>Related posts:<ol><li><a href='http://tantos.web.id/blogs/installing-apache-2-mysql-5-1-and-php-5-2-from-source-in-ubuntu-9-04' rel='bookmark' title='Installing Apache 2, MySQL 5.1, and PHP 5.2 from Source in Ubuntu 9.04 (Jaunty)'>Installing Apache 2, MySQL 5.1, and PHP 5.2 from Source in Ubuntu 9.04 (Jaunty)</a></li>
<li><a href='http://tantos.web.id/blogs/how-to-internet-connection-using-haier-ce100-and-ubuntu-9-04' rel='bookmark' title='How To Internet Connection Using Haier CE100 and Ubuntu 9.04'>How To Internet Connection Using Haier CE100 and Ubuntu 9.04</a></li>
<li><a href='http://tantos.web.id/blogs/how-to-hide-gimp-toolbox-in-the-window-list' rel='bookmark' title='How To Hide Gimp Toolbox in The Window List'>How To Hide Gimp Toolbox in The Window List</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://tantos.web.id/blogs/useful-software-for-linux-desktop-1/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Installing Apache 2, MySQL 5.1, and PHP 5.2 from Source in Ubuntu 9.04 (Jaunty)</title>
		<link>http://tantos.web.id/blogs/installing-apache-2-mysql-5-1-and-php-5-2-from-source-in-ubuntu-9-04</link>
		<comments>http://tantos.web.id/blogs/installing-apache-2-mysql-5-1-and-php-5-2-from-source-in-ubuntu-9-04#comments</comments>
		<pubDate>Sun, 11 Oct 2009 16:52:51 +0000</pubDate>
		<dc:creator>tantos</dc:creator>
				<category><![CDATA[In Moving to Linux]]></category>
		<category><![CDATA[Learning by Playing]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://tantos.web.id/?p=149</guid>
		<description><![CDATA[[ad#ad-posttext] Here we go. I made this post based on my experience installing Apache 2, MySQL 5.1, and PHP 5.2 from apt-get and always get error when installing MySQL 5.1. Then I must install them from sources. Before we begin, make sure you already download source of Apache 2, MySQL 5.1, and PHP 5.2. Download [...]


Related posts:<ol><li><a href='http://tantos.web.id/blogs/membuat-autentikasi-user-menggunakan-apache' rel='bookmark' title='Membuat Autentikasi user menggunakan Apache'>Membuat Autentikasi user menggunakan Apache</a></li>
<li><a href='http://tantos.web.id/blogs/membuat-virtual-host-pada-server-lokal' rel='bookmark' title='Membuat Virtual Host pada server lokal'>Membuat Virtual Host pada server lokal</a></li>
<li><a href='http://tantos.web.id/blogs/installing-firefox-35-in-ubuntu-not-from-repository' rel='bookmark' title='Installing Firefox 3.5 in Ubuntu (not from Repository)'>Installing Firefox 3.5 in Ubuntu (not from Repository)</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>[ad#ad-posttext]</p>
<p>Here we go. I made this post based on my experience installing Apache 2, MySQL 5.1, and PHP 5.2 from apt-get and always get error when installing MySQL 5.1. Then I must install them from sources.</p>
<p>Before we begin, make sure you already download source of Apache 2, MySQL 5.1, and PHP 5.2.</p>
<p><a href="http://httpd.apache.org/download.cgi" target="_blank">Download Apache HTTP Server</a><br />
<a href="http://dev.mysql.com/downloads/mysql/5.1.html#source" target="_blank">Download MySQL Server</a><br />
<a href="http://www.php.net/downloads.php" target="_blank">Download PHP</a></p>
<p>After the download completed, lets install them&#8230;</p>
<blockquote><p>Assume this installation guide using :<br />
Apache HTTP Server version 2.2.13<br />
MySQL Server version 5.1.39<br />
PHP version 5.2.11</p>
<p>If you get different version, just replace it&#8217;s version number <img src='http://tantos.web.id/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p></blockquote>
<p>This code is ready to use, you can just paste it into your terminal/console.</p>
<p><strong><span style="color: #993300;">Install Mysql 5.1</span></strong><br />
Open terminal, and change the directory to the download folder.<br />
Do the following command :</p>
<pre class="prettyprint">#!/bin/bash
###login as root :
sudo su

###extract it :
tar -zxvf mysql-5.1.39.tar.gz

###change to the mysql extraction directory :
cd mysql-5.1.39

###adding mysql group :
groupadd mysql

###adding mysql user :
useradd mysql -g mysql

###create a directory for mysql pid file :
mkdir /var/run/mysqld

###change its owner to mysql :
chown -R mysql.mysql /var/run/mysqld

###create a directory for mysql data :
mkdir /var/mysqldata

###change its owner to mysql :
chown -R mysql.mysql /var/mysqldata

###configuring mysql :
./configure --prefix=/usr/local/ --localstatedir=/var/mysqldata --with-mysqld-user=mysql --with-unix-socket-path=/var/run/mysqld/mysqld.sock --with-plugins=innobase --without-docs --without-man

###make it :
make

###install it :
make install

###copying mysql.server file to /etc/init.d/mysql in order to automatically starting mysql-server each computer start :
cp support-files/mysql.server /etc/init.d/mysql

#make it executable
chmod +x /etc/init.d/mysql

#make it automatic start
update-rc.d mysql defaults

###starting mysql server manually :
/etc/init.d/mysql start

###install default mysql database :
mysql_install_db</pre>
<p><strong><span style="color: #993300;">Install Apache 2</span></strong><br />
Open terminal, and change the directory to the download folder.<br />
Do the following command :</p>
<pre class="prettyprint">#!/bin/bash
###login as root :
sudo su

###extract it :
tar -zxvf httpd-2.2.13.tar.gz

###change to the apache extraction directory :
cd httpd-2.2.13

###configure it :
./configure --enable-so --enable-mime-magic --enable-rewrite --with-mpm=prefork

###make it :
make

###install it :
make install

###copying apachectl file to /etc/init.d/httpd in order to automatically starting Apache HTTP Server each computer start :
cp support/apachectl /etc/init.d/httpd

#make it executable
chmod +x /etc/init.d/httpd

#make it automatic start
update-rc.d httpd defaults
</pre>
<p><strong><span style="color: #993300;">Install PHP 5.2</span></strong><br />
Open terminal, and change the directory to the download folder.<br />
Do the following command :</p>
<pre class="prettyprint">#!/bin/bash
###login as root :
sudo su

###extract it :
tar -zxvf php-5.2.11.tar.gz

###change to the PHP extraction directory :
cd php-5.2.11

###configure it :
./configure --with-apxs2=/usr/local/apache2/bin/apxs --with-mysql --with-mysqli --with-gd --enable-gd-native-ttf --enable-json --enable-zip --enable-mbstring --with-mcrypt --disable-ipv6 --enable-calendar --with-config-file-path=/usr/local/etc --enable-exif --enable-magic-quotes --with-zlib --with-iconv --with-freetype-dir=/usr --with-jpeg-dir=/usr --with-png-dir=/usr --with-bz2

###make it :
make

###install it :
make install</pre>
<p>Finally, start Apache HTTP Server manually :</p>
<pre class="prettyprint">/etc/init.d/httpd start</pre>
<p>Now, you can test your installation by typing</p>
<pre class="prettyprint">http://localhost/</pre>
<p>in your favorite browser. If it displays <strong>It works!</strong>, it must be success!<br />
Not : Place your PHP or HTML files to</p>
<pre class="prettyprint">/usr/local/apache2/htdocs</pre>
<p>If you get your installation failure, don&#8217;t be hesitate to ask here.</p>
<p>[ad#ad-post]</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center">
<ul class="socials">
		<li class="shr-comfeed">
			<a href="http://tantos.web.id/blogs/installing-apache-2-mysql-5-1-and-php-5-2-from-source-in-ubuntu-9-04/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-delicious">
			<a href="http://www.shareaholic.com/api/share/?title=Installing+Apache+2%2C+MySQL+5.1%2C+and+PHP+5.2+from+Source+in+Ubuntu+9.04+%28Jaunty%29&amp;link=http://tantos.web.id/blogs/installing-apache-2-mysql-5-1-and-php-5-2-from-source-in-ubuntu-9-04&amp;notes=%5Bad%23ad-posttext%5D%0D%0A%0D%0AHere%20we%20go.%20I%20made%20this%20post%20based%20on%20my%20experience%20installing%20Apache%202%2C%20MySQL%205.1%2C%20and%20PHP%205.2%20from%20apt-get%20and%20always%20get%20error%20when%20installing%20MySQL%205.1.%20Then%20I%20must%20install%20them%20from%20sources.%0D%0A%0D%0ABefore%20we%20begin%2C%20make%20sure%20you%20already%20download%20source%20of%20Apache%202%2C%20MySQL%205.1%2C%20an&amp;short_link=&amp;shortener=b2l&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=2&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://www.shareaholic.com/api/share/?title=Installing+Apache+2%2C+MySQL+5.1%2C+and+PHP+5.2+from+Source+in+Ubuntu+9.04+%28Jaunty%29&amp;link=http://tantos.web.id/blogs/installing-apache-2-mysql-5-1-and-php-5-2-from-source-in-ubuntu-9-04&amp;notes=%5Bad%23ad-posttext%5D%0D%0A%0D%0AHere%20we%20go.%20I%20made%20this%20post%20based%20on%20my%20experience%20installing%20Apache%202%2C%20MySQL%205.1%2C%20and%20PHP%205.2%20from%20apt-get%20and%20always%20get%20error%20when%20installing%20MySQL%205.1.%20Then%20I%20must%20install%20them%20from%20sources.%0D%0A%0D%0ABefore%20we%20begin%2C%20make%20sure%20you%20already%20download%20source%20of%20Apache%202%2C%20MySQL%205.1%2C%20an&amp;short_link=&amp;shortener=b2l&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=3&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-diigo">
			<a href="http://www.shareaholic.com/api/share/?title=Installing+Apache+2%2C+MySQL+5.1%2C+and+PHP+5.2+from+Source+in+Ubuntu+9.04+%28Jaunty%29&amp;link=http://tantos.web.id/blogs/installing-apache-2-mysql-5-1-and-php-5-2-from-source-in-ubuntu-9-04&amp;notes=%5Bad%23ad-posttext%5D%0D%0A%0D%0AHere%20we%20go.%20I%20made%20this%20post%20based%20on%20my%20experience%20installing%20Apache%202%2C%20MySQL%205.1%2C%20and%20PHP%205.2%20from%20apt-get%20and%20always%20get%20error%20when%20installing%20MySQL%205.1.%20Then%20I%20must%20install%20them%20from%20sources.%0D%0A%0D%0ABefore%20we%20begin%2C%20make%20sure%20you%20already%20download%20source%20of%20Apache%202%2C%20MySQL%205.1%2C%20an&amp;short_link=&amp;shortener=b2l&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=24&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.shareaholic.com/api/share/?title=Installing+Apache+2%2C+MySQL+5.1%2C+and+PHP+5.2+from+Source+in+Ubuntu+9.04+%28Jaunty%29&amp;link=http://tantos.web.id/blogs/installing-apache-2-mysql-5-1-and-php-5-2-from-source-in-ubuntu-9-04&amp;notes=%5Bad%23ad-posttext%5D%0D%0A%0D%0AHere%20we%20go.%20I%20made%20this%20post%20based%20on%20my%20experience%20installing%20Apache%202%2C%20MySQL%205.1%2C%20and%20PHP%205.2%20from%20apt-get%20and%20always%20get%20error%20when%20installing%20MySQL%205.1.%20Then%20I%20must%20install%20them%20from%20sources.%0D%0A%0D%0ABefore%20we%20begin%2C%20make%20sure%20you%20already%20download%20source%20of%20Apache%202%2C%20MySQL%205.1%2C%20an&amp;short_link=&amp;shortener=b2l&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=257&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.shareaholic.com/api/share/?title=Installing+Apache+2%2C+MySQL+5.1%2C+and+PHP+5.2+from+Source+in+Ubuntu+9.04+%28Jaunty%29&amp;link=http://tantos.web.id/blogs/installing-apache-2-mysql-5-1-and-php-5-2-from-source-in-ubuntu-9-04&amp;notes=%5Bad%23ad-posttext%5D%0D%0A%0D%0AHere%20we%20go.%20I%20made%20this%20post%20based%20on%20my%20experience%20installing%20Apache%202%2C%20MySQL%205.1%2C%20and%20PHP%205.2%20from%20apt-get%20and%20always%20get%20error%20when%20installing%20MySQL%205.1.%20Then%20I%20must%20install%20them%20from%20sources.%0D%0A%0D%0ABefore%20we%20begin%2C%20make%20sure%20you%20already%20download%20source%20of%20Apache%202%2C%20MySQL%205.1%2C%20an&amp;short_link=&amp;shortener=b2l&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=6&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-mixx">
			<a href="http://www.shareaholic.com/api/share/?title=Installing+Apache+2%2C+MySQL+5.1%2C+and+PHP+5.2+from+Source+in+Ubuntu+9.04+%28Jaunty%29&amp;link=http://tantos.web.id/blogs/installing-apache-2-mysql-5-1-and-php-5-2-from-source-in-ubuntu-9-04&amp;notes=%5Bad%23ad-posttext%5D%0D%0A%0D%0AHere%20we%20go.%20I%20made%20this%20post%20based%20on%20my%20experience%20installing%20Apache%202%2C%20MySQL%205.1%2C%20and%20PHP%205.2%20from%20apt-get%20and%20always%20get%20error%20when%20installing%20MySQL%205.1.%20Then%20I%20must%20install%20them%20from%20sources.%0D%0A%0D%0ABefore%20we%20begin%2C%20make%20sure%20you%20already%20download%20source%20of%20Apache%202%2C%20MySQL%205.1%2C%20an&amp;short_link=&amp;shortener=b2l&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=4&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="shr-reddit">
			<a href="http://www.shareaholic.com/api/share/?title=Installing+Apache+2%2C+MySQL+5.1%2C+and+PHP+5.2+from+Source+in+Ubuntu+9.04+%28Jaunty%29&amp;link=http://tantos.web.id/blogs/installing-apache-2-mysql-5-1-and-php-5-2-from-source-in-ubuntu-9-04&amp;notes=%5Bad%23ad-posttext%5D%0D%0A%0D%0AHere%20we%20go.%20I%20made%20this%20post%20based%20on%20my%20experience%20installing%20Apache%202%2C%20MySQL%205.1%2C%20and%20PHP%205.2%20from%20apt-get%20and%20always%20get%20error%20when%20installing%20MySQL%205.1.%20Then%20I%20must%20install%20them%20from%20sources.%0D%0A%0D%0ABefore%20we%20begin%2C%20make%20sure%20you%20already%20download%20source%20of%20Apache%202%2C%20MySQL%205.1%2C%20an&amp;short_link=&amp;shortener=b2l&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=40&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.shareaholic.com/api/share/?title=Installing+Apache+2%2C+MySQL+5.1%2C+and+PHP+5.2+from+Source+in+Ubuntu+9.04+%28Jaunty%29&amp;link=http://tantos.web.id/blogs/installing-apache-2-mysql-5-1-and-php-5-2-from-source-in-ubuntu-9-04&amp;notes=%5Bad%23ad-posttext%5D%0D%0A%0D%0AHere%20we%20go.%20I%20made%20this%20post%20based%20on%20my%20experience%20installing%20Apache%202%2C%20MySQL%205.1%2C%20and%20PHP%205.2%20from%20apt-get%20and%20always%20get%20error%20when%20installing%20MySQL%205.1.%20Then%20I%20must%20install%20them%20from%20sources.%0D%0A%0D%0ABefore%20we%20begin%2C%20make%20sure%20you%20already%20download%20source%20of%20Apache%202%2C%20MySQL%205.1%2C%20an&amp;short_link=&amp;shortener=b2l&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=38&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-technorati">
			<a href="http://www.shareaholic.com/api/share/?title=Installing+Apache+2%2C+MySQL+5.1%2C+and+PHP+5.2+from+Source+in+Ubuntu+9.04+%28Jaunty%29&amp;link=http://tantos.web.id/blogs/installing-apache-2-mysql-5-1-and-php-5-2-from-source-in-ubuntu-9-04&amp;notes=%5Bad%23ad-posttext%5D%0D%0A%0D%0AHere%20we%20go.%20I%20made%20this%20post%20based%20on%20my%20experience%20installing%20Apache%202%2C%20MySQL%205.1%2C%20and%20PHP%205.2%20from%20apt-get%20and%20always%20get%20error%20when%20installing%20MySQL%205.1.%20Then%20I%20must%20install%20them%20from%20sources.%0D%0A%0D%0ABefore%20we%20begin%2C%20make%20sure%20you%20already%20download%20source%20of%20Apache%202%2C%20MySQL%205.1%2C%20an&amp;short_link=&amp;shortener=b2l&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=10&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-twitter">
			<a href="http://www.shareaholic.com/api/share/?title=Installing+Apache+2%2C+MySQL+5.1%2C+and+PHP+5.2+from+Source+in+Ubuntu+9.04+%28Jaunty%29&amp;link=http://tantos.web.id/blogs/installing-apache-2-mysql-5-1-and-php-5-2-from-source-in-ubuntu-9-04&amp;notes=%5Bad%23ad-posttext%5D%0D%0A%0D%0AHere%20we%20go.%20I%20made%20this%20post%20based%20on%20my%20experience%20installing%20Apache%202%2C%20MySQL%205.1%2C%20and%20PHP%205.2%20from%20apt-get%20and%20always%20get%20error%20when%20installing%20MySQL%205.1.%20Then%20I%20must%20install%20them%20from%20sources.%0D%0A%0D%0ABefore%20we%20begin%2C%20make%20sure%20you%20already%20download%20source%20of%20Apache%202%2C%20MySQL%205.1%2C%20an&amp;short_link=&amp;shortener=b2l&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=%24%7Btitle%7D+-+%24%7Bshort_link%7D&amp;service=7&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.shareaholic.com/api/share/?title=Installing+Apache+2%2C+MySQL+5.1%2C+and+PHP+5.2+from+Source+in+Ubuntu+9.04+%28Jaunty%29&amp;link=http://tantos.web.id/blogs/installing-apache-2-mysql-5-1-and-php-5-2-from-source-in-ubuntu-9-04&amp;notes=%5Bad%23ad-posttext%5D%0D%0A%0D%0AHere%20we%20go.%20I%20made%20this%20post%20based%20on%20my%20experience%20installing%20Apache%202%2C%20MySQL%205.1%2C%20and%20PHP%205.2%20from%20apt-get%20and%20always%20get%20error%20when%20installing%20MySQL%205.1.%20Then%20I%20must%20install%20them%20from%20sources.%0D%0A%0D%0ABefore%20we%20begin%2C%20make%20sure%20you%20already%20download%20source%20of%20Apache%202%2C%20MySQL%205.1%2C%20an&amp;short_link=&amp;shortener=b2l&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=5&amp;tags=&amp;ctype=" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
</ul><div style="clear: both;"></div></div>



<p>Related posts:<ol><li><a href='http://tantos.web.id/blogs/membuat-autentikasi-user-menggunakan-apache' rel='bookmark' title='Membuat Autentikasi user menggunakan Apache'>Membuat Autentikasi user menggunakan Apache</a></li>
<li><a href='http://tantos.web.id/blogs/membuat-virtual-host-pada-server-lokal' rel='bookmark' title='Membuat Virtual Host pada server lokal'>Membuat Virtual Host pada server lokal</a></li>
<li><a href='http://tantos.web.id/blogs/installing-firefox-35-in-ubuntu-not-from-repository' rel='bookmark' title='Installing Firefox 3.5 in Ubuntu (not from Repository)'>Installing Firefox 3.5 in Ubuntu (not from Repository)</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://tantos.web.id/blogs/installing-apache-2-mysql-5-1-and-php-5-2-from-source-in-ubuntu-9-04/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>How To Hide Gimp Toolbox in The Window List</title>
		<link>http://tantos.web.id/blogs/how-to-hide-gimp-toolbox-in-the-window-list</link>
		<comments>http://tantos.web.id/blogs/how-to-hide-gimp-toolbox-in-the-window-list#comments</comments>
		<pubDate>Fri, 09 Oct 2009 18:37:42 +0000</pubDate>
		<dc:creator>tantos</dc:creator>
				<category><![CDATA[In Moving to Linux]]></category>
		<category><![CDATA[Learning by Playing]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Gimp]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://tantos.web.id/?p=83</guid>
		<description><![CDATA[[ad#ad-postimage] Sometimes when you open The Gimp, it shows 3 window list (main window, toolbox window, and docks window) in the panel. It happen because you are activating compiz and not setting it yet. This is very wasful space and not eye catching in your panel. To solve it just follow the step I found [...]


Related posts:<ol><li><a href='http://tantos.web.id/blogs/menyembunyikan-toolbox-gimp' rel='bookmark' title='Menyembunyikan Toolbox Gimp'>Menyembunyikan Toolbox Gimp</a></li>
<li><a href='http://tantos.web.id/blogs/installing-firefox-35-in-ubuntu-not-from-repository' rel='bookmark' title='Installing Firefox 3.5 in Ubuntu (not from Repository)'>Installing Firefox 3.5 in Ubuntu (not from Repository)</a></li>
<li><a href='http://tantos.web.id/blogs/how-to-internet-connection-using-cdma-evdo-modem-and-karmic-koala-ubuntu-9-10' rel='bookmark' title='How To : Internet Connection using CDMA EVDO Modem and Karmic Koala (Ubuntu 9.10)'>How To : Internet Connection using CDMA EVDO Modem and Karmic Koala (Ubuntu 9.10)</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>[ad#ad-postimage]</p>
<p>Sometimes when you open <a href="http://www.gimp.org">The Gimp</a>, it shows 3 window list (main window, toolbox window, and docks window) in the panel. It happen because you are activating compiz and not setting it yet.</p>
<p><img src="http://lh3.ggpht.com/_JowuXSpzqT8/Ss9-q2FE6jI/AAAAAAAACfc/rAQEGLbIxVc/s288/screenshot_015.jpg" alt="gimp" /></p>
<p>This is very wasful space and not eye catching in your panel.</p>
<p>To solve it just follow the step I found from <a href="https://bugzilla.redhat.com/show_bug.cgi?id=466622" target="_blank">https://bugzilla.redhat.com/show_bug.cgi?id=466622</a> :</p>
<ol>
<li>Open your terminal</li>
<li>Type :
<pre class="prettyprint">$ gconftool-2 -s /apps/compiz/general/allscreens/options/active_plugins --type=list --list-type=string `gconftool-2 -g /apps/compiz/general/allscreens/options/active_plugins | sed 's/\]//'`,winrules]
$ gconftool-2 -s /apps/compiz/plugins/winrules/screen0/options/skiptaskbar_match --type string "type=Utility"</pre>
<p>Or follow this step :</p>
<ol>
<li>Open your CompizConfig Setting Manager (<strong><em>System -&gt; Preferences -&gt; CompizConfig Setting Manager</em></strong>). If you didn&#8217;t find it, install it by typing <strong>sudo apt-get install compizconfig-setting-manager</strong> in your terminal.</li>
<li>Activate <strong><em>Window Rules</em></strong> and then open it.<br />
<a href="http://lh3.ggpht.com/_JowuXSpzqT8/ShSXXqoU48I/AAAAAAAAA28/UI8n538AFF8/s800/Screenshot-CompizConfig%20Settings%20Manager.jpg" target="_blank"><img src="http://lh3.ggpht.com/_JowuXSpzqT8/ShSXXqoU48I/AAAAAAAAA28/UI8n538AFF8/s400/Screenshot-CompizConfig%20Settings%20Manager.jpg" alt="Compiz Config Settings manager" width="400" height="234" /></a></li>
<li>Type : <strong>type=Utility</strong> in the <strong><em>Skip Taskbar</em></strong> field.<br />
<a href="http://lh6.ggpht.com/_JowuXSpzqT8/ShSXZsv3RNI/AAAAAAAAA3A/v14iaLrewz4/s800/Screenshot-CompizConfig%20Settings%20Manager-1.jpg" target="_blank"><img src="http://lh6.ggpht.com/_JowuXSpzqT8/ShSXZsv3RNI/AAAAAAAAA3A/v14iaLrewz4/s400/Screenshot-CompizConfig%20Settings%20Manager-1.jpg" alt="CompizConfig Setting Manager" width="400" height="234" /></a></li>
</ol>
<p>After restarting Gimp you should saw The Gimp only have one item in the window list panel.<br />
<!--am#ad-post--></li>
</ol>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center">
<ul class="socials">
		<li class="shr-comfeed">
			<a href="http://tantos.web.id/blogs/how-to-hide-gimp-toolbox-in-the-window-list/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-delicious">
			<a href="http://www.shareaholic.com/api/share/?title=How+To+Hide+Gimp+Toolbox+in+The+Window+List&amp;link=http://tantos.web.id/blogs/how-to-hide-gimp-toolbox-in-the-window-list&amp;notes=%5Bad%23ad-postimage%5D%0D%0ASometimes%20when%20you%20open%20The%20Gimp%2C%20it%20shows%203%20window%20list%20%28main%20window%2C%20toolbox%20window%2C%20and%20docks%20window%29%20in%20the%20panel.%20It%20happen%20because%20you%20are%20activating%20compiz%20and%20not%20setting%20it%20yet.%0D%0A%0D%0A%0D%0AThis%20is%20very%20wasful%20space%20and%20not%20eye%20catching%20in%20your%20panel.%0D%0A%0D%0ATo%20solve%20it%20just%20follow%20&amp;short_link=&amp;shortener=b2l&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=2&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://www.shareaholic.com/api/share/?title=How+To+Hide+Gimp+Toolbox+in+The+Window+List&amp;link=http://tantos.web.id/blogs/how-to-hide-gimp-toolbox-in-the-window-list&amp;notes=%5Bad%23ad-postimage%5D%0D%0ASometimes%20when%20you%20open%20The%20Gimp%2C%20it%20shows%203%20window%20list%20%28main%20window%2C%20toolbox%20window%2C%20and%20docks%20window%29%20in%20the%20panel.%20It%20happen%20because%20you%20are%20activating%20compiz%20and%20not%20setting%20it%20yet.%0D%0A%0D%0A%0D%0AThis%20is%20very%20wasful%20space%20and%20not%20eye%20catching%20in%20your%20panel.%0D%0A%0D%0ATo%20solve%20it%20just%20follow%20&amp;short_link=&amp;shortener=b2l&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=3&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-diigo">
			<a href="http://www.shareaholic.com/api/share/?title=How+To+Hide+Gimp+Toolbox+in+The+Window+List&amp;link=http://tantos.web.id/blogs/how-to-hide-gimp-toolbox-in-the-window-list&amp;notes=%5Bad%23ad-postimage%5D%0D%0ASometimes%20when%20you%20open%20The%20Gimp%2C%20it%20shows%203%20window%20list%20%28main%20window%2C%20toolbox%20window%2C%20and%20docks%20window%29%20in%20the%20panel.%20It%20happen%20because%20you%20are%20activating%20compiz%20and%20not%20setting%20it%20yet.%0D%0A%0D%0A%0D%0AThis%20is%20very%20wasful%20space%20and%20not%20eye%20catching%20in%20your%20panel.%0D%0A%0D%0ATo%20solve%20it%20just%20follow%20&amp;short_link=&amp;shortener=b2l&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=24&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.shareaholic.com/api/share/?title=How+To+Hide+Gimp+Toolbox+in+The+Window+List&amp;link=http://tantos.web.id/blogs/how-to-hide-gimp-toolbox-in-the-window-list&amp;notes=%5Bad%23ad-postimage%5D%0D%0ASometimes%20when%20you%20open%20The%20Gimp%2C%20it%20shows%203%20window%20list%20%28main%20window%2C%20toolbox%20window%2C%20and%20docks%20window%29%20in%20the%20panel.%20It%20happen%20because%20you%20are%20activating%20compiz%20and%20not%20setting%20it%20yet.%0D%0A%0D%0A%0D%0AThis%20is%20very%20wasful%20space%20and%20not%20eye%20catching%20in%20your%20panel.%0D%0A%0D%0ATo%20solve%20it%20just%20follow%20&amp;short_link=&amp;shortener=b2l&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=257&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.shareaholic.com/api/share/?title=How+To+Hide+Gimp+Toolbox+in+The+Window+List&amp;link=http://tantos.web.id/blogs/how-to-hide-gimp-toolbox-in-the-window-list&amp;notes=%5Bad%23ad-postimage%5D%0D%0ASometimes%20when%20you%20open%20The%20Gimp%2C%20it%20shows%203%20window%20list%20%28main%20window%2C%20toolbox%20window%2C%20and%20docks%20window%29%20in%20the%20panel.%20It%20happen%20because%20you%20are%20activating%20compiz%20and%20not%20setting%20it%20yet.%0D%0A%0D%0A%0D%0AThis%20is%20very%20wasful%20space%20and%20not%20eye%20catching%20in%20your%20panel.%0D%0A%0D%0ATo%20solve%20it%20just%20follow%20&amp;short_link=&amp;shortener=b2l&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=6&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-mixx">
			<a href="http://www.shareaholic.com/api/share/?title=How+To+Hide+Gimp+Toolbox+in+The+Window+List&amp;link=http://tantos.web.id/blogs/how-to-hide-gimp-toolbox-in-the-window-list&amp;notes=%5Bad%23ad-postimage%5D%0D%0ASometimes%20when%20you%20open%20The%20Gimp%2C%20it%20shows%203%20window%20list%20%28main%20window%2C%20toolbox%20window%2C%20and%20docks%20window%29%20in%20the%20panel.%20It%20happen%20because%20you%20are%20activating%20compiz%20and%20not%20setting%20it%20yet.%0D%0A%0D%0A%0D%0AThis%20is%20very%20wasful%20space%20and%20not%20eye%20catching%20in%20your%20panel.%0D%0A%0D%0ATo%20solve%20it%20just%20follow%20&amp;short_link=&amp;shortener=b2l&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=4&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="shr-reddit">
			<a href="http://www.shareaholic.com/api/share/?title=How+To+Hide+Gimp+Toolbox+in+The+Window+List&amp;link=http://tantos.web.id/blogs/how-to-hide-gimp-toolbox-in-the-window-list&amp;notes=%5Bad%23ad-postimage%5D%0D%0ASometimes%20when%20you%20open%20The%20Gimp%2C%20it%20shows%203%20window%20list%20%28main%20window%2C%20toolbox%20window%2C%20and%20docks%20window%29%20in%20the%20panel.%20It%20happen%20because%20you%20are%20activating%20compiz%20and%20not%20setting%20it%20yet.%0D%0A%0D%0A%0D%0AThis%20is%20very%20wasful%20space%20and%20not%20eye%20catching%20in%20your%20panel.%0D%0A%0D%0ATo%20solve%20it%20just%20follow%20&amp;short_link=&amp;shortener=b2l&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=40&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.shareaholic.com/api/share/?title=How+To+Hide+Gimp+Toolbox+in+The+Window+List&amp;link=http://tantos.web.id/blogs/how-to-hide-gimp-toolbox-in-the-window-list&amp;notes=%5Bad%23ad-postimage%5D%0D%0ASometimes%20when%20you%20open%20The%20Gimp%2C%20it%20shows%203%20window%20list%20%28main%20window%2C%20toolbox%20window%2C%20and%20docks%20window%29%20in%20the%20panel.%20It%20happen%20because%20you%20are%20activating%20compiz%20and%20not%20setting%20it%20yet.%0D%0A%0D%0A%0D%0AThis%20is%20very%20wasful%20space%20and%20not%20eye%20catching%20in%20your%20panel.%0D%0A%0D%0ATo%20solve%20it%20just%20follow%20&amp;short_link=&amp;shortener=b2l&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=38&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-technorati">
			<a href="http://www.shareaholic.com/api/share/?title=How+To+Hide+Gimp+Toolbox+in+The+Window+List&amp;link=http://tantos.web.id/blogs/how-to-hide-gimp-toolbox-in-the-window-list&amp;notes=%5Bad%23ad-postimage%5D%0D%0ASometimes%20when%20you%20open%20The%20Gimp%2C%20it%20shows%203%20window%20list%20%28main%20window%2C%20toolbox%20window%2C%20and%20docks%20window%29%20in%20the%20panel.%20It%20happen%20because%20you%20are%20activating%20compiz%20and%20not%20setting%20it%20yet.%0D%0A%0D%0A%0D%0AThis%20is%20very%20wasful%20space%20and%20not%20eye%20catching%20in%20your%20panel.%0D%0A%0D%0ATo%20solve%20it%20just%20follow%20&amp;short_link=&amp;shortener=b2l&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=10&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-twitter">
			<a href="http://www.shareaholic.com/api/share/?title=How+To+Hide+Gimp+Toolbox+in+The+Window+List&amp;link=http://tantos.web.id/blogs/how-to-hide-gimp-toolbox-in-the-window-list&amp;notes=%5Bad%23ad-postimage%5D%0D%0ASometimes%20when%20you%20open%20The%20Gimp%2C%20it%20shows%203%20window%20list%20%28main%20window%2C%20toolbox%20window%2C%20and%20docks%20window%29%20in%20the%20panel.%20It%20happen%20because%20you%20are%20activating%20compiz%20and%20not%20setting%20it%20yet.%0D%0A%0D%0A%0D%0AThis%20is%20very%20wasful%20space%20and%20not%20eye%20catching%20in%20your%20panel.%0D%0A%0D%0ATo%20solve%20it%20just%20follow%20&amp;short_link=&amp;shortener=b2l&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=%24%7Btitle%7D+-+%24%7Bshort_link%7D&amp;service=7&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.shareaholic.com/api/share/?title=How+To+Hide+Gimp+Toolbox+in+The+Window+List&amp;link=http://tantos.web.id/blogs/how-to-hide-gimp-toolbox-in-the-window-list&amp;notes=%5Bad%23ad-postimage%5D%0D%0ASometimes%20when%20you%20open%20The%20Gimp%2C%20it%20shows%203%20window%20list%20%28main%20window%2C%20toolbox%20window%2C%20and%20docks%20window%29%20in%20the%20panel.%20It%20happen%20because%20you%20are%20activating%20compiz%20and%20not%20setting%20it%20yet.%0D%0A%0D%0A%0D%0AThis%20is%20very%20wasful%20space%20and%20not%20eye%20catching%20in%20your%20panel.%0D%0A%0D%0ATo%20solve%20it%20just%20follow%20&amp;short_link=&amp;shortener=b2l&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=5&amp;tags=&amp;ctype=" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
</ul><div style="clear: both;"></div></div>



<p>Related posts:<ol><li><a href='http://tantos.web.id/blogs/menyembunyikan-toolbox-gimp' rel='bookmark' title='Menyembunyikan Toolbox Gimp'>Menyembunyikan Toolbox Gimp</a></li>
<li><a href='http://tantos.web.id/blogs/installing-firefox-35-in-ubuntu-not-from-repository' rel='bookmark' title='Installing Firefox 3.5 in Ubuntu (not from Repository)'>Installing Firefox 3.5 in Ubuntu (not from Repository)</a></li>
<li><a href='http://tantos.web.id/blogs/how-to-internet-connection-using-cdma-evdo-modem-and-karmic-koala-ubuntu-9-10' rel='bookmark' title='How To : Internet Connection using CDMA EVDO Modem and Karmic Koala (Ubuntu 9.10)'>How To : Internet Connection using CDMA EVDO Modem and Karmic Koala (Ubuntu 9.10)</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://tantos.web.id/blogs/how-to-hide-gimp-toolbox-in-the-window-list/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Installing Firefox 3.5 in Ubuntu (not from Repository)</title>
		<link>http://tantos.web.id/blogs/installing-firefox-35-in-ubuntu-not-from-repository</link>
		<comments>http://tantos.web.id/blogs/installing-firefox-35-in-ubuntu-not-from-repository#comments</comments>
		<pubDate>Fri, 09 Oct 2009 04:34:48 +0000</pubDate>
		<dc:creator>tantos</dc:creator>
				<category><![CDATA[In Moving to Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://tantos.web.id/?p=75</guid>
		<description><![CDATA[I&#8217;m using Ubuntu 9.04, but sometimes I didn&#8217;t like its apt-get. In Firefox too, I didn&#8217;t like install the 3.5 version from Ubuntu Repository, because it&#8217;s renamed from Firefox to Shiretoko web browser and it has daily update. If you wanna using firefox from it&#8217;s origin, latest stable without daily update, follow this step : [...]


Related posts:<ol><li><a href='http://tantos.web.id/blogs/installing-apache-2-mysql-5-1-and-php-5-2-from-source-in-ubuntu-9-04' rel='bookmark' title='Installing Apache 2, MySQL 5.1, and PHP 5.2 from Source in Ubuntu 9.04 (Jaunty)'>Installing Apache 2, MySQL 5.1, and PHP 5.2 from Source in Ubuntu 9.04 (Jaunty)</a></li>
<li><a href='http://tantos.web.id/blogs/firefox-addon-print-preview' rel='bookmark' title='Firefox Addon : Print Preview'>Firefox Addon : Print Preview</a></li>
<li><a href='http://tantos.web.id/blogs/firefox-addon-islamic-date' rel='bookmark' title='Firefox Add-on : Islamic Date'>Firefox Add-on : Islamic Date</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://lh6.ggpht.com/_JowuXSpzqT8/StGUXxipZ8I/AAAAAAAACjA/UKY95MpHr94/s800/UbuntuLogo.jpg"><img class="aligncenter" title="Firefox 3.5 Logo" src="http://lh6.ggpht.com/_JowuXSpzqT8/StGUXxipZ8I/AAAAAAAACjA/UKY95MpHr94/s288/UbuntuLogo.jpg" alt="Ubuntu Firefox 3.5" /></a></p>
<p>I&#8217;m using Ubuntu 9.04, but sometimes I didn&#8217;t like its apt-get. In Firefox too, I didn&#8217;t like install the 3.5 version from Ubuntu Repository, because it&#8217;s renamed from Firefox to Shiretoko web browser and it has daily update.</p>
<p>If you wanna using firefox from it&#8217;s origin, latest stable without daily update, follow this step :</p>
<ol>
<li>Download Firefox for linux <a href="http://www.mozilla.com/en-US/?from=sfx&amp;uid=253116&amp;t=450">here</a></li>
<li>Open terminal and extract it to /opt : <code><br />
sudo tar -xvf firefox-3.5.3.tar.bz2 -C /opt</code></li>
<li>Make a link in /usr/local/bin :<code><br />
sudo ln -s /opt/firefox/firefox /usr/local/bin/firefox<br />
</code></li>
<li>Add an item in the menu :<br />
<a href="http://lh5.ggpht.com/_JowuXSpzqT8/Ss67gJyyXCI/AAAAAAAACgc/L-toTfYw36I/s800/screenshot_014.jpg" target="_blank"><img src="http://lh5.ggpht.com/_JowuXSpzqT8/Ss67gJyyXCI/AAAAAAAACdY/d73mdog1PpI/s288/screenshot_014.jpg" alt="Firefox 3.5 Install" /></a></p>
<ul>
<li>Open <strong>System -&gt; Preferences -&gt; Main Menu</strong></li>
<li>Click <strong>Internet</strong> in the left panel</li>
<li>Click <strong>New Item</strong> button</li>
<li>Type <strong><em>Firefox</em></strong> in the <strong>Name</strong> field, <strong><em>firefox</em></strong> in the <strong>Command</strong> field, and <strong><em>Firefox Web Browser</em></strong> in the <strong>Comment</strong> field</li>
</ul>
</li>
</ol>
<p>That&#8217;s all. Now you can enjoy your fresh firefox 3.5!<br />
<!--am#ad-post--></p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center">
<ul class="socials">
		<li class="shr-comfeed">
			<a href="http://tantos.web.id/blogs/installing-firefox-35-in-ubuntu-not-from-repository/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-delicious">
			<a href="http://www.shareaholic.com/api/share/?title=Installing+Firefox+3.5+in+Ubuntu+%28not+from+Repository%29&amp;link=http://tantos.web.id/blogs/installing-firefox-35-in-ubuntu-not-from-repository&amp;notes=%0D%0A%0D%0AI%27m%20using%20Ubuntu%209.04%2C%20but%20sometimes%20I%20didn%27t%20like%20its%20apt-get.%20In%20Firefox%20too%2C%20I%20didn%27t%20like%20install%20the%203.5%20version%20from%20Ubuntu%20Repository%2C%20because%20it%27s%20renamed%20from%20Firefox%20to%20Shiretoko%20web%20browser%20and%20it%20has%20daily%20update.%0D%0A%0D%0A%0D%0A%0D%0AIf%20you%20wanna%20using%20firefox%20from%20it%27s%20origin%2C%20latest%20stable%20with&amp;short_link=&amp;shortener=b2l&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=2&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://www.shareaholic.com/api/share/?title=Installing+Firefox+3.5+in+Ubuntu+%28not+from+Repository%29&amp;link=http://tantos.web.id/blogs/installing-firefox-35-in-ubuntu-not-from-repository&amp;notes=%0D%0A%0D%0AI%27m%20using%20Ubuntu%209.04%2C%20but%20sometimes%20I%20didn%27t%20like%20its%20apt-get.%20In%20Firefox%20too%2C%20I%20didn%27t%20like%20install%20the%203.5%20version%20from%20Ubuntu%20Repository%2C%20because%20it%27s%20renamed%20from%20Firefox%20to%20Shiretoko%20web%20browser%20and%20it%20has%20daily%20update.%0D%0A%0D%0A%0D%0A%0D%0AIf%20you%20wanna%20using%20firefox%20from%20it%27s%20origin%2C%20latest%20stable%20with&amp;short_link=&amp;shortener=b2l&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=3&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-diigo">
			<a href="http://www.shareaholic.com/api/share/?title=Installing+Firefox+3.5+in+Ubuntu+%28not+from+Repository%29&amp;link=http://tantos.web.id/blogs/installing-firefox-35-in-ubuntu-not-from-repository&amp;notes=%0D%0A%0D%0AI%27m%20using%20Ubuntu%209.04%2C%20but%20sometimes%20I%20didn%27t%20like%20its%20apt-get.%20In%20Firefox%20too%2C%20I%20didn%27t%20like%20install%20the%203.5%20version%20from%20Ubuntu%20Repository%2C%20because%20it%27s%20renamed%20from%20Firefox%20to%20Shiretoko%20web%20browser%20and%20it%20has%20daily%20update.%0D%0A%0D%0A%0D%0A%0D%0AIf%20you%20wanna%20using%20firefox%20from%20it%27s%20origin%2C%20latest%20stable%20with&amp;short_link=&amp;shortener=b2l&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=24&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.shareaholic.com/api/share/?title=Installing+Firefox+3.5+in+Ubuntu+%28not+from+Repository%29&amp;link=http://tantos.web.id/blogs/installing-firefox-35-in-ubuntu-not-from-repository&amp;notes=%0D%0A%0D%0AI%27m%20using%20Ubuntu%209.04%2C%20but%20sometimes%20I%20didn%27t%20like%20its%20apt-get.%20In%20Firefox%20too%2C%20I%20didn%27t%20like%20install%20the%203.5%20version%20from%20Ubuntu%20Repository%2C%20because%20it%27s%20renamed%20from%20Firefox%20to%20Shiretoko%20web%20browser%20and%20it%20has%20daily%20update.%0D%0A%0D%0A%0D%0A%0D%0AIf%20you%20wanna%20using%20firefox%20from%20it%27s%20origin%2C%20latest%20stable%20with&amp;short_link=&amp;shortener=b2l&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=257&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.shareaholic.com/api/share/?title=Installing+Firefox+3.5+in+Ubuntu+%28not+from+Repository%29&amp;link=http://tantos.web.id/blogs/installing-firefox-35-in-ubuntu-not-from-repository&amp;notes=%0D%0A%0D%0AI%27m%20using%20Ubuntu%209.04%2C%20but%20sometimes%20I%20didn%27t%20like%20its%20apt-get.%20In%20Firefox%20too%2C%20I%20didn%27t%20like%20install%20the%203.5%20version%20from%20Ubuntu%20Repository%2C%20because%20it%27s%20renamed%20from%20Firefox%20to%20Shiretoko%20web%20browser%20and%20it%20has%20daily%20update.%0D%0A%0D%0A%0D%0A%0D%0AIf%20you%20wanna%20using%20firefox%20from%20it%27s%20origin%2C%20latest%20stable%20with&amp;short_link=&amp;shortener=b2l&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=6&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-mixx">
			<a href="http://www.shareaholic.com/api/share/?title=Installing+Firefox+3.5+in+Ubuntu+%28not+from+Repository%29&amp;link=http://tantos.web.id/blogs/installing-firefox-35-in-ubuntu-not-from-repository&amp;notes=%0D%0A%0D%0AI%27m%20using%20Ubuntu%209.04%2C%20but%20sometimes%20I%20didn%27t%20like%20its%20apt-get.%20In%20Firefox%20too%2C%20I%20didn%27t%20like%20install%20the%203.5%20version%20from%20Ubuntu%20Repository%2C%20because%20it%27s%20renamed%20from%20Firefox%20to%20Shiretoko%20web%20browser%20and%20it%20has%20daily%20update.%0D%0A%0D%0A%0D%0A%0D%0AIf%20you%20wanna%20using%20firefox%20from%20it%27s%20origin%2C%20latest%20stable%20with&amp;short_link=&amp;shortener=b2l&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=4&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="shr-reddit">
			<a href="http://www.shareaholic.com/api/share/?title=Installing+Firefox+3.5+in+Ubuntu+%28not+from+Repository%29&amp;link=http://tantos.web.id/blogs/installing-firefox-35-in-ubuntu-not-from-repository&amp;notes=%0D%0A%0D%0AI%27m%20using%20Ubuntu%209.04%2C%20but%20sometimes%20I%20didn%27t%20like%20its%20apt-get.%20In%20Firefox%20too%2C%20I%20didn%27t%20like%20install%20the%203.5%20version%20from%20Ubuntu%20Repository%2C%20because%20it%27s%20renamed%20from%20Firefox%20to%20Shiretoko%20web%20browser%20and%20it%20has%20daily%20update.%0D%0A%0D%0A%0D%0A%0D%0AIf%20you%20wanna%20using%20firefox%20from%20it%27s%20origin%2C%20latest%20stable%20with&amp;short_link=&amp;shortener=b2l&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=40&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.shareaholic.com/api/share/?title=Installing+Firefox+3.5+in+Ubuntu+%28not+from+Repository%29&amp;link=http://tantos.web.id/blogs/installing-firefox-35-in-ubuntu-not-from-repository&amp;notes=%0D%0A%0D%0AI%27m%20using%20Ubuntu%209.04%2C%20but%20sometimes%20I%20didn%27t%20like%20its%20apt-get.%20In%20Firefox%20too%2C%20I%20didn%27t%20like%20install%20the%203.5%20version%20from%20Ubuntu%20Repository%2C%20because%20it%27s%20renamed%20from%20Firefox%20to%20Shiretoko%20web%20browser%20and%20it%20has%20daily%20update.%0D%0A%0D%0A%0D%0A%0D%0AIf%20you%20wanna%20using%20firefox%20from%20it%27s%20origin%2C%20latest%20stable%20with&amp;short_link=&amp;shortener=b2l&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=38&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-technorati">
			<a href="http://www.shareaholic.com/api/share/?title=Installing+Firefox+3.5+in+Ubuntu+%28not+from+Repository%29&amp;link=http://tantos.web.id/blogs/installing-firefox-35-in-ubuntu-not-from-repository&amp;notes=%0D%0A%0D%0AI%27m%20using%20Ubuntu%209.04%2C%20but%20sometimes%20I%20didn%27t%20like%20its%20apt-get.%20In%20Firefox%20too%2C%20I%20didn%27t%20like%20install%20the%203.5%20version%20from%20Ubuntu%20Repository%2C%20because%20it%27s%20renamed%20from%20Firefox%20to%20Shiretoko%20web%20browser%20and%20it%20has%20daily%20update.%0D%0A%0D%0A%0D%0A%0D%0AIf%20you%20wanna%20using%20firefox%20from%20it%27s%20origin%2C%20latest%20stable%20with&amp;short_link=&amp;shortener=b2l&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=10&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-twitter">
			<a href="http://www.shareaholic.com/api/share/?title=Installing+Firefox+3.5+in+Ubuntu+%28not+from+Repository%29&amp;link=http://tantos.web.id/blogs/installing-firefox-35-in-ubuntu-not-from-repository&amp;notes=%0D%0A%0D%0AI%27m%20using%20Ubuntu%209.04%2C%20but%20sometimes%20I%20didn%27t%20like%20its%20apt-get.%20In%20Firefox%20too%2C%20I%20didn%27t%20like%20install%20the%203.5%20version%20from%20Ubuntu%20Repository%2C%20because%20it%27s%20renamed%20from%20Firefox%20to%20Shiretoko%20web%20browser%20and%20it%20has%20daily%20update.%0D%0A%0D%0A%0D%0A%0D%0AIf%20you%20wanna%20using%20firefox%20from%20it%27s%20origin%2C%20latest%20stable%20with&amp;short_link=&amp;shortener=b2l&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=%24%7Btitle%7D+-+%24%7Bshort_link%7D&amp;service=7&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.shareaholic.com/api/share/?title=Installing+Firefox+3.5+in+Ubuntu+%28not+from+Repository%29&amp;link=http://tantos.web.id/blogs/installing-firefox-35-in-ubuntu-not-from-repository&amp;notes=%0D%0A%0D%0AI%27m%20using%20Ubuntu%209.04%2C%20but%20sometimes%20I%20didn%27t%20like%20its%20apt-get.%20In%20Firefox%20too%2C%20I%20didn%27t%20like%20install%20the%203.5%20version%20from%20Ubuntu%20Repository%2C%20because%20it%27s%20renamed%20from%20Firefox%20to%20Shiretoko%20web%20browser%20and%20it%20has%20daily%20update.%0D%0A%0D%0A%0D%0A%0D%0AIf%20you%20wanna%20using%20firefox%20from%20it%27s%20origin%2C%20latest%20stable%20with&amp;short_link=&amp;shortener=b2l&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=5&amp;tags=&amp;ctype=" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
</ul><div style="clear: both;"></div></div>



<p>Related posts:<ol><li><a href='http://tantos.web.id/blogs/installing-apache-2-mysql-5-1-and-php-5-2-from-source-in-ubuntu-9-04' rel='bookmark' title='Installing Apache 2, MySQL 5.1, and PHP 5.2 from Source in Ubuntu 9.04 (Jaunty)'>Installing Apache 2, MySQL 5.1, and PHP 5.2 from Source in Ubuntu 9.04 (Jaunty)</a></li>
<li><a href='http://tantos.web.id/blogs/firefox-addon-print-preview' rel='bookmark' title='Firefox Addon : Print Preview'>Firefox Addon : Print Preview</a></li>
<li><a href='http://tantos.web.id/blogs/firefox-addon-islamic-date' rel='bookmark' title='Firefox Add-on : Islamic Date'>Firefox Add-on : Islamic Date</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://tantos.web.id/blogs/installing-firefox-35-in-ubuntu-not-from-repository/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Menyembunyikan Toolbox Gimp</title>
		<link>http://tantos.web.id/blogs/menyembunyikan-toolbox-gimp</link>
		<comments>http://tantos.web.id/blogs/menyembunyikan-toolbox-gimp#comments</comments>
		<pubDate>Wed, 20 May 2009 23:41:36 +0000</pubDate>
		<dc:creator>tantos</dc:creator>
				<category><![CDATA[Learning by Playing]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Compiz]]></category>
		<category><![CDATA[Gimp]]></category>

		<guid isPermaLink="false">http://tantos.web.id/?p=68</guid>
		<description><![CDATA[Ketika membuka Gimp, terkadang akan tampil 3 window list pada taskbar, yaitu Main window Toolbox window Docks window Mungkin ini agak mengganggu, dan boros-borosin space taskbar saja. Sebenarnya, window list ini hanya tampil 1 saja kalo kita ga ngaktifin compiz, jadi permasalahannya adalah pada compiz yang tidak menyembunyikan Utility window. Kalo mau (kalo ga mau [...]


Related posts:<ol><li><a href='http://tantos.web.id/blogs/how-to-hide-gimp-toolbox-in-the-window-list' rel='bookmark' title='How To Hide Gimp Toolbox in The Window List'>How To Hide Gimp Toolbox in The Window List</a></li>
<li><a href='http://tantos.web.id/blogs/how-to-internet-connection-using-cdma-evdo-modem-and-karmic-koala-ubuntu-9-10' rel='bookmark' title='How To : Internet Connection using CDMA EVDO Modem and Karmic Koala (Ubuntu 9.10)'>How To : Internet Connection using CDMA EVDO Modem and Karmic Koala (Ubuntu 9.10)</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Ketika membuka Gimp, terkadang akan tampil 3 window list pada taskbar, yaitu</p>
<ol>
<li>Main window</li>
<li>Toolbox window</li>
<li>Docks window</li>
</ol>
<p>Mungkin ini agak mengganggu, dan boros-borosin space taskbar saja. Sebenarnya, window list ini hanya tampil 1 saja kalo kita ga ngaktifin compiz, jadi permasalahannya adalah pada compiz yang tidak menyembunyikan Utility window.</p>
<p>Kalo mau (kalo ga mau ya ga usah dibaca mas) menyembunyikan 2 window selain main window coba cara berikut. Namun sebelumnya, pastikan setingan 2 window tersebut termasuk Utility window, caranya melihat setingannya :</p>
<p>Buka Gimp, dari menu Edit -&gt; Preferences -&gt;  Windows Management. Pada kolom Hint for the toolbox dan Hint for the docks pastikan isinya Utility window (sebenernya ini udah seting default Gimp).</p>
<p><img src="http://lh3.ggpht.com/_JowuXSpzqT8/ShSXVTSBEqI/AAAAAAAAA24/_iK9h7ZvFVw/s400/Screenshot-Preferences.jpg" alt="Seting Window di Gimp" width="400" height="306" /></p>
<p>Selanjutnya ada 2 cara untuk menyembunyikan Utility window tersebut. Cara 1 saya dapat dari <a title="Bug" href="https://bugzilla.redhat.com/show_bug.cgi?id=466622" target="_blank">https://bugzilla.redhat.com/show_bug.cgi?id=466622</a>, yaitu dengan cara :</p>
<p>Buka konsole, ketikkan (mending kopi paste) :</p>
<ol>
<li><code>gconftool-2 -s /apps/compiz/general/allscreens/options/active_plugins --type=list --list-type=string `gconftool-2 -g /apps/compiz/general/allscreens/options/active_plugins | sed 's/\]//'`,winrules]</code></li>
<li><code>gconftool-2 -s /apps/compiz/plugins/winrules/screen0/options/skiptaskbar_match --type string "type=Utility"</code></li>
</ol>
<p>Cara ke-2, menggunakan CompizConfig Setting Manager, yaitu :</p>
<ol>
<li>System -&gt; Preferences -&gt; CompizConfig Setting Manager -&gt; Window Management</li>
<li>Aktifkan Window Rules (dicentangin)
<p><img src="http://lh3.ggpht.com/_JowuXSpzqT8/ShSXXqoU48I/AAAAAAAAA28/UI8n538AFF8/s400/Screenshot-CompizConfig%20Settings%20Manager.jpg" alt="Compiz Config Settings manager" width="400" height="234" /></li>
<li>Pada kolom Skip taskbar (paling atas mas), tuliskan : type=Utility<br />
<img src="http://lh6.ggpht.com/_JowuXSpzqT8/ShSXZsv3RNI/AAAAAAAAA3A/v14iaLrewz4/s400/Screenshot-CompizConfig%20Settings%20Manager-1.jpg" alt="CompizConfig Setting Manager" width="400" height="234" /></li>
<li>Tutup CompizConfig Setting Manager</li>
</ol>
<p>Selesai mas, sekarang coba buka Gimpnya.</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center">
<ul class="socials">
		<li class="shr-comfeed">
			<a href="http://tantos.web.id/blogs/menyembunyikan-toolbox-gimp/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-delicious">
			<a href="http://www.shareaholic.com/api/share/?title=Menyembunyikan+Toolbox+Gimp&amp;link=http://tantos.web.id/blogs/menyembunyikan-toolbox-gimp&amp;notes=Ketika%20membuka%20Gimp%2C%20terkadang%20akan%20tampil%203%20window%20list%20pada%20taskbar%2C%20yaitu%0D%0A%0D%0A%09Main%20window%0D%0A%09Toolbox%20window%0D%0A%09Docks%20window%0D%0A%0D%0AMungkin%20ini%20agak%20mengganggu%2C%20dan%20boros-borosin%20space%20taskbar%20saja.%20Sebenarnya%2C%20window%20list%20ini%20hanya%20tampil%201%20saja%20kalo%20kita%20ga%20ngaktifin%20compiz%2C%20jadi%20permasalahannya%20adala&amp;short_link=&amp;shortener=b2l&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=2&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://www.shareaholic.com/api/share/?title=Menyembunyikan+Toolbox+Gimp&amp;link=http://tantos.web.id/blogs/menyembunyikan-toolbox-gimp&amp;notes=Ketika%20membuka%20Gimp%2C%20terkadang%20akan%20tampil%203%20window%20list%20pada%20taskbar%2C%20yaitu%0D%0A%0D%0A%09Main%20window%0D%0A%09Toolbox%20window%0D%0A%09Docks%20window%0D%0A%0D%0AMungkin%20ini%20agak%20mengganggu%2C%20dan%20boros-borosin%20space%20taskbar%20saja.%20Sebenarnya%2C%20window%20list%20ini%20hanya%20tampil%201%20saja%20kalo%20kita%20ga%20ngaktifin%20compiz%2C%20jadi%20permasalahannya%20adala&amp;short_link=&amp;shortener=b2l&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=3&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-diigo">
			<a href="http://www.shareaholic.com/api/share/?title=Menyembunyikan+Toolbox+Gimp&amp;link=http://tantos.web.id/blogs/menyembunyikan-toolbox-gimp&amp;notes=Ketika%20membuka%20Gimp%2C%20terkadang%20akan%20tampil%203%20window%20list%20pada%20taskbar%2C%20yaitu%0D%0A%0D%0A%09Main%20window%0D%0A%09Toolbox%20window%0D%0A%09Docks%20window%0D%0A%0D%0AMungkin%20ini%20agak%20mengganggu%2C%20dan%20boros-borosin%20space%20taskbar%20saja.%20Sebenarnya%2C%20window%20list%20ini%20hanya%20tampil%201%20saja%20kalo%20kita%20ga%20ngaktifin%20compiz%2C%20jadi%20permasalahannya%20adala&amp;short_link=&amp;shortener=b2l&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=24&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.shareaholic.com/api/share/?title=Menyembunyikan+Toolbox+Gimp&amp;link=http://tantos.web.id/blogs/menyembunyikan-toolbox-gimp&amp;notes=Ketika%20membuka%20Gimp%2C%20terkadang%20akan%20tampil%203%20window%20list%20pada%20taskbar%2C%20yaitu%0D%0A%0D%0A%09Main%20window%0D%0A%09Toolbox%20window%0D%0A%09Docks%20window%0D%0A%0D%0AMungkin%20ini%20agak%20mengganggu%2C%20dan%20boros-borosin%20space%20taskbar%20saja.%20Sebenarnya%2C%20window%20list%20ini%20hanya%20tampil%201%20saja%20kalo%20kita%20ga%20ngaktifin%20compiz%2C%20jadi%20permasalahannya%20adala&amp;short_link=&amp;shortener=b2l&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=257&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.shareaholic.com/api/share/?title=Menyembunyikan+Toolbox+Gimp&amp;link=http://tantos.web.id/blogs/menyembunyikan-toolbox-gimp&amp;notes=Ketika%20membuka%20Gimp%2C%20terkadang%20akan%20tampil%203%20window%20list%20pada%20taskbar%2C%20yaitu%0D%0A%0D%0A%09Main%20window%0D%0A%09Toolbox%20window%0D%0A%09Docks%20window%0D%0A%0D%0AMungkin%20ini%20agak%20mengganggu%2C%20dan%20boros-borosin%20space%20taskbar%20saja.%20Sebenarnya%2C%20window%20list%20ini%20hanya%20tampil%201%20saja%20kalo%20kita%20ga%20ngaktifin%20compiz%2C%20jadi%20permasalahannya%20adala&amp;short_link=&amp;shortener=b2l&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=6&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-mixx">
			<a href="http://www.shareaholic.com/api/share/?title=Menyembunyikan+Toolbox+Gimp&amp;link=http://tantos.web.id/blogs/menyembunyikan-toolbox-gimp&amp;notes=Ketika%20membuka%20Gimp%2C%20terkadang%20akan%20tampil%203%20window%20list%20pada%20taskbar%2C%20yaitu%0D%0A%0D%0A%09Main%20window%0D%0A%09Toolbox%20window%0D%0A%09Docks%20window%0D%0A%0D%0AMungkin%20ini%20agak%20mengganggu%2C%20dan%20boros-borosin%20space%20taskbar%20saja.%20Sebenarnya%2C%20window%20list%20ini%20hanya%20tampil%201%20saja%20kalo%20kita%20ga%20ngaktifin%20compiz%2C%20jadi%20permasalahannya%20adala&amp;short_link=&amp;shortener=b2l&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=4&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="shr-reddit">
			<a href="http://www.shareaholic.com/api/share/?title=Menyembunyikan+Toolbox+Gimp&amp;link=http://tantos.web.id/blogs/menyembunyikan-toolbox-gimp&amp;notes=Ketika%20membuka%20Gimp%2C%20terkadang%20akan%20tampil%203%20window%20list%20pada%20taskbar%2C%20yaitu%0D%0A%0D%0A%09Main%20window%0D%0A%09Toolbox%20window%0D%0A%09Docks%20window%0D%0A%0D%0AMungkin%20ini%20agak%20mengganggu%2C%20dan%20boros-borosin%20space%20taskbar%20saja.%20Sebenarnya%2C%20window%20list%20ini%20hanya%20tampil%201%20saja%20kalo%20kita%20ga%20ngaktifin%20compiz%2C%20jadi%20permasalahannya%20adala&amp;short_link=&amp;shortener=b2l&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=40&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.shareaholic.com/api/share/?title=Menyembunyikan+Toolbox+Gimp&amp;link=http://tantos.web.id/blogs/menyembunyikan-toolbox-gimp&amp;notes=Ketika%20membuka%20Gimp%2C%20terkadang%20akan%20tampil%203%20window%20list%20pada%20taskbar%2C%20yaitu%0D%0A%0D%0A%09Main%20window%0D%0A%09Toolbox%20window%0D%0A%09Docks%20window%0D%0A%0D%0AMungkin%20ini%20agak%20mengganggu%2C%20dan%20boros-borosin%20space%20taskbar%20saja.%20Sebenarnya%2C%20window%20list%20ini%20hanya%20tampil%201%20saja%20kalo%20kita%20ga%20ngaktifin%20compiz%2C%20jadi%20permasalahannya%20adala&amp;short_link=&amp;shortener=b2l&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=38&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-technorati">
			<a href="http://www.shareaholic.com/api/share/?title=Menyembunyikan+Toolbox+Gimp&amp;link=http://tantos.web.id/blogs/menyembunyikan-toolbox-gimp&amp;notes=Ketika%20membuka%20Gimp%2C%20terkadang%20akan%20tampil%203%20window%20list%20pada%20taskbar%2C%20yaitu%0D%0A%0D%0A%09Main%20window%0D%0A%09Toolbox%20window%0D%0A%09Docks%20window%0D%0A%0D%0AMungkin%20ini%20agak%20mengganggu%2C%20dan%20boros-borosin%20space%20taskbar%20saja.%20Sebenarnya%2C%20window%20list%20ini%20hanya%20tampil%201%20saja%20kalo%20kita%20ga%20ngaktifin%20compiz%2C%20jadi%20permasalahannya%20adala&amp;short_link=&amp;shortener=b2l&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=10&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-twitter">
			<a href="http://www.shareaholic.com/api/share/?title=Menyembunyikan+Toolbox+Gimp&amp;link=http://tantos.web.id/blogs/menyembunyikan-toolbox-gimp&amp;notes=Ketika%20membuka%20Gimp%2C%20terkadang%20akan%20tampil%203%20window%20list%20pada%20taskbar%2C%20yaitu%0D%0A%0D%0A%09Main%20window%0D%0A%09Toolbox%20window%0D%0A%09Docks%20window%0D%0A%0D%0AMungkin%20ini%20agak%20mengganggu%2C%20dan%20boros-borosin%20space%20taskbar%20saja.%20Sebenarnya%2C%20window%20list%20ini%20hanya%20tampil%201%20saja%20kalo%20kita%20ga%20ngaktifin%20compiz%2C%20jadi%20permasalahannya%20adala&amp;short_link=&amp;shortener=b2l&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=%24%7Btitle%7D+-+%24%7Bshort_link%7D&amp;service=7&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.shareaholic.com/api/share/?title=Menyembunyikan+Toolbox+Gimp&amp;link=http://tantos.web.id/blogs/menyembunyikan-toolbox-gimp&amp;notes=Ketika%20membuka%20Gimp%2C%20terkadang%20akan%20tampil%203%20window%20list%20pada%20taskbar%2C%20yaitu%0D%0A%0D%0A%09Main%20window%0D%0A%09Toolbox%20window%0D%0A%09Docks%20window%0D%0A%0D%0AMungkin%20ini%20agak%20mengganggu%2C%20dan%20boros-borosin%20space%20taskbar%20saja.%20Sebenarnya%2C%20window%20list%20ini%20hanya%20tampil%201%20saja%20kalo%20kita%20ga%20ngaktifin%20compiz%2C%20jadi%20permasalahannya%20adala&amp;short_link=&amp;shortener=b2l&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=5&amp;tags=&amp;ctype=" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
</ul><div style="clear: both;"></div></div>



<p>Related posts:<ol><li><a href='http://tantos.web.id/blogs/how-to-hide-gimp-toolbox-in-the-window-list' rel='bookmark' title='How To Hide Gimp Toolbox in The Window List'>How To Hide Gimp Toolbox in The Window List</a></li>
<li><a href='http://tantos.web.id/blogs/how-to-internet-connection-using-cdma-evdo-modem-and-karmic-koala-ubuntu-9-10' rel='bookmark' title='How To : Internet Connection using CDMA EVDO Modem and Karmic Koala (Ubuntu 9.10)'>How To : Internet Connection using CDMA EVDO Modem and Karmic Koala (Ubuntu 9.10)</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://tantos.web.id/blogs/menyembunyikan-toolbox-gimp/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Antara Intel, Ubuntu 9.04, dan Mas Akhsan</title>
		<link>http://tantos.web.id/blogs/antara-intel-ubuntu-904-dan-mas-akhsan</link>
		<comments>http://tantos.web.id/blogs/antara-intel-ubuntu-904-dan-mas-akhsan#comments</comments>
		<pubDate>Thu, 30 Apr 2009 15:42:15 +0000</pubDate>
		<dc:creator>tantos</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Jaunty]]></category>

		<guid isPermaLink="false">http://tantos.web.id/?p=66</guid>
		<description><![CDATA[Semua ini adalah gara-gara Mas Akhsan yg mancing-mancing saya untuk upgrade dari Ubuntu 8.10 ke 9.04. Awalnya, upgrade dipandu beliau dengan mengirimkan perintah2 konsole yg harus saya ketikkan. Setelah eksekusi, muncul beberapa kali error, setelah restart&#8230;. ting-ting,,, blank. BUAJIGUR NYEMPLUNG SUMUR!!!! FORMAT, akhirnya saya tempuh untuk menjadikan komputer ini perawan kembali (tentu saja pake 9.04). [...]


Related posts:<ol><li><a href='http://tantos.web.id/blogs/ubuntu-im-comin' rel='bookmark' title='Ubuntu, I&#8217;m comin&#8230;'>Ubuntu, I&#8217;m comin&#8230;</a></li>
<li><a href='http://tantos.web.id/blogs/memilih-antara-monitor-lcd-dan-crt' rel='bookmark' title='Memilih (antara) Monitor LCD (dan CRT)'>Memilih (antara) Monitor LCD (dan CRT)</a></li>
<li><a href='http://tantos.web.id/blogs/how-to-karmic-koala-and-broadcom-wireless-bcm4312-rev-01' rel='bookmark' title='How To : Karmic Koala and Broadcom Wireless BCM4312 rev 01'>How To : Karmic Koala and Broadcom Wireless BCM4312 rev 01</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Semua ini adalah gara-gara Mas Akhsan yg mancing-mancing saya untuk upgrade dari Ubuntu 8.10 ke 9.04. Awalnya, upgrade dipandu beliau dengan mengirimkan perintah2 konsole yg harus saya ketikkan. Setelah eksekusi, muncul beberapa kali error, setelah restart&#8230;. ting-ting,,, blank. BUAJIGUR NYEMPLUNG SUMUR!!!!</p>
<p>FORMAT, akhirnya saya tempuh untuk menjadikan komputer ini perawan kembali (tentu saja pake 9.04). Tetapi, setelah diformat komputer ini menjadi bisu, ndak bisa ngemeng, suara kentongan ketika mau masuk pun hilang, apalagi mau nyetel mp3. Pokoknya semua tiba-tiba menjadi hampa, sunyi. Ga cuma itu, desktop pun makin lambat (meskipun orang-orang pada gembar-gembor klo Ubuntu Jaunty itu lebih cepet, wuz wuz&#8230;, dll), cuih&#8230;</p>
<p>Sebagai informasi ini komputer sebagai berikut :</p>
<p>Compaq CQ40-324TU, VGA Intel GMA 4500MHD, Sound : Intel</p>
<p>Setelah beberapa hari topo bisu (tapi tetep wadul-wadul di Mas Akhsan), akhirnya ini komputer angkat bicara setelah nemu tret <a href="http://ubuntuforums.org/showthread.php?t=1130582" target="_blank">http://ubuntuforums.org/showthread.php?t=1130582</a>. Dipersilakan Mas Akhsan (yg juga pake intel) untuk segera Upgrade ke Ubuntu 9.04 saja, klo informasi di tret tersebut ndak bisa dipake ya selamat berbisu-bisu ria.</p>
<p>Setelah mengikuti pentunyuk di tret itu, wifi saya jadi ndak kedetek (intel juga).</p>
<p>#update 2 Mei 2009, mendingan pake ini :</p>
<p>untuk mbenerin display : <a href="http://ubuntuforums.org/showthread.php?t=1136738" target="_blank">http://ubuntuforums.org/showthread.php?t=1136738</a></p>
<p>untuk mbenerin sound : <a href="http://ubuntuforums.org/showthread.php?t=1140667" target="_blank">http://ubuntuforums.org/showthread.php?t=1140667</a></p>
<p>sudah saya buktikan, dan memang manjur <img src='http://tantos.web.id/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>#update 14 Mei 2009</p>
<p>Thread  <a href="http://ubuntuforums.org/showthread.php?t=1136738" target="_blank">http://ubuntuforums.org/showthread.php?t=1136738</a> diatas tidak usah digubris, update saja xserver-xorg-video intel ke versi 2.7 :<br />
<code><br />
sudo apt-get update<br />
sudo apt-get upgrade<br />
sudo dpkg-reconfigure xserver-xorg<br />
</code><br />
<!--am#ad-post--></p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center">
<ul class="socials">
		<li class="shr-comfeed">
			<a href="http://tantos.web.id/blogs/antara-intel-ubuntu-904-dan-mas-akhsan/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-delicious">
			<a href="http://www.shareaholic.com/api/share/?title=Antara+Intel%2C+Ubuntu+9.04%2C+dan+Mas+Akhsan&amp;link=http://tantos.web.id/blogs/antara-intel-ubuntu-904-dan-mas-akhsan&amp;notes=Semua%20ini%20adalah%20gara-gara%20Mas%20Akhsan%20yg%20mancing-mancing%20saya%20untuk%20upgrade%20dari%20Ubuntu%208.10%20ke%209.04.%20Awalnya%2C%20upgrade%20dipandu%20beliau%20dengan%20mengirimkan%20perintah2%20konsole%20yg%20harus%20saya%20ketikkan.%20Setelah%20eksekusi%2C%20muncul%20beberapa%20kali%20error%2C%20setelah%20restart....%20ting-ting%2C%2C%2C%20blank.%20BUAJIGUR%20NYEMPLUNG%20&amp;short_link=&amp;shortener=b2l&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=2&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://www.shareaholic.com/api/share/?title=Antara+Intel%2C+Ubuntu+9.04%2C+dan+Mas+Akhsan&amp;link=http://tantos.web.id/blogs/antara-intel-ubuntu-904-dan-mas-akhsan&amp;notes=Semua%20ini%20adalah%20gara-gara%20Mas%20Akhsan%20yg%20mancing-mancing%20saya%20untuk%20upgrade%20dari%20Ubuntu%208.10%20ke%209.04.%20Awalnya%2C%20upgrade%20dipandu%20beliau%20dengan%20mengirimkan%20perintah2%20konsole%20yg%20harus%20saya%20ketikkan.%20Setelah%20eksekusi%2C%20muncul%20beberapa%20kali%20error%2C%20setelah%20restart....%20ting-ting%2C%2C%2C%20blank.%20BUAJIGUR%20NYEMPLUNG%20&amp;short_link=&amp;shortener=b2l&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=3&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-diigo">
			<a href="http://www.shareaholic.com/api/share/?title=Antara+Intel%2C+Ubuntu+9.04%2C+dan+Mas+Akhsan&amp;link=http://tantos.web.id/blogs/antara-intel-ubuntu-904-dan-mas-akhsan&amp;notes=Semua%20ini%20adalah%20gara-gara%20Mas%20Akhsan%20yg%20mancing-mancing%20saya%20untuk%20upgrade%20dari%20Ubuntu%208.10%20ke%209.04.%20Awalnya%2C%20upgrade%20dipandu%20beliau%20dengan%20mengirimkan%20perintah2%20konsole%20yg%20harus%20saya%20ketikkan.%20Setelah%20eksekusi%2C%20muncul%20beberapa%20kali%20error%2C%20setelah%20restart....%20ting-ting%2C%2C%2C%20blank.%20BUAJIGUR%20NYEMPLUNG%20&amp;short_link=&amp;shortener=b2l&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=24&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.shareaholic.com/api/share/?title=Antara+Intel%2C+Ubuntu+9.04%2C+dan+Mas+Akhsan&amp;link=http://tantos.web.id/blogs/antara-intel-ubuntu-904-dan-mas-akhsan&amp;notes=Semua%20ini%20adalah%20gara-gara%20Mas%20Akhsan%20yg%20mancing-mancing%20saya%20untuk%20upgrade%20dari%20Ubuntu%208.10%20ke%209.04.%20Awalnya%2C%20upgrade%20dipandu%20beliau%20dengan%20mengirimkan%20perintah2%20konsole%20yg%20harus%20saya%20ketikkan.%20Setelah%20eksekusi%2C%20muncul%20beberapa%20kali%20error%2C%20setelah%20restart....%20ting-ting%2C%2C%2C%20blank.%20BUAJIGUR%20NYEMPLUNG%20&amp;short_link=&amp;shortener=b2l&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=257&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.shareaholic.com/api/share/?title=Antara+Intel%2C+Ubuntu+9.04%2C+dan+Mas+Akhsan&amp;link=http://tantos.web.id/blogs/antara-intel-ubuntu-904-dan-mas-akhsan&amp;notes=Semua%20ini%20adalah%20gara-gara%20Mas%20Akhsan%20yg%20mancing-mancing%20saya%20untuk%20upgrade%20dari%20Ubuntu%208.10%20ke%209.04.%20Awalnya%2C%20upgrade%20dipandu%20beliau%20dengan%20mengirimkan%20perintah2%20konsole%20yg%20harus%20saya%20ketikkan.%20Setelah%20eksekusi%2C%20muncul%20beberapa%20kali%20error%2C%20setelah%20restart....%20ting-ting%2C%2C%2C%20blank.%20BUAJIGUR%20NYEMPLUNG%20&amp;short_link=&amp;shortener=b2l&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=6&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-mixx">
			<a href="http://www.shareaholic.com/api/share/?title=Antara+Intel%2C+Ubuntu+9.04%2C+dan+Mas+Akhsan&amp;link=http://tantos.web.id/blogs/antara-intel-ubuntu-904-dan-mas-akhsan&amp;notes=Semua%20ini%20adalah%20gara-gara%20Mas%20Akhsan%20yg%20mancing-mancing%20saya%20untuk%20upgrade%20dari%20Ubuntu%208.10%20ke%209.04.%20Awalnya%2C%20upgrade%20dipandu%20beliau%20dengan%20mengirimkan%20perintah2%20konsole%20yg%20harus%20saya%20ketikkan.%20Setelah%20eksekusi%2C%20muncul%20beberapa%20kali%20error%2C%20setelah%20restart....%20ting-ting%2C%2C%2C%20blank.%20BUAJIGUR%20NYEMPLUNG%20&amp;short_link=&amp;shortener=b2l&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=4&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="shr-reddit">
			<a href="http://www.shareaholic.com/api/share/?title=Antara+Intel%2C+Ubuntu+9.04%2C+dan+Mas+Akhsan&amp;link=http://tantos.web.id/blogs/antara-intel-ubuntu-904-dan-mas-akhsan&amp;notes=Semua%20ini%20adalah%20gara-gara%20Mas%20Akhsan%20yg%20mancing-mancing%20saya%20untuk%20upgrade%20dari%20Ubuntu%208.10%20ke%209.04.%20Awalnya%2C%20upgrade%20dipandu%20beliau%20dengan%20mengirimkan%20perintah2%20konsole%20yg%20harus%20saya%20ketikkan.%20Setelah%20eksekusi%2C%20muncul%20beberapa%20kali%20error%2C%20setelah%20restart....%20ting-ting%2C%2C%2C%20blank.%20BUAJIGUR%20NYEMPLUNG%20&amp;short_link=&amp;shortener=b2l&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=40&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.shareaholic.com/api/share/?title=Antara+Intel%2C+Ubuntu+9.04%2C+dan+Mas+Akhsan&amp;link=http://tantos.web.id/blogs/antara-intel-ubuntu-904-dan-mas-akhsan&amp;notes=Semua%20ini%20adalah%20gara-gara%20Mas%20Akhsan%20yg%20mancing-mancing%20saya%20untuk%20upgrade%20dari%20Ubuntu%208.10%20ke%209.04.%20Awalnya%2C%20upgrade%20dipandu%20beliau%20dengan%20mengirimkan%20perintah2%20konsole%20yg%20harus%20saya%20ketikkan.%20Setelah%20eksekusi%2C%20muncul%20beberapa%20kali%20error%2C%20setelah%20restart....%20ting-ting%2C%2C%2C%20blank.%20BUAJIGUR%20NYEMPLUNG%20&amp;short_link=&amp;shortener=b2l&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=38&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-technorati">
			<a href="http://www.shareaholic.com/api/share/?title=Antara+Intel%2C+Ubuntu+9.04%2C+dan+Mas+Akhsan&amp;link=http://tantos.web.id/blogs/antara-intel-ubuntu-904-dan-mas-akhsan&amp;notes=Semua%20ini%20adalah%20gara-gara%20Mas%20Akhsan%20yg%20mancing-mancing%20saya%20untuk%20upgrade%20dari%20Ubuntu%208.10%20ke%209.04.%20Awalnya%2C%20upgrade%20dipandu%20beliau%20dengan%20mengirimkan%20perintah2%20konsole%20yg%20harus%20saya%20ketikkan.%20Setelah%20eksekusi%2C%20muncul%20beberapa%20kali%20error%2C%20setelah%20restart....%20ting-ting%2C%2C%2C%20blank.%20BUAJIGUR%20NYEMPLUNG%20&amp;short_link=&amp;shortener=b2l&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=10&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-twitter">
			<a href="http://www.shareaholic.com/api/share/?title=Antara+Intel%2C+Ubuntu+9.04%2C+dan+Mas+Akhsan&amp;link=http://tantos.web.id/blogs/antara-intel-ubuntu-904-dan-mas-akhsan&amp;notes=Semua%20ini%20adalah%20gara-gara%20Mas%20Akhsan%20yg%20mancing-mancing%20saya%20untuk%20upgrade%20dari%20Ubuntu%208.10%20ke%209.04.%20Awalnya%2C%20upgrade%20dipandu%20beliau%20dengan%20mengirimkan%20perintah2%20konsole%20yg%20harus%20saya%20ketikkan.%20Setelah%20eksekusi%2C%20muncul%20beberapa%20kali%20error%2C%20setelah%20restart....%20ting-ting%2C%2C%2C%20blank.%20BUAJIGUR%20NYEMPLUNG%20&amp;short_link=&amp;shortener=b2l&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=%24%7Btitle%7D+-+%24%7Bshort_link%7D&amp;service=7&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.shareaholic.com/api/share/?title=Antara+Intel%2C+Ubuntu+9.04%2C+dan+Mas+Akhsan&amp;link=http://tantos.web.id/blogs/antara-intel-ubuntu-904-dan-mas-akhsan&amp;notes=Semua%20ini%20adalah%20gara-gara%20Mas%20Akhsan%20yg%20mancing-mancing%20saya%20untuk%20upgrade%20dari%20Ubuntu%208.10%20ke%209.04.%20Awalnya%2C%20upgrade%20dipandu%20beliau%20dengan%20mengirimkan%20perintah2%20konsole%20yg%20harus%20saya%20ketikkan.%20Setelah%20eksekusi%2C%20muncul%20beberapa%20kali%20error%2C%20setelah%20restart....%20ting-ting%2C%2C%2C%20blank.%20BUAJIGUR%20NYEMPLUNG%20&amp;short_link=&amp;shortener=b2l&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=5&amp;tags=&amp;ctype=" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
</ul><div style="clear: both;"></div></div>



<p>Related posts:<ol><li><a href='http://tantos.web.id/blogs/ubuntu-im-comin' rel='bookmark' title='Ubuntu, I&#8217;m comin&#8230;'>Ubuntu, I&#8217;m comin&#8230;</a></li>
<li><a href='http://tantos.web.id/blogs/memilih-antara-monitor-lcd-dan-crt' rel='bookmark' title='Memilih (antara) Monitor LCD (dan CRT)'>Memilih (antara) Monitor LCD (dan CRT)</a></li>
<li><a href='http://tantos.web.id/blogs/how-to-karmic-koala-and-broadcom-wireless-bcm4312-rev-01' rel='bookmark' title='How To : Karmic Koala and Broadcom Wireless BCM4312 rev 01'>How To : Karmic Koala and Broadcom Wireless BCM4312 rev 01</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://tantos.web.id/blogs/antara-intel-ubuntu-904-dan-mas-akhsan/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

