<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>ruleenux.com</title>
	<atom:link href="http://ruleenux.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://ruleenux.wordpress.com</link>
	<description>cuma situs wordpress doang</description>
	<lastBuildDate>Tue, 21 Feb 2012 09:11:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='ruleenux.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://0.gravatar.com/blavatar/a30b4cc584ba8d78fb61422a18616f1c?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>ruleenux.com</title>
		<link>http://ruleenux.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://ruleenux.wordpress.com/osd.xml" title="ruleenux.com" />
	<atom:link rel='hub' href='http://ruleenux.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Tutorial : Menambahkan System Monitor Indicator pada Unity di Ubuntu 11.10</title>
		<link>http://ruleenux.wordpress.com/2012/01/28/tutorial-menambahkan-system-monitor-indicator-pada-unity-di-ubuntu-11-10/</link>
		<comments>http://ruleenux.wordpress.com/2012/01/28/tutorial-menambahkan-system-monitor-indicator-pada-unity-di-ubuntu-11-10/#comments</comments>
		<pubDate>Sat, 28 Jan 2012 05:14:00 +0000</pubDate>
		<dc:creator>ruleenux</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[applet]]></category>
		<category><![CDATA[indicator]]></category>
		<category><![CDATA[oneiric]]></category>
		<category><![CDATA[sysmon]]></category>
		<category><![CDATA[system monitor]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[unity]]></category>

		<guid isPermaLink="false">http://ruleenux.wordpress.com/?p=111</guid>
		<description><![CDATA[Ubuntu 11.10 adalah distro yanga baru saja aku geluti selama 1 minggu ini. Banyak hal yang sudah menjadi kebiasaan di Ubuntu yang lama (dengan Gnome Classic) yang tidak ada di Oneiric, misalnya saja System Monitor, biasanya aku selalu menambahkan tool tersebut di panel bagian atas pada Gnome Classic, tapi di Unity kita tidak bisa menambahkan <a href="http://ruleenux.wordpress.com/2012/01/28/tutorial-menambahkan-system-monitor-indicator-pada-unity-di-ubuntu-11-10/" class="excerpt-more-link">[&#8230;]</a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ruleenux.wordpress.com&amp;blog=28424181&amp;post=111&amp;subd=ruleenux&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="text-align:justify;"><img class="aligncenter size-full wp-image-108" title="unity" src="http://ruleenux.files.wordpress.com/2012/01/unity.png?w=500&#038;h=281" alt="" width="500" height="281" />Ubuntu 11.10 adalah distro yanga baru saja aku geluti selama 1 minggu ini. Banyak hal yang sudah menjadi kebiasaan di Ubuntu yang lama (dengan Gnome Classic) yang tidak ada di Oneiric, misalnya saja System Monitor, biasanya aku selalu menambahkan tool tersebut di panel bagian atas pada Gnome Classic, tapi di Unity kita tidak bisa menambahkan berbagai applet semudah ketika menggunakan Gnome Classic.</p>
<p style="text-align:justify;">Karena ketergantungan dengan System Monitor akhirnya aku mencari cara agar System Monitor itu dapat dilihat pada panel bagian atas. Berikut adalah langkah-langkah untuk menambahkannya.<span id="more-111"></span></p>
<p style="text-align:justify;">1. Tambahkan sources.list dari ppa, update kemudian insall package</p>
<blockquote><p><span style="color:#ff0000;"><code>$ sudo sudo add-apt-repository ppa:alexeftimie/ppa </code></span><br />
<span style="color:#ff0000;"> <code>$ sudo apt-get update </code></span><br />
<span style="color:#ff0000;"> <code>$ sudo apt-get install indicator-sysmonitor dstat</code></span></p></blockquote>
<p style="text-align:justify;">2. Jalankan System Monitor Indicator (run command &#8220;indicator-sysmonitor&#8221;)<img class="aligncenter size-full wp-image-125" title="1a" src="http://ruleenux.files.wordpress.com/2012/01/1a.png?w=500" alt=""   /></p>
<p style="text-align:justify;">3. Untuk menambahan informasi network silahkan tambahkan code di bawah ini menggunakan text editor favorit anda lalu simpan file di Home dengan nama &#8220;sysmon&#8221; (sebernarnya urusan nama itu terserah anda <img src='http://s2.wp.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> ).:</p>
<blockquote><p><span style="color:#ff0000;"><code>#!/bin/bash</code></span></p>
<p><span style="color:#ff0000;">#settings:</span><br />
<span style="color:#ff0000;"> netspeed=true</span><br />
<span style="color:#ff0000;"> ram=true</span><br />
<span style="color:#ff0000;"> cpu=true</span><br />
<span style="color:#ff0000;"> #&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</span></p>
<p><span style="color:#ff0000;">#&#8212;&#8212;&#8212;&#8212;&#8212;- initialize &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</span><br />
<span style="color:#ff0000;"> rm /tmp/.sysmon &gt; /dev/null 2&gt;&amp;1</span><br />
<span style="color:#ff0000;"> dstat &#8211;net &#8211;mem &#8211;cpu &#8211;output=/tmp/.sysmon 1 1 &gt; /dev/null 2&gt;&amp;1</span></p>
<p><span style="color:#ff0000;">#&#8212;&#8212;&#8212;&#8211; up/down speed &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</span><br />
<span style="color:#ff0000;"> if [ $netspeed = true ]; then</span></p>
<p><span style="color:#ff0000;">upspeed=$(echo $(cat /tmp/.sysmon | tail -1 | cut -d &#8216;,&#8217; -f2)/1024 | bc)</span></p>
<p><span style="color:#ff0000;">upkbmb=$(if [ $upspeed -gt 1024 ]; then</span><br />
<span style="color:#ff0000;"> up1=$(echo $(cat /tmp/.sysmon | tail -1 | cut -d &#8216;,&#8217; -f2)/1024/1024 | bc -l)</span><br />
<span style="color:#ff0000;"> echo $up1 | head -c 4</span><br />
<span style="color:#ff0000;"> else</span><br />
<span style="color:#ff0000;"> echo $upspeed | head -c 3</span><br />
<span style="color:#ff0000;"> fi)</span></p>
<p><span style="color:#ff0000;">downspeed=$(echo $(cat /tmp/.sysmon | tail -1 | cut -d &#8216;,&#8217; -f1)/1024 | bc)</span></p>
<p><span style="color:#ff0000;">downkbmb=$(if [ $downspeed -gt 1024 ]; then</span><br />
<span style="color:#ff0000;"> down1=$(echo $(cat /tmp/.sysmon | tail -1 | cut -d &#8216;,&#8217; -f1)/1024/1024 | bc -l)</span><br />
<span style="color:#ff0000;"> echo $down1 | head -c 4</span><br />
<span style="color:#ff0000;"> else</span><br />
<span style="color:#ff0000;"> echo $downspeed | head -c 3</span><br />
<span style="color:#ff0000;"> fi)</span><br />
<span style="color:#ff0000;"> #&#8212;&#8212;&#8212;&#8212;&#8212;- up/down speed unit &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</span><br />
<span style="color:#ff0000;"> upunit=$(if [ $upspeed -gt 1024 ]; then echo &#8220;MiB/s&#8221;; else echo &#8220;KiB/s&#8221;; fi)</span><br />
<span style="color:#ff0000;"> downunit=$(if [ $downspeed -gt 1024 ]; then echo &#8220;MiB/s&#8221;; else echo &#8220;KiB/s&#8221;; fi)</span></p>
<p><span style="color:#ff0000;">fi</span></p>
<p><span style="color:#ff0000;">#&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;- CPU % used &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</span><br />
<span style="color:#ff0000;"> if [ $cpu = true ]; then</span></p>
<p><span style="color:#ff0000;">cpufree=$(cat /tmp/.sysmon | tail -1 | cut -d &#8216;,&#8217; -f9)</span><br />
<span style="color:#ff0000;"> cpuused=$(echo 100-$cpufree | bc | sed -e &#8216;s/\..*//&#8217;)</span></p>
<p><span style="color:#ff0000;">fi</span></p>
<p><span style="color:#ff0000;">#&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;- RAM % used &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</span><br />
<span style="color:#ff0000;"> if [ $ram = true ]; then</span></p>
<p><span style="color:#ff0000;">memused=$(free -m | grep buffers/cache | tr -s &#8216; &#8216; | cut -d&#8217; &#8216; -f 3)</span><br />
<span style="color:#ff0000;"> memfree=$(free -m | grep buffers/cache | tr -s &#8216; &#8216; | cut -d&#8217; &#8216; -f 4)</span><br />
<span style="color:#ff0000;"> memtotal=$(echo $memused+$memfree | bc -l)</span></p>
<p><span style="color:#ff0000;">memusedpercent=$(echo 100-100*$memfree/$memtotal | bc)</span></p>
<p><span style="color:#ff0000;">fi</span></p>
<p><span style="color:#ff0000;">#&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; The Indicator Sysmonitor actual output -</span><br />
<span style="color:#ff0000;"> echo $(if [ $ram = true ]; then echo RAM: $memusedpercent% \|; fi) $(if [ $cpu = true ]; then echo CPU: $cpuused% \|; fi) $(if [ $netspeed = true ]; then echo ↓ $downkbmb $downunit \| ↑ $upkbmb $upunit; fi)</span></p></blockquote>
<p style="text-align:justify;">4. Klik System Monitor Indicator yang berada pada panel atas lalu pilih &#8220;Preferences&#8221;<a href="http://ruleenux.files.wordpress.com/2012/01/1.png"><img class="aligncenter size-full wp-image-126" title="1" src="http://ruleenux.files.wordpress.com/2012/01/1.png?w=500" alt=""   /></a></p>
<p style="text-align:justify;">5. Pilih &#8220;Use this command&#8221; lalu ketikkan &#8220;$HOME/sysmon&#8221; lalu tekan save.<a href="http://ruleenux.files.wordpress.com/2012/01/2.png"><img class="aligncenter size-full wp-image-127" title="2" src="http://ruleenux.files.wordpress.com/2012/01/2.png?w=500" alt=""   /></a></p>
<p style="text-align:justify;">6. Matikan System Monitor Indicator kemudia jalankan kembali (restart) maka indikator akan berubah menjadi seperti di bawah ini.<a href="http://ruleenux.files.wordpress.com/2012/01/3.png"><img class="aligncenter size-full wp-image-128" title="3" src="http://ruleenux.files.wordpress.com/2012/01/3.png?w=500" alt=""   /></a></p>
<p style="text-align:justify;">7. Agar System Monitor Indicator langsung berjalan setelah merestart PC/Laptop anda, silahkan tambahkan indicator-sysmonitor pada Startup Application anda<img class="aligncenter size-full wp-image-138" title="4" src="http://ruleenux.files.wordpress.com/2012/01/4.png?w=500&#038;h=398" alt="" width="500" height="398" /></p>
<p style="text-align:justify;">Anda bisa mengubah susunan yang ada pada system monitor ini dengan meng-edit file sysmon di atas.</p>
<p style="text-align:justify;">Semoga bermanfaat <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> <a href="http://ruleenux.files.wordpress.com/2012/01/5.png"><img class="aligncenter size-full wp-image-129" title="5" src="http://ruleenux.files.wordpress.com/2012/01/5.png?w=500&#038;h=281" alt="" width="500" height="281" /></a></p>
<p style="text-align:justify;">sumber : <a href="http://www.webupd8.org/2011/05/how-to-display-network-upload-download.html">http://www.webupd8.org/</a></p>
<br />Filed under: <a href='http://ruleenux.wordpress.com/category/linux/'>linux</a>, <a href='http://ruleenux.wordpress.com/category/tutorial/'>tutorial</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ruleenux.wordpress.com/111/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ruleenux.wordpress.com/111/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ruleenux.wordpress.com/111/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ruleenux.wordpress.com/111/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ruleenux.wordpress.com/111/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ruleenux.wordpress.com/111/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ruleenux.wordpress.com/111/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ruleenux.wordpress.com/111/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ruleenux.wordpress.com/111/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ruleenux.wordpress.com/111/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ruleenux.wordpress.com/111/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ruleenux.wordpress.com/111/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ruleenux.wordpress.com/111/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ruleenux.wordpress.com/111/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ruleenux.wordpress.com&amp;blog=28424181&amp;post=111&amp;subd=ruleenux&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ruleenux.wordpress.com/2012/01/28/tutorial-menambahkan-system-monitor-indicator-pada-unity-di-ubuntu-11-10/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0ca0dd2cb2016e19a192a6e1cf88c1c6?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">ruleenux</media:title>
		</media:content>

		<media:content url="http://ruleenux.files.wordpress.com/2012/01/unity.png" medium="image">
			<media:title type="html">unity</media:title>
		</media:content>

		<media:content url="http://ruleenux.files.wordpress.com/2012/01/1a.png" medium="image">
			<media:title type="html">1a</media:title>
		</media:content>

		<media:content url="http://ruleenux.files.wordpress.com/2012/01/1.png" medium="image">
			<media:title type="html">1</media:title>
		</media:content>

		<media:content url="http://ruleenux.files.wordpress.com/2012/01/2.png" medium="image">
			<media:title type="html">2</media:title>
		</media:content>

		<media:content url="http://ruleenux.files.wordpress.com/2012/01/3.png" medium="image">
			<media:title type="html">3</media:title>
		</media:content>

		<media:content url="http://ruleenux.files.wordpress.com/2012/01/4.png" medium="image">
			<media:title type="html">4</media:title>
		</media:content>

		<media:content url="http://ruleenux.files.wordpress.com/2012/01/5.png" medium="image">
			<media:title type="html">5</media:title>
		</media:content>
	</item>
		<item>
		<title>5 Hari Bersama Unity Desktop Environment</title>
		<link>http://ruleenux.wordpress.com/2012/01/27/5-hari-bersama-unity-desktop-environment/</link>
		<comments>http://ruleenux.wordpress.com/2012/01/27/5-hari-bersama-unity-desktop-environment/#comments</comments>
		<pubDate>Fri, 27 Jan 2012 03:53:58 +0000</pubDate>
		<dc:creator>ruleenux</dc:creator>
				<category><![CDATA[cerita]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[acer aspire 4736]]></category>
		<category><![CDATA[desktop environment]]></category>
		<category><![CDATA[gnome shell]]></category>
		<category><![CDATA[natty]]></category>
		<category><![CDATA[oneiric]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[unity]]></category>

		<guid isPermaLink="false">http://ruleenux.wordpress.com/?p=106</guid>
		<description><![CDATA[Berawal dari dapat warisan dari kakakku berupa laptop Acer Aspire 4736 dan hal yang pertama kali terlintas dipikiran adalah memigrasikan laptop tersebut ke Linux. Sebenarnya distro yang terlintas pertama kali ada Ubuntu 11.04 (Natty Narwhal) karena masih ada Gnome Classic sebagai desktop environment. Tapi karena masalah backlight (Solusi Brightness Key Acer Aspire 4736 Pada Ubuntu <a href="http://ruleenux.wordpress.com/2012/01/27/5-hari-bersama-unity-desktop-environment/" class="excerpt-more-link">[&#8230;]</a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ruleenux.wordpress.com&amp;blog=28424181&amp;post=106&amp;subd=ruleenux&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="text-align:justify;"><img class="aligncenter size-medium wp-image-107" title="ubuntu-logo" src="http://ruleenux.files.wordpress.com/2012/01/ubuntu-logo-g.png?w=300&#038;h=300" alt="" width="300" height="300" />Berawal dari dapat warisan dari kakakku berupa laptop Acer Aspire 4736 dan hal yang pertama kali terlintas dipikiran adalah memigrasikan laptop tersebut ke Linux. Sebenarnya distro yang terlintas pertama kali ada Ubuntu 11.04 (Natty Narwhal) karena masih ada Gnome Classic sebagai desktop environment. Tapi karena masalah backlight (<a title="Solusi Brightness Key Acer Aspire 4736 Pada Ubuntu 11.10 (Oneric Ocelot)" href="../2012/01/24/solusi-brightness-key-acer-aspire-4736-pada-ubuntu-11-10-oneric-ocelot/">Solusi Brightness Key Acer Aspire 4736 Pada Ubuntu 11.10 (Oneiric Ocelot)</a>)yang tidak menyala akhirnya Aku mencoba menggunakan Ubuntu 11.10 (Oneiric Ocelot) untuk pertama kalinya. <span id="more-106"></span></p>
<p style="text-align:justify;"><a href="http://ruleenux.files.wordpress.com/2012/01/unity.png"><img class="aligncenter size-medium wp-image-108" title="unity" src="http://ruleenux.files.wordpress.com/2012/01/unity.png?w=300&#038;h=168" alt="" width="300" height="168" /></a>Pertama menggunakan Unity pastinya aku kebingungan karena terbiasa dengan Gnome Classic dan setiap konfigurasi bisa di ubah manual di gconf-editor, tapi berbeda dengan Unity, menu settingnya saja sudah berbeda apalagi waktu ingin mengganti ukuran font sampai bingung nyari dimana konfigurasinya.</p>
<p style="text-align:justify;">Tapi setelah 5 hari menggunakannya, Unity terasa nyaman sekali karena navigasinya yang cukup simpel sehingga lebih memudahkan user. Dan dalam waktu 5 hari saja aku sudah terbiasa dengan desktop environtment ini walaupun banyak teman yang menyarankan untuk menggantinya dengan Gnome Shell, tapi menurut saya pribadi Unity lebih bersahabat dibandingkan Gnome Shell.</p>
<br />Filed under: <a href='http://ruleenux.wordpress.com/category/cerita/'>cerita</a>, <a href='http://ruleenux.wordpress.com/category/linux/'>linux</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ruleenux.wordpress.com/106/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ruleenux.wordpress.com/106/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ruleenux.wordpress.com/106/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ruleenux.wordpress.com/106/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ruleenux.wordpress.com/106/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ruleenux.wordpress.com/106/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ruleenux.wordpress.com/106/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ruleenux.wordpress.com/106/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ruleenux.wordpress.com/106/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ruleenux.wordpress.com/106/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ruleenux.wordpress.com/106/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ruleenux.wordpress.com/106/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ruleenux.wordpress.com/106/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ruleenux.wordpress.com/106/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ruleenux.wordpress.com&amp;blog=28424181&amp;post=106&amp;subd=ruleenux&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ruleenux.wordpress.com/2012/01/27/5-hari-bersama-unity-desktop-environment/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0ca0dd2cb2016e19a192a6e1cf88c1c6?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">ruleenux</media:title>
		</media:content>

		<media:content url="http://ruleenux.files.wordpress.com/2012/01/ubuntu-logo-g.png?w=300" medium="image">
			<media:title type="html">ubuntu-logo</media:title>
		</media:content>

		<media:content url="http://ruleenux.files.wordpress.com/2012/01/unity.png?w=300" medium="image">
			<media:title type="html">unity</media:title>
		</media:content>
	</item>
		<item>
		<title>Solusi Brightness Key Acer Aspire 4736 Pada Ubuntu 11.10 (Oneiric Ocelot)</title>
		<link>http://ruleenux.wordpress.com/2012/01/24/solusi-brightness-key-acer-aspire-4736-pada-ubuntu-11-10-oneric-ocelot/</link>
		<comments>http://ruleenux.wordpress.com/2012/01/24/solusi-brightness-key-acer-aspire-4736-pada-ubuntu-11-10-oneric-ocelot/#comments</comments>
		<pubDate>Tue, 24 Jan 2012 06:15:09 +0000</pubDate>
		<dc:creator>ruleenux</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[acer aspire 4736]]></category>
		<category><![CDATA[brightness]]></category>
		<category><![CDATA[laptop]]></category>
		<category><![CDATA[natty]]></category>
		<category><![CDATA[oneiric]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://ruleenux.wordpress.com/?p=98</guid>
		<description><![CDATA[Beberapa hari lalu aku mendapatkan sebuah laptop warisan dari kakakku, laptop itu adalah Acer Aspire 4736. Dari segi kemampuan laptop ini sudah cukup buatku mengingat spesifikasi laptop ini lebih tinggi dari laptopku yang rusak yaitu Acer Aspire 4520. Begitu menerima laptop ini yang ada di otakku adalah langsung memformat seluruh data dan menginstall Linux di <a href="http://ruleenux.wordpress.com/2012/01/24/solusi-brightness-key-acer-aspire-4736-pada-ubuntu-11-10-oneric-ocelot/" class="excerpt-more-link">[&#8230;]</a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ruleenux.wordpress.com&amp;blog=28424181&amp;post=98&amp;subd=ruleenux&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="text-align:justify;"><img class="aligncenter size-medium wp-image-99" title="Acer 4736g" src="http://ruleenux.files.wordpress.com/2012/01/acer-4736g.jpg?w=300&#038;h=204" alt="" width="300" height="204" />Beberapa hari lalu aku mendapatkan sebuah laptop warisan dari kakakku, laptop itu adalah Acer Aspire 4736. Dari segi kemampuan laptop ini sudah cukup buatku mengingat spesifikasi laptop ini lebih tinggi dari laptopku yang rusak yaitu Acer Aspire 4520.</p>
<p style="text-align:justify;">Begitu menerima laptop ini yang ada di otakku adalah langsung memformat seluruh data dan menginstall Linux di dalamnya, dan pilihan pertama jatuh pada Linux Ubuntu 11.04 (Natty Narwhal) mengingat itu terakhir kalinya Ubuntu menggunakan Gnome Classic. Namun semuanya tak sesuai harapan karena backlight laptop tidak menyala setelah diinstall dan brightness key-nya pun tidak aktif setelah googling di yahoo (hehehe) ketemu solusi untuk mengaktifkan backlight, tapi backligt berada pada kecerahan paling tinggi sehingga membuat sakit di mata.<span id="more-98"></span></p>
<p style="text-align:justify;">Akhirnya setelah diutak-atik sampai akhirnya menyerah dan aku memutuskan untuk mendownload Ubuntu 11.10 (Oneiric Ocelot). Setelah selesai download langsung deh install. Sekilas setelah install gak ada masalah tapi ternyata ada masalah pada brightness key, ketika brightness key di ditekan tidak ada pengaruh pada kecerahan layar dan kecerahan tetap pada kecerahan paling rendah. Setelah dicari-cari akhirnya nemu juga dengan cara sebagai berikut.</p>
<p style="text-align:justify;">Masuk ke terminal lalu ketikkan</p>
<blockquote><p>$ sudo nano /etc/default/grub</p></blockquote>
<p style="text-align:justify;">Lalu ubah tulisan pada baris</p>
<blockquote><p>GRUB_CMDLINE_LINUX=&#8221;"<br />
menjadi</p>
<p>GRUB_CMDLINE_LINUX=&#8221;acpi_osi=Linux&#8221;</p></blockquote>
<p style="text-align:justify;">Save, close kemudian update grub lalu restart</p>
<blockquote><p>$ sudo update-grub</p>
<p>$ sudo reboot</p></blockquote>
<p style="text-align:justify;">Setelah di restart maka brightness key dapat berfungsi kembali, namun muncul masalah baru karena brightness key terbalik, seharusnya untuk meredupkan yang terjadi malah menerangkan layar.</p>
<p style="text-align:justify;">Untuk hal itu masih dicari solusinya..atau mungkin ada yang tau??</p>
<br />Filed under: <a href='http://ruleenux.wordpress.com/category/linux/'>linux</a>, <a href='http://ruleenux.wordpress.com/category/tutorial/'>tutorial</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ruleenux.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ruleenux.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ruleenux.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ruleenux.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ruleenux.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ruleenux.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ruleenux.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ruleenux.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ruleenux.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ruleenux.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ruleenux.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ruleenux.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ruleenux.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ruleenux.wordpress.com/98/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ruleenux.wordpress.com&amp;blog=28424181&amp;post=98&amp;subd=ruleenux&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ruleenux.wordpress.com/2012/01/24/solusi-brightness-key-acer-aspire-4736-pada-ubuntu-11-10-oneric-ocelot/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0ca0dd2cb2016e19a192a6e1cf88c1c6?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">ruleenux</media:title>
		</media:content>

		<media:content url="http://ruleenux.files.wordpress.com/2012/01/acer-4736g.jpg?w=300" medium="image">
			<media:title type="html">Acer 4736g</media:title>
		</media:content>
	</item>
		<item>
		<title>2011</title>
		<link>http://ruleenux.wordpress.com/2012/01/01/2011/</link>
		<comments>http://ruleenux.wordpress.com/2012/01/01/2011/#comments</comments>
		<pubDate>Sun, 01 Jan 2012 04:08:32 +0000</pubDate>
		<dc:creator>ruleenux</dc:creator>
				<category><![CDATA[cerita]]></category>
		<category><![CDATA[2011]]></category>
		<category><![CDATA[2012]]></category>
		<category><![CDATA[harapan]]></category>
		<category><![CDATA[kerja]]></category>
		<category><![CDATA[laptop]]></category>
		<category><![CDATA[PC]]></category>
		<category><![CDATA[pendadaran]]></category>
		<category><![CDATA[skripsi]]></category>

		<guid isPermaLink="false">http://ruleenux.wordpress.com/?p=94</guid>
		<description><![CDATA[Mungkin udah agak telat untuk mem-posting hal-hal yang terjadi di 2011. Tapi gak masalah ini semua mungkin bisa jadi peringatan buatku untuk memaksimalkan waktu yang ada. Sejujurnya aku tidak ingat secara detail apa saja yang sudah terjadi di tahun lalu. Yang aku tulis kali ini hanya peristiwa secara yang teringat saja di otakku. Di awal <a href="http://ruleenux.wordpress.com/2012/01/01/2011/" class="excerpt-more-link">[&#8230;]</a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ruleenux.wordpress.com&amp;blog=28424181&amp;post=94&amp;subd=ruleenux&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="text-align:justify;">Mungkin udah agak telat untuk mem-posting hal-hal yang terjadi di 2011. Tapi gak masalah ini semua mungkin bisa jadi peringatan buatku untuk memaksimalkan waktu yang ada.</p>
<p style="text-align:justify;">Sejujurnya aku tidak ingat secara detail apa saja yang sudah terjadi di tahun lalu. Yang aku tulis kali ini hanya peristiwa secara yang teringat saja di otakku.</p>
<p style="text-align:justify;">Di awal tahun ketika semua teman-teman seangkatanku sudah tidak memiliki mata kuliah, dengan sangat terpaksa aku harus kuliah karena ternyata jumlah sks ku kurang. Pada saat itu sebenarnya aku sudah mengambil skripsi tapi karena sifat burukku aku baru hanya mengajukan judul skripsi di awal tahun dan baru pada tanggal 25 Mei 2011 aku maju untuk bimbingan pertama. Disitu terlihat kalau aku sangat membuang-buang waktuku.<span id="more-94"></span></p>
<p style="text-align:justify;">Setelah bimbingan pertama masalah yang muncul adalah laptopku kehilangan suaranya (baca : soundcard rusak), padahal skripsiku menjurus ke audio, sampai akhirnya aku harus meminjam PC pacarku <a href="https://twitter.com/rindra18">Rina</a>. Masalah gak hanya sampai disitu, ternyata PC itu gak sanggup untuk mengerjakan skripsi itu karena spesifikasi kurang memadai.</p>
<p style="text-align:justify;">Akhirnya setelah lebaran aku berhasil mengupgrade PC itu dan aku mulai bisa bereksperimen. September 2011 pertama kali aku menggunakan bahasa pemograman python untuk skripsiku dan itu benar-benar hal yang sangat baru untukku. Tapi masalah kembali muncul saat itu, laptopku mati total saat aku sedang coding dan entah kenapa hasil codingku juga lenyap dan aku harus mengulang kembali coding di PC.</p>
<p style="text-align:justify;">Tapi hal itu berbuah manis, tanggal 3 November 2011 aku maju untuk bimbinganku yang kedua, kemudian di tanggal 8 November 2011 tepat dengan bimbinganku yang ke-4 akupun di ACC untuk pendadaran. Benar-benar saat yang melegakan. Dan selang 10 hari yaitu tanggal 18 November aku menjalani sidang pendadaran dan Alhamdulillah sukses dengan nilai B.</p>
<p style="text-align:justify;">Disaat yang bersamaan aku bekerja sebagai shifter di Manna Music Station, tempat yang sangat menyenangkan bagiku karena aku memang sangat senang dengan music. Banyak sekali ilmu yang aku dapat disitu namun itu hanya sebagian kecil ilmu yang ada disitu, sejujurnya masih banyak yang ingin aku pelajari disana tapi aku memutuskan keluar dari Studio tersebut karena alasan pekerjaan lain dan pada tanggal 30 September aku resmi tidak bekerja lagi di studio.</p>
<p style="text-align:justify;">Selepas dari studio aku tergabung dalam gerakan yang sebenarnya pada tahun 2009 aku pernah mengikutinya. Itulah gerakan JGOS (Jogja Goes Open Source) gerakan dimana pemerintahan kota Jogja memutuskan untuk memigrasi perangkat lunak bajakan yang ada di pemerintahan kota ke perangkat lunak bebas dan opensource. Sampai saat ini sudah terhitung 2 bulan aku mengikuti gerakan tersebut. Dan aku merasa kinerjaku masih sangat kurang dan untuk hal ini aku akan berusaha untuk menampilkan performa terbaikku.</p>
<p style="text-align:justify;">Harapanku di tahun ini gak muluk-muluk. Aku hanya ingin lebih baik dari tahun kemaren dan aku sangat berharap aku bisa merubah sifat dan sikap burukku (sebenarnya itu bukan harapan tapi sebuah keharusan)</p>
<p style="text-align:justify;">Happy New Year and get a better life <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p style="text-align:justify;">
<br />Filed under: <a href='http://ruleenux.wordpress.com/category/cerita/'>cerita</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ruleenux.wordpress.com/94/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ruleenux.wordpress.com/94/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ruleenux.wordpress.com/94/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ruleenux.wordpress.com/94/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ruleenux.wordpress.com/94/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ruleenux.wordpress.com/94/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ruleenux.wordpress.com/94/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ruleenux.wordpress.com/94/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ruleenux.wordpress.com/94/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ruleenux.wordpress.com/94/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ruleenux.wordpress.com/94/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ruleenux.wordpress.com/94/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ruleenux.wordpress.com/94/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ruleenux.wordpress.com/94/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ruleenux.wordpress.com&amp;blog=28424181&amp;post=94&amp;subd=ruleenux&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ruleenux.wordpress.com/2012/01/01/2011/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0ca0dd2cb2016e19a192a6e1cf88c1c6?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">ruleenux</media:title>
		</media:content>
	</item>
		<item>
		<title>Review : Linux Mint 12 (Codename : Lisa)</title>
		<link>http://ruleenux.wordpress.com/2011/11/26/review-linux-mint-12-codename-lisa/</link>
		<comments>http://ruleenux.wordpress.com/2011/11/26/review-linux-mint-12-codename-lisa/#comments</comments>
		<pubDate>Sat, 26 Nov 2011 08:57:58 +0000</pubDate>
		<dc:creator>ruleenux</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[distrowatch]]></category>
		<category><![CDATA[gnome]]></category>
		<category><![CDATA[gnome3]]></category>
		<category><![CDATA[linux mint]]></category>
		<category><![CDATA[lisa]]></category>
		<category><![CDATA[MATE]]></category>
		<category><![CDATA[MGSE]]></category>
		<category><![CDATA[review]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://ruleenux.wordpress.com/?p=78</guid>
		<description><![CDATA[Popularitas Linux Mint saat ini meningkat dengan drastis. Terbukti sekarang Linux Mint menduduki peringkat I di situs distrowatch. Karena penasaran akhirnya iseng-iseng install Linux Mint 12 walaupun masih RC. Tapi mohon maaf  gak bisa bandingin Linux Mint 12 ini dengan versi sebelumnya, karena terakhir kali pake Mint dengan codename &#8220;Daryna&#8221; dan itu artinya Linux Mint <a href="http://ruleenux.wordpress.com/2011/11/26/review-linux-mint-12-codename-lisa/" class="excerpt-more-link">[&#8230;]</a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ruleenux.wordpress.com&amp;blog=28424181&amp;post=78&amp;subd=ruleenux&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="text-align:justify;"><a href="http://ruleenux.files.wordpress.com/2011/11/mint12.png"><img class="aligncenter size-medium wp-image-91" title="Linux Mint 12 (codename : Lisa)" src="http://ruleenux.files.wordpress.com/2011/11/mint12.png?w=300&#038;h=168" alt="" width="300" height="168" /></a>Popularitas Linux Mint saat ini meningkat dengan drastis. Terbukti sekarang Linux Mint menduduki peringkat I di situs <a href="http://distrowatch.com/" target="_blank">distrowatch</a>. Karena penasaran akhirnya iseng-iseng install Linux Mint 12 walaupun masih RC. Tapi mohon maaf  gak bisa bandingin Linux Mint 12 ini dengan versi sebelumnya, karena terakhir kali pake Mint dengan codename &#8220;Daryna&#8221; dan itu artinya Linux Mint 4.</p>
<p style="text-align:justify;">Dari situs Linux Mint sendiri menyediakan 2 versi, DVD dan CD(tanpa codec). Untuk hal ini aku mencoba menggunakan Linux Mint 12 yang DVD dengan ukuran 1GB lebih dikit <img src='http://s2.wp.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> .</p>
<p style="text-align:justify;">Setelah instalasi, Lisa menawarkan 4 pilihan desktop pada Session yaitu Gnome, Gnome Classic, Gnome Classic (No Effect) dan Mate. Untuk itu saya akan mencoba mereview satu per satu dari desktop tersebut.<span id="more-78"></span></p>
<h3 style="text-align:justify;">Gnome</h3>
<p style="text-align:justify;">Merupakan desktop default dari Lisa menggunakan Gnome3 dan MGSE (Mint Gnome Shell Extensions) yang membuat tampilan desktop begitu menawan.</p>
<div id="attachment_80" class="wp-caption aligncenter" style="width: 310px"><a href="http://ruleenux.files.wordpress.com/2011/11/1.png"><img class="size-medium wp-image-80" title="Linux Mint 12 Gnome Desktop" src="http://ruleenux.files.wordpress.com/2011/11/1.png?w=300&#038;h=168" alt="Linux Mint 12 Gnome Desktop" width="300" height="168" /></a><p class="wp-caption-text">Linux Mint 12 Gnome Desktop</p></div>
<p style="text-align:justify;">Fitur utama dari MGSE adalah panel bagian bawah yang dilengkapi dengan application menu, window list, task-centric desktop dan removable media. Sedangkan pada panel atas terdapat widged di sebelah kiri atas yang ketika di sorot dengan kursor atau ditekan maka akan memunculkan menu dari linux mint dan pada bagian terdapat system tray icons.</p>
<div id="attachment_81" class="wp-caption aligncenter" style="width: 310px"><a href="http://ruleenux.files.wordpress.com/2011/11/2.png"><img class="size-medium wp-image-81" title="Linux Mint 12 : Menu Widget" src="http://ruleenux.files.wordpress.com/2011/11/2.png?w=300&#038;h=168" alt="Linux Mint 12 : Menu Widget" width="300" height="168" /></a><p class="wp-caption-text">Linux Mint 12 : Menu Widget</p></div>
<div id="attachment_82" class="wp-caption aligncenter" style="width: 265px"><a href="http://ruleenux.files.wordpress.com/2011/11/3.png"><img class="size-medium wp-image-82" title="Linux Mint Menu" src="http://ruleenux.files.wordpress.com/2011/11/3.png?w=255&#038;h=300" alt="Linux Mint Menu" width="255" height="300" /></a><p class="wp-caption-text">Linux Mint Menu</p></div>
<div id="attachment_83" class="wp-caption aligncenter" style="width: 310px"><a href="http://ruleenux.files.wordpress.com/2011/11/4.png"><img class="size-medium wp-image-83" title="Removable Area" src="http://ruleenux.files.wordpress.com/2011/11/4.png?w=300&#038;h=148" alt="Removable Area" width="300" height="148" /></a><p class="wp-caption-text">Removable Area</p></div>
<h3 style="text-align:justify;"></h3>
<h3 style="text-align:justify;">Gnome Classic</h3>
<p style="text-align:justify;">Tampilan gnome classic ini memang biasa saja. Jika anda pengguna Ubuntu (sebelum Ubuntu menggunakan Unity dan Gnome3) maka anda akan sangat familiar dengan tampilan ini.</p>
<div id="attachment_85" class="wp-caption aligncenter" style="width: 310px"><a href="http://ruleenux.files.wordpress.com/2011/11/class1.png"><img class="size-medium wp-image-85" title="Tampilan Gnome Classic" src="http://ruleenux.files.wordpress.com/2011/11/class1.png?w=300&#038;h=168" alt="Tampilan Gnome Classic" width="300" height="168" /></a><p class="wp-caption-text">Tampilan Gnome Classic</p></div>
<h3 style="text-align:justify;">Mate</h3>
<p style="text-align:justify;">Jika Anda pengguna Linux Mint pasti tidak akan asing lagi dengan tampilan desktop ini. Mate sendiri berbasiskan Gnome2 dan diperuntukkan bagi anda yang memiliki grafis yang rendah. Mate ini mungkin pengganti Linux Mint versi xface yang begitu ringan dan tidak bertele-tele. Hanya saja saya tidak merekomendasikan menggunakan desktop ini pada versi RC karena memang sangat tidak stabil.</p>
<div id="attachment_86" class="wp-caption aligncenter" style="width: 310px"><a href="http://ruleenux.files.wordpress.com/2011/11/mate1.png"><img class="size-medium wp-image-86" title="Tampilan Desktop Mate" src="http://ruleenux.files.wordpress.com/2011/11/mate1.png?w=300&#038;h=168" alt="Tampilan Desktop Mate" width="300" height="168" /></a><p class="wp-caption-text">Tampilan Desktop Mate</p></div>
<div id="attachment_87" class="wp-caption aligncenter" style="width: 310px"><a href="http://ruleenux.files.wordpress.com/2011/11/mate2.png"><img class="size-medium wp-image-87" title="Mint Menu Mate" src="http://ruleenux.files.wordpress.com/2011/11/mate2.png?w=300&#038;h=215" alt="Mint Menu Mate" width="300" height="215" /></a><p class="wp-caption-text">Mint Menu Mate</p></div>
<p style="text-align:justify;">Itulah sedikit review dari desktop yang ditawarkan Lisa. Untuk proses sendiri Gnome Classic dan Mate lebih menghemat 2.5% RAM dari total 2GB dalam mode stanby (tidak menjalankan aplikasi).</p>
<p style="text-align:justify;">Khusus untuk Gnome3 dan MGSE pengguna benar-benar dimanjakan dengan widget yang ada serta animasi yang tidak terlalu banyak tapi tetap menberi kesan elegan. Mungkin hal inilah yang membuat Linux Mint berada di peringkat atas di distrowatch.</p>
<p style="text-align:justify;">Untuk mendowload Linux Mint 12 RC ini silahkan klik disin.</p>
<p style="text-align:justify;"><a href="http://blog.linuxmint.com/?p=1858" target="_blank">Download</a></p>
<p style="text-align:justify;">Selamat mencoba (CMIIW) <img src='http://s2.wp.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<br />Filed under: <a href='http://ruleenux.wordpress.com/category/linux/'>linux</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ruleenux.wordpress.com/78/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ruleenux.wordpress.com/78/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ruleenux.wordpress.com/78/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ruleenux.wordpress.com/78/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ruleenux.wordpress.com/78/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ruleenux.wordpress.com/78/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ruleenux.wordpress.com/78/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ruleenux.wordpress.com/78/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ruleenux.wordpress.com/78/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ruleenux.wordpress.com/78/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ruleenux.wordpress.com/78/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ruleenux.wordpress.com/78/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ruleenux.wordpress.com/78/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ruleenux.wordpress.com/78/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ruleenux.wordpress.com&amp;blog=28424181&amp;post=78&amp;subd=ruleenux&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ruleenux.wordpress.com/2011/11/26/review-linux-mint-12-codename-lisa/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0ca0dd2cb2016e19a192a6e1cf88c1c6?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">ruleenux</media:title>
		</media:content>

		<media:content url="http://ruleenux.files.wordpress.com/2011/11/mint12.png?w=300" medium="image">
			<media:title type="html">Linux Mint 12 (codename : Lisa)</media:title>
		</media:content>

		<media:content url="http://ruleenux.files.wordpress.com/2011/11/1.png?w=300" medium="image">
			<media:title type="html">Linux Mint 12 Gnome Desktop</media:title>
		</media:content>

		<media:content url="http://ruleenux.files.wordpress.com/2011/11/2.png?w=300" medium="image">
			<media:title type="html">Linux Mint 12 : Menu Widget</media:title>
		</media:content>

		<media:content url="http://ruleenux.files.wordpress.com/2011/11/3.png?w=255" medium="image">
			<media:title type="html">Linux Mint Menu</media:title>
		</media:content>

		<media:content url="http://ruleenux.files.wordpress.com/2011/11/4.png?w=300" medium="image">
			<media:title type="html">Removable Area</media:title>
		</media:content>

		<media:content url="http://ruleenux.files.wordpress.com/2011/11/class1.png?w=300" medium="image">
			<media:title type="html">Tampilan Gnome Classic</media:title>
		</media:content>

		<media:content url="http://ruleenux.files.wordpress.com/2011/11/mate1.png?w=300" medium="image">
			<media:title type="html">Tampilan Desktop Mate</media:title>
		</media:content>

		<media:content url="http://ruleenux.files.wordpress.com/2011/11/mate2.png?w=300" medium="image">
			<media:title type="html">Mint Menu Mate</media:title>
		</media:content>
	</item>
		<item>
		<title>keJogja.com &#8211; ini website apaan ya???</title>
		<link>http://ruleenux.wordpress.com/2011/10/20/kejogja-com-ini-website-apaan-ya/</link>
		<comments>http://ruleenux.wordpress.com/2011/10/20/kejogja-com-ini-website-apaan-ya/#comments</comments>
		<pubDate>Thu, 20 Oct 2011 03:51:43 +0000</pubDate>
		<dc:creator>ruleenux</dc:creator>
				<category><![CDATA[cerita]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[jogja]]></category>
		<category><![CDATA[kejogja]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://ruleenux.wordpress.com/?p=74</guid>
		<description><![CDATA[Berawal dari browsing-browsing gak ada kerjaan. Akhirnya nyasar ke salah satu website http://kejogja.com. Dan di sana aku melihat pemandangan yang mencengangkan. Bertuliskan Under Construction dan ada count down time untuk launching website. Gak ngerti deh maksud si admin apa yang jelas kita tunggu aja. Mudah-mudahan website tersebut bisa memberi &#8220;Sesuatu&#8221; buat Jogja kejogja.com Untuk sementara <a href="http://ruleenux.wordpress.com/2011/10/20/kejogja-com-ini-website-apaan-ya/" class="excerpt-more-link">[&#8230;]</a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ruleenux.wordpress.com&amp;blog=28424181&amp;post=74&amp;subd=ruleenux&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="text-align:justify;">Berawal dari browsing-browsing gak ada kerjaan. Akhirnya nyasar ke salah satu website <a href="http://kejogja.com" target="_blank">http://kejogja.com</a>. Dan di sana aku melihat pemandangan yang mencengangkan. Bertuliskan Under Construction dan ada count down time untuk launching website.</p>
<p style="text-align:justify;">Gak ngerti deh maksud si admin apa yang jelas kita tunggu aja. Mudah-mudahan website tersebut bisa memberi &#8220;Sesuatu&#8221; buat Jogja</p>
<div class="mceTemp mceIEcenter" style="text-align:center;">
<dl class="wp-caption aligncenter">
<dt class="wp-caption-dt"><a href="http://ruleenux.files.wordpress.com/2011/10/screenshot-12.png"><img class="size-medium wp-image-75" title="kejogja.com" src="http://ruleenux.files.wordpress.com/2011/10/screenshot-12.png?w=300&#038;h=220" alt="kejogja.com" width="300" height="220" /></a></dt>
<dd class="wp-caption-dd">kejogja.com</dd>
</dl>
</div>
<p style="text-align:justify;">Untuk sementara kita bisa kunjungi facebooknya di <a href="https://www.facebook.com/jogjaku" target="_blank">http://www.facebook.com/jogjaku</a> dan twitternya <a href="http://twitter.com/keJogja" target="_blank">@keJogja</a></p>
<p style="text-align:justify;"> <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<br />Filed under: <a href='http://ruleenux.wordpress.com/category/cerita/'>cerita</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ruleenux.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ruleenux.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ruleenux.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ruleenux.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ruleenux.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ruleenux.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ruleenux.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ruleenux.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ruleenux.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ruleenux.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ruleenux.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ruleenux.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ruleenux.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ruleenux.wordpress.com/74/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ruleenux.wordpress.com&amp;blog=28424181&amp;post=74&amp;subd=ruleenux&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ruleenux.wordpress.com/2011/10/20/kejogja-com-ini-website-apaan-ya/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0ca0dd2cb2016e19a192a6e1cf88c1c6?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">ruleenux</media:title>
		</media:content>

		<media:content url="http://ruleenux.files.wordpress.com/2011/10/screenshot-12.png?w=300" medium="image">
			<media:title type="html">kejogja.com</media:title>
		</media:content>
	</item>
		<item>
		<title>Sobani Iteyo &#8211; Fruity Loop 9 di Ubuntu 10.04 (lucid lynx)</title>
		<link>http://ruleenux.wordpress.com/2011/10/19/sobani-iteyo-fruity-loop-9-di-ubuntu-1004-lucid-lynx/</link>
		<comments>http://ruleenux.wordpress.com/2011/10/19/sobani-iteyo-fruity-loop-9-di-ubuntu-1004-lucid-lynx/#comments</comments>
		<pubDate>Wed, 19 Oct 2011 08:07:43 +0000</pubDate>
		<dc:creator>ruleenux</dc:creator>
				<category><![CDATA[music]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[Fruity Loop]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[instrument]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[LMMS]]></category>
		<category><![CDATA[Long Vacation]]></category>
		<category><![CDATA[lucid]]></category>
		<category><![CDATA[skripsi]]></category>
		<category><![CDATA[sountrack]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://ruleenux.wordpress.com/?p=70</guid>
		<description><![CDATA[Ini berawal ketika lagi ngerjain skripsi, coding tapi belum bisa jalan programnya, gak tau apa karna ilmu masih cetek ato hardwarenya gak kompatibel. Akhirnya merasa bosan dan ingin membuat sesuatu. Akhirnya muncullah ide untuk membuat lagu ya walaupun cuma meng-cover lagu orang. Tadinya pengen buat pake LMMS di linux, tapi setelah di utak-atik malah bingung <a href="http://ruleenux.wordpress.com/2011/10/19/sobani-iteyo-fruity-loop-9-di-ubuntu-1004-lucid-lynx/" class="excerpt-more-link">[&#8230;]</a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ruleenux.wordpress.com&amp;blog=28424181&amp;post=70&amp;subd=ruleenux&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="text-align:justify;">Ini berawal ketika lagi ngerjain skripsi, <em>coding</em> tapi belum bisa jalan programnya, gak tau apa karna ilmu masih cetek ato hardwarenya gak kompatibel. Akhirnya merasa bosan dan ingin membuat sesuatu.</p>
<p style="text-align:justify;">Akhirnya muncullah ide untuk membuat lagu ya walaupun cuma meng-<em>cover</em> lagu orang. Tadinya pengen buat pake LMMS di linux, tapi setelah di utak-atik malah bingung sendiri. Akhirnya coba-coba untuk install Fruity Looops di Ubuntu 10.04 (Lucid) eh ternyata berhasil dan berjalan mulus, walau agak berat.</p>
<p style="text-align:justify;">Selesai install aku pun mulai buat lagu <em>(instrument)</em>, dan lagu yang dipilih adalah soundtracknya drama Jepang <a href="http://en.wikipedia.org/wiki/Long_Vacation" target="_blank">&#8220;Long Vacation&#8221;</a> yang dulu pernah ditayangin di Indosiar jaman aku SD, judul lagunya Sobani Iteyo (kalo gak salah). Kenapa milih lagu ini, ya karena lagunya emang keren (menurut aku) dan gampang maininnya, klo susah bakal butuh waktu setahun buat bikin 1 lagu.</p>
<p style="text-align:justify;">Setelah jadi lagunya (sebenarnya masih jadi setengah sih) aku bikin videonya pake gtk-recordmydesktop. Selamat menonton ya, monggo di buffer gak nyampe 2 menitan kok <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p style="text-align:justify;"><span style="text-align:center; display: block;"><a href="http://ruleenux.wordpress.com/2011/10/19/sobani-iteyo-fruity-loop-9-di-ubuntu-1004-lucid-lynx/"><img src="http://img.youtube.com/vi/sg_t7uLhCuE/2.jpg" alt="" /></a></span></p>
<p style="text-align:justify;">klo gak muncul klik <a href="http://www.youtube.com/watch?v=sg_t7uLhCuE" target="_blank">sini</a></p>
<p style="text-align:justify;">Enjoy the video <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<br />Filed under: <a href='http://ruleenux.wordpress.com/category/music/'>music</a>, <a href='http://ruleenux.wordpress.com/category/video/'>video</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ruleenux.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ruleenux.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ruleenux.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ruleenux.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ruleenux.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ruleenux.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ruleenux.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ruleenux.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ruleenux.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ruleenux.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ruleenux.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ruleenux.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ruleenux.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ruleenux.wordpress.com/70/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ruleenux.wordpress.com&amp;blog=28424181&amp;post=70&amp;subd=ruleenux&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ruleenux.wordpress.com/2011/10/19/sobani-iteyo-fruity-loop-9-di-ubuntu-1004-lucid-lynx/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0ca0dd2cb2016e19a192a6e1cf88c1c6?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">ruleenux</media:title>
		</media:content>
	</item>
		<item>
		<title>Peliharaan baru yang menggemaskan&#8230;</title>
		<link>http://ruleenux.wordpress.com/2011/10/18/peliharaan-baru-yang-menggemaskan/</link>
		<comments>http://ruleenux.wordpress.com/2011/10/18/peliharaan-baru-yang-menggemaskan/#comments</comments>
		<pubDate>Tue, 18 Oct 2011 06:32:00 +0000</pubDate>
		<dc:creator>ruleenux</dc:creator>
				<category><![CDATA[cerita]]></category>
		<category><![CDATA[kandang]]></category>
		<category><![CDATA[peliharaan]]></category>
		<category><![CDATA[rumah]]></category>
		<category><![CDATA[tikus]]></category>

		<guid isPermaLink="false">http://ruleenux.wordpress.com/?p=57</guid>
		<description><![CDATA[Seharusnya ini diposting 3 (15  Oktober 2011) hari yang lalu karena peliharaan yang baru ini ketemu sekitar 3 hari yang lalu di dapur rumahku, tapi berhubung sempatnya baru sekarang yaudah.. Agak mengagetkan sebetulnya peristiwanya. Berawal pada suatu pagi ketika aku bangun tidur dan hendak ke kamar mandi tiba-tiba pandanganku teralih ke arah kompor di dapur <a href="http://ruleenux.wordpress.com/2011/10/18/peliharaan-baru-yang-menggemaskan/" class="excerpt-more-link">[&#8230;]</a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ruleenux.wordpress.com&amp;blog=28424181&amp;post=57&amp;subd=ruleenux&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="text-align:justify;">Seharusnya ini diposting 3 (15  Oktober 2011) hari yang lalu karena peliharaan yang baru ini ketemu sekitar 3 hari yang lalu di dapur rumahku, tapi berhubung sempatnya baru sekarang yaudah..</p>
<p style="text-align:justify;">Agak mengagetkan sebetulnya peristiwanya. Berawal pada suatu pagi ketika aku bangun tidur dan hendak ke kamar mandi tiba-tiba pandanganku teralih ke arah kompor di dapur dan disana ada makhluk kecil lucu dan imut (sebenarnya sih jauh dari lucu dan imut) sedang berada di sebuah kandang.</p>
<div id="attachment_58" class="wp-caption aligncenter" style="width: 310px"><a href="http://ruleenux.files.wordpress.com/2011/10/dsc00921-resized.jpg"><img class="size-medium wp-image-58" title="Peliharaan" src="http://ruleenux.files.wordpress.com/2011/10/dsc00921-resized.jpg?w=300&#038;h=225" alt="Peliharaan dalam kandang" width="300" height="225" /></a><p class="wp-caption-text">Peliharaan dalam kandang</p></div>
<p style="text-align:justify;">Kayaknya belum jelas ya tu apaan. Ni aku capture lagi <img src='http://s2.wp.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<div id="attachment_60" class="wp-caption aligncenter" style="width: 310px"><a href="http://ruleenux.files.wordpress.com/2011/10/dsc00922-resized.jpg"><img class="size-medium wp-image-60" title="Peliharaan bag.2" src="http://ruleenux.files.wordpress.com/2011/10/dsc00922-resized.jpg?w=300&#038;h=225" alt="Peliharaan dalam kandang bag.2" width="300" height="225" /></a><p class="wp-caption-text">Peliharaan dalam kandang bag.2</p></div>
<p style="text-align:justify;">Sekarang dah jelas kan.. Ya peliharaannya itu adalah seekor tikus. Menggemaskan sekali bukan.. sangking gemesnya pengen aku bakar, aku banting-banting, aku cincang, pukul pake tipi dst&#8230;Oia btw yang di depan si tikus bukan kepala ular loh, itu kepala lele <img src='http://s2.wp.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<p style="text-align:justify;">Tapi ketika ingin melakukan semua hal tersebut aku jadi keingat bukunya <a href="http://twitter.com/radityadika" target="_blank">@radityadika</a>. Disitu ada cerita dia ngejebak tikus, trus tu tikus dibakar, dipukul, dikasi parfum. Ya intinya disiksa lah. Dan keesokan harinya dia mendadak sakit perut (katanya sih kena kutuk tu tikus).</p>
<p style="text-align:justify;">Karena keingat hal itu dan aku juga gak tega sebenarnya, akhirnya tu tikus aku buang ke sungai yang gak ada airnya.</p>
<p style="text-align:justify;">Slamat jalan tikus (siapapun namamu), semoga engkau tenang di alam sana dan tak usah kembali lagi kesini&#8230;</p>
<br />Filed under: <a href='http://ruleenux.wordpress.com/category/cerita/'>cerita</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ruleenux.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ruleenux.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ruleenux.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ruleenux.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ruleenux.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ruleenux.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ruleenux.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ruleenux.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ruleenux.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ruleenux.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ruleenux.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ruleenux.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ruleenux.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ruleenux.wordpress.com/57/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ruleenux.wordpress.com&amp;blog=28424181&amp;post=57&amp;subd=ruleenux&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ruleenux.wordpress.com/2011/10/18/peliharaan-baru-yang-menggemaskan/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0ca0dd2cb2016e19a192a6e1cf88c1c6?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">ruleenux</media:title>
		</media:content>

		<media:content url="http://ruleenux.files.wordpress.com/2011/10/dsc00921-resized.jpg?w=300" medium="image">
			<media:title type="html">Peliharaan</media:title>
		</media:content>

		<media:content url="http://ruleenux.files.wordpress.com/2011/10/dsc00922-resized.jpg?w=300" medium="image">
			<media:title type="html">Peliharaan bag.2</media:title>
		</media:content>
	</item>
		<item>
		<title>Tutorial : Membongkar Acer Aspire 4520</title>
		<link>http://ruleenux.wordpress.com/2011/10/17/tutorial-membongkar-acer-aspire-4520/</link>
		<comments>http://ruleenux.wordpress.com/2011/10/17/tutorial-membongkar-acer-aspire-4520/#comments</comments>
		<pubDate>Mon, 17 Oct 2011 16:26:30 +0000</pubDate>
		<dc:creator>ruleenux</dc:creator>
				<category><![CDATA[hardware]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[4520]]></category>
		<category><![CDATA[acer]]></category>
		<category><![CDATA[aspire]]></category>
		<category><![CDATA[bongkar]]></category>
		<category><![CDATA[keyboard]]></category>
		<category><![CDATA[laptop]]></category>
		<category><![CDATA[lcd]]></category>
		<category><![CDATA[motherboard]]></category>
		<category><![CDATA[PC]]></category>
		<category><![CDATA[soundcard]]></category>
		<category><![CDATA[wirelesscard]]></category>

		<guid isPermaLink="false">http://ruleenux.wordpress.com/?p=35</guid>
		<description><![CDATA[Acer Aspire 4520 mungkin memang laptop jadul karena emang lahir sekitar 4 tahunan yang lalu. Jadi teringat waktu mau beli ni laptop, barangnya langka dimana-man sampai-sampai harus indent dulu untuk membeli laptop ini. Dan akhirnya pada tanggal 21 September 2007 aku berhasil mendapatkan laptop ini dengan harga Rp.6.400.000. Gila kan, klo sekarang udah dapat laptop <a href="http://ruleenux.wordpress.com/2011/10/17/tutorial-membongkar-acer-aspire-4520/" class="excerpt-more-link">[&#8230;]</a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ruleenux.wordpress.com&amp;blog=28424181&amp;post=35&amp;subd=ruleenux&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div id="attachment_36" class="wp-caption aligncenter" style="width: 310px"><a href="http://ruleenux.files.wordpress.com/2011/10/1.png"><img class="size-medium wp-image-36" title="1" src="http://ruleenux.files.wordpress.com/2011/10/1.png?w=300&#038;h=225" alt="Acer Aspire 4520" width="300" height="225" /></a><p class="wp-caption-text">Acer Aspire 4520</p></div>
<p style="text-align:justify;">Acer Aspire 4520 mungkin memang laptop jadul karena emang lahir sekitar 4 tahunan yang lalu. Jadi teringat waktu mau beli ni laptop, barangnya langka dimana-man sampai-sampai harus indent dulu untuk membeli laptop ini. Dan akhirnya pada tanggal 21 September 2007 aku berhasil mendapatkan laptop ini dengan harga Rp.6.400.000. Gila kan, klo sekarang udah dapat laptop keren dengan spek tinggi.</p>
<p style="text-align:justify;">Dan laptop inilah yang selalu menemaniku dalam susah ataupun senang. Dia telah mengajarkan aku tentang banyak hal sampai pada suatu sore di tanggal 5 Oktober 2011 disaat aku sedang asik-asiknya maen ular, tiba-tiba tercium bau aneh dan tak lama kemudian Dia (laptop) pun wafat <em>&#8211;innalilahi wa innailaihi rajiun&#8211;</em>.<span id="more-35"></span></p>
<p style="text-align:justify;">Oke kembali ke judul. Kali ini aku akan memberi sedikit tips and triks untuk membongkar laptop tersebut ataupun leptop sejenisnya. kadang kita perlu membongkar laptop kita untuk melihat apakah cukup banyak debu disana, hehehe.</p>
<p style="text-align:justify;">Pertama-tama pastikan laptop dalam keadaan mati dan tidak terhubung dengan listrik. lalu balikkan laptop anda, lepas baterai-nya, kemudia lepas penutup wireless card dan penutup <em>motherboard</em>-nya</p>
<div id="attachment_37" class="wp-caption aligncenter" style="width: 310px"><a href="http://ruleenux.files.wordpress.com/2011/10/2.png"><img class="size-medium wp-image-37" title="2" src="http://ruleenux.files.wordpress.com/2011/10/2.png?w=300&#038;h=100" alt="Acer Aspire 4520 - Bagian Belakang" width="300" height="100" /></a><p class="wp-caption-text">Acer Aspire 4520 - Bagian Belakang</p></div>
<p style="text-align:justify;">Setelah itu lepas <em>wireless card</em> dari  <em>motherboard.</em> Cabut kedua kabel yang ada dan pastikan anda mengingat urutan warnanya, kemudian buka baut dengan obeng sehingga <em>wireless card</em> menjadi terangkat</p>
<div id="attachment_38" class="wp-caption aligncenter" style="width: 310px"><a href="http://ruleenux.files.wordpress.com/2011/10/3.png"><img class="size-medium wp-image-38" title="3" src="http://ruleenux.files.wordpress.com/2011/10/3.png?w=300&#038;h=171" alt="Wireless Card" width="300" height="171" /></a><p class="wp-caption-text">Wireless Card</p></div>
<p style="text-align:justify;">Setelah itu lepas RAM dengan cara menarik kearah luar pengait yang terdapat di samping RAM.</p>
<div id="attachment_39" class="wp-caption aligncenter" style="width: 181px"><a href="http://ruleenux.files.wordpress.com/2011/10/4.png"><img class="size-medium wp-image-39" title="4" src="http://ruleenux.files.wordpress.com/2011/10/4.png?w=171&#038;h=300" alt="RAM" width="171" height="300" /></a><p class="wp-caption-text">RAM</p></div>
<p style="text-align:justify;">Selanjutnya lepaskan <em>harddisk</em> dari <em>motheboard</em></p>
<div id="attachment_40" class="wp-caption aligncenter" style="width: 235px"><a href="http://ruleenux.files.wordpress.com/2011/10/5-resized.jpg"><img class="size-medium wp-image-40" title="5.resized" src="http://ruleenux.files.wordpress.com/2011/10/5-resized.jpg?w=225&#038;h=300" alt="Harddisk Drive" width="225" height="300" /></a><p class="wp-caption-text">Harddisk Drive</p></div>
<p style="text-align:justify;">Selanjutnya lepaskan baut yang terpasang pada casing belakang laptop. Jika sudah maka bagian belakang telah selesai dan kita berpindah ke depan.</p>
<div id="attachment_41" class="wp-caption aligncenter" style="width: 310px"><a href="http://ruleenux.files.wordpress.com/2011/10/6-resized.jpg"><img class="size-medium wp-image-41" title="6.resized" src="http://ruleenux.files.wordpress.com/2011/10/6-resized.jpg?w=300&#038;h=225" alt="Acer Aspire 4520 : Bagian belakang terbongkar" width="300" height="225" /></a><p class="wp-caption-text">Acer Aspire 4520 : Bagian belakang terbongkar</p></div>
<p style="text-align:justify;">Buka penutup tombol power (power indikator). Pastikan semua baut di bagian belakang laptop sudah terlepas semua, jika tidak maka bagian depan tidak akan terbuka.</p>
<div id="attachment_42" class="wp-caption aligncenter" style="width: 181px"><a href="http://ruleenux.files.wordpress.com/2011/10/7.png"><img class="size-medium wp-image-42" title="7" src="http://ruleenux.files.wordpress.com/2011/10/7.png?w=171&#038;h=300" alt="Penutup Atas" width="171" height="300" /></a><p class="wp-caption-text">Penutup Atas</p></div>
<p style="text-align:justify;">Kemuan lepas baut yang ada dan lepas kabel yang terhubung ke <em>motherboard</em></p>
<div id="attachment_43" class="wp-caption aligncenter" style="width: 310px"><a href="http://ruleenux.files.wordpress.com/2011/10/8.png"><img class="size-medium wp-image-43" title="8" src="http://ruleenux.files.wordpress.com/2011/10/8.png?w=300&#038;h=225" alt="Kabel tombol power dll ke motherboard" width="300" height="225" /></a><p class="wp-caption-text">Kabel tombol power dll ke motherboard</p></div>
<div id="attachment_44" class="wp-caption aligncenter" style="width: 310px"><a href="http://ruleenux.files.wordpress.com/2011/10/9-resized.jpg"><img class="size-medium wp-image-44" title="9.resized" src="http://ruleenux.files.wordpress.com/2011/10/9-resized.jpg?w=300&#038;h=225" alt="Kabel LCD to Motherboard" width="300" height="225" /></a><p class="wp-caption-text">Kabel LCD to Motherboard</p></div>
<p style="text-align:justify;">Setelah itu lepas <em>keyboad</em> kearah atas, kemudian lepas kabel yang hubung antara <em>keyboard</em> dan <em>motherboard</em></p>
<div id="attachment_45" class="wp-caption aligncenter" style="width: 310px"><a href="http://ruleenux.files.wordpress.com/2011/10/10-resized.jpg"><img class="size-medium wp-image-45" title="10.resized" src="http://ruleenux.files.wordpress.com/2011/10/10-resized.jpg?w=300&#038;h=225" alt="Melepas Keyboard" width="300" height="225" /></a><p class="wp-caption-text">Melepas Keyboard</p></div>
<div id="attachment_46" class="wp-caption aligncenter" style="width: 310px"><a href="http://ruleenux.files.wordpress.com/2011/10/11-resized.jpg"><img class="size-medium wp-image-46" title="11.resized" src="http://ruleenux.files.wordpress.com/2011/10/11-resized.jpg?w=300&#038;h=225" alt="Melepas kabel keyboard" width="300" height="225" /></a><p class="wp-caption-text">Melepas kabel keyboard</p></div>
<p style="text-align:justify;">Selanjutnya lepas DVD ROM dengan cara melepas bautnya dan menggeser dvd rom dari bulatan yang ada ke arah luar</p>
<div id="attachment_47" class="wp-caption aligncenter" style="width: 310px"><a href="http://ruleenux.files.wordpress.com/2011/10/12-resized.jpg"><img class="size-medium wp-image-47" title="12.resized" src="http://ruleenux.files.wordpress.com/2011/10/12-resized.jpg?w=300&#038;h=225" alt="DVD ROM" width="300" height="225" /></a><p class="wp-caption-text">DVD ROM</p></div>
<p style="text-align:justify;">Selanjutnya lepaskan kabel yang terlihat pada gambar. Hati-hati ya ngelepasnya, kabelnya ukurannya mini-mini soalnya <img src='http://s2.wp.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<div id="attachment_48" class="wp-caption aligncenter" style="width: 310px"><a href="http://ruleenux.files.wordpress.com/2011/10/13-resized.jpg"><img class="size-medium wp-image-48" title="13.resized" src="http://ruleenux.files.wordpress.com/2011/10/13-resized.jpg?w=300&#038;h=225" alt="Kabel-kabel" width="300" height="225" /></a><p class="wp-caption-text">Kabel-kabel</p></div>
<p>Selanjutnya lepas casing depan laptop</p>
<div id="attachment_49" class="wp-caption aligncenter" style="width: 181px"><a href="http://ruleenux.files.wordpress.com/2011/10/14.png"><img class="size-medium wp-image-49" title="14" src="http://ruleenux.files.wordpress.com/2011/10/14.png?w=171&#038;h=300" alt="Casing depan dan Motherboard" width="171" height="300" /></a><p class="wp-caption-text">Casing depan dan Motherboard</p></div>
<p style="text-align:justify;">Selanjutnya lepas kabel penghubung <em>motherboad</em> dan <em>soundcard</em>, kemudian lepas baut yang terpasang antara mobo dan casing belakang untuk melepas motherboard. Kemudian lepas soundcard dan bersihkan.</p>
<div id="attachment_50" class="wp-caption aligncenter" style="width: 310px"><a href="http://ruleenux.files.wordpress.com/2011/10/15.jpg"><img class="size-medium wp-image-50" title="15" src="http://ruleenux.files.wordpress.com/2011/10/15.jpg?w=300&#038;h=225" alt="Kabel mobo soundcard" width="300" height="225" /></a><p class="wp-caption-text">Kabel mobo soundcard</p></div>
<div id="attachment_51" class="wp-caption aligncenter" style="width: 310px"><a href="http://ruleenux.files.wordpress.com/2011/10/17.jpg"><img class="size-medium wp-image-51" title="17" src="http://ruleenux.files.wordpress.com/2011/10/17.jpg?w=300&#038;h=225" alt="motherboard" width="300" height="225" /></a><p class="wp-caption-text">motherboard</p></div>
<div id="attachment_52" class="wp-caption aligncenter" style="width: 310px"><a href="http://ruleenux.files.wordpress.com/2011/10/16.jpg"><img class="size-medium wp-image-52" title="16" src="http://ruleenux.files.wordpress.com/2011/10/16.jpg?w=300&#038;h=225" alt="Soundcard" width="300" height="225" /></a><p class="wp-caption-text">Soundcard</p></div>
<p style="text-align:justify;">Setelah itu bersihkan semua hardware sebelum memasangnya kembali.</p>
<div id="attachment_53" class="wp-caption aligncenter" style="width: 310px"><a href="http://ruleenux.files.wordpress.com/2011/10/18.jpg"><img class="size-medium wp-image-53" title="18" src="http://ruleenux.files.wordpress.com/2011/10/18.jpg?w=300&#038;h=225" alt="komponen laptop aspire 4520" width="300" height="225" /></a><p class="wp-caption-text">komponen laptop aspire 4520</p></div>
<p style="text-align:justify;">Yang di sebelah kanan itu bukan PC tablet ya teman-teman</p>
<p>sekali lagi&#8230;ITU BUKAN PC TABLET&#8230; <img src='http://s2.wp.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<p>dan jangan sampai anda bisa bongkar gak bisa masang ya&#8230;be kerful OK!!!</p>
<p>Semoga bermanfaat&#8230;<em>Happy Blogging <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </em></p>
<br />Filed under: <a href='http://ruleenux.wordpress.com/category/hardware/'>hardware</a>, <a href='http://ruleenux.wordpress.com/category/tutorial/'>tutorial</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ruleenux.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ruleenux.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ruleenux.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ruleenux.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ruleenux.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ruleenux.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ruleenux.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ruleenux.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ruleenux.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ruleenux.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ruleenux.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ruleenux.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ruleenux.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ruleenux.wordpress.com/35/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ruleenux.wordpress.com&amp;blog=28424181&amp;post=35&amp;subd=ruleenux&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ruleenux.wordpress.com/2011/10/17/tutorial-membongkar-acer-aspire-4520/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0ca0dd2cb2016e19a192a6e1cf88c1c6?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">ruleenux</media:title>
		</media:content>

		<media:content url="http://ruleenux.files.wordpress.com/2011/10/1.png?w=300" medium="image">
			<media:title type="html">1</media:title>
		</media:content>

		<media:content url="http://ruleenux.files.wordpress.com/2011/10/2.png?w=300" medium="image">
			<media:title type="html">2</media:title>
		</media:content>

		<media:content url="http://ruleenux.files.wordpress.com/2011/10/3.png?w=300" medium="image">
			<media:title type="html">3</media:title>
		</media:content>

		<media:content url="http://ruleenux.files.wordpress.com/2011/10/4.png?w=171" medium="image">
			<media:title type="html">4</media:title>
		</media:content>

		<media:content url="http://ruleenux.files.wordpress.com/2011/10/5-resized.jpg?w=225" medium="image">
			<media:title type="html">5.resized</media:title>
		</media:content>

		<media:content url="http://ruleenux.files.wordpress.com/2011/10/6-resized.jpg?w=300" medium="image">
			<media:title type="html">6.resized</media:title>
		</media:content>

		<media:content url="http://ruleenux.files.wordpress.com/2011/10/7.png?w=171" medium="image">
			<media:title type="html">7</media:title>
		</media:content>

		<media:content url="http://ruleenux.files.wordpress.com/2011/10/8.png?w=300" medium="image">
			<media:title type="html">8</media:title>
		</media:content>

		<media:content url="http://ruleenux.files.wordpress.com/2011/10/9-resized.jpg?w=300" medium="image">
			<media:title type="html">9.resized</media:title>
		</media:content>

		<media:content url="http://ruleenux.files.wordpress.com/2011/10/10-resized.jpg?w=300" medium="image">
			<media:title type="html">10.resized</media:title>
		</media:content>

		<media:content url="http://ruleenux.files.wordpress.com/2011/10/11-resized.jpg?w=300" medium="image">
			<media:title type="html">11.resized</media:title>
		</media:content>

		<media:content url="http://ruleenux.files.wordpress.com/2011/10/12-resized.jpg?w=300" medium="image">
			<media:title type="html">12.resized</media:title>
		</media:content>

		<media:content url="http://ruleenux.files.wordpress.com/2011/10/13-resized.jpg?w=300" medium="image">
			<media:title type="html">13.resized</media:title>
		</media:content>

		<media:content url="http://ruleenux.files.wordpress.com/2011/10/14.png?w=171" medium="image">
			<media:title type="html">14</media:title>
		</media:content>

		<media:content url="http://ruleenux.files.wordpress.com/2011/10/15.jpg?w=300" medium="image">
			<media:title type="html">15</media:title>
		</media:content>

		<media:content url="http://ruleenux.files.wordpress.com/2011/10/17.jpg?w=300" medium="image">
			<media:title type="html">17</media:title>
		</media:content>

		<media:content url="http://ruleenux.files.wordpress.com/2011/10/16.jpg?w=300" medium="image">
			<media:title type="html">16</media:title>
		</media:content>

		<media:content url="http://ruleenux.files.wordpress.com/2011/10/18.jpg?w=300" medium="image">
			<media:title type="html">18</media:title>
		</media:content>
	</item>
		<item>
		<title>Gak Perlu Hape Baru Buat Install Android..!!</title>
		<link>http://ruleenux.wordpress.com/2011/10/15/gak-perlu-hape-baru-buat-install-android/</link>
		<comments>http://ruleenux.wordpress.com/2011/10/15/gak-perlu-hape-baru-buat-install-android/#comments</comments>
		<pubDate>Sat, 15 Oct 2011 16:24:00 +0000</pubDate>
		<dc:creator>ruleenux</dc:creator>
				<category><![CDATA[android]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[blackberry]]></category>
		<category><![CDATA[friendcaster]]></category>
		<category><![CDATA[froyo]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[IOS]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[naite]]></category>
		<category><![CDATA[smart phone]]></category>
		<category><![CDATA[sony ericsson]]></category>
		<category><![CDATA[symbian]]></category>
		<category><![CDATA[ubersocial]]></category>
		<category><![CDATA[virtualbox]]></category>

		<guid isPermaLink="false">http://ruleenux.wordpress.com/?p=12</guid>
		<description><![CDATA[Ini berawal ketika semua orang tiba-tiba menggunakan smart phone baik itu Blackberry, Android, IOS, ataupun Symbian, sampai-sampai ibu kost pacarku tercinta Rina juga ikutan pake smart phone Android, ya walaupun cuma pake buat sms ataupun telepon doang (swt), tapi itu udah sukses bikin aku agak iri (sebetulnya bukan agak lagi..). Berhubung handset Android itu harganya <a href="http://ruleenux.wordpress.com/2011/10/15/gak-perlu-hape-baru-buat-install-android/" class="excerpt-more-link">[&#8230;]</a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ruleenux.wordpress.com&amp;blog=28424181&amp;post=12&amp;subd=ruleenux&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="text-align:justify;">Ini berawal ketika semua orang tiba-tiba menggunakan <em>smart phone</em> baik itu Blackberry, Android, IOS, ataupun Symbian, sampai-sampai ibu kost pacarku tercinta <a href="http://twitter.com/#%21/rindra18" target="_blank">Rina</a> juga ikutan pake <em>smart phone</em> Android, ya walaupun cuma pake buat sms ataupun telepon doang (swt), tapi itu udah sukses bikin aku agak iri (sebetulnya bukan agak lagi..).<a href="http://ruleenux.files.wordpress.com/2011/10/android.png"><img class="aligncenter size-medium wp-image-13" title="android" src="http://ruleenux.files.wordpress.com/2011/10/android.png?w=300&#038;h=300" alt="" width="300" height="300" /></a></p>
<p style="text-align:justify;">Berhubung <em>handset</em> Android itu harganya lumayan murah, tapi kebetulan aku yang notabene seorang mahasiswa yang belum bekerja belum bisa membeli <em>handset</em> tersebut, makanya belum bisa beli deh. Jadi dengan berbekal hape Sony Ericsson J105i (naite) yang merupakan warisan dari kakakku, aku memutuskan untuk mencoba menginstall Android. Jadi gak perlu beli hape baru buat install android Men, hape biasa juga bisa!!! <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> <a href="http://ruleenux.files.wordpress.com/2011/10/naite-greenheart-red.jpg"><img class="aligncenter size-medium wp-image-14" title="naite-greenheart-red" src="http://ruleenux.files.wordpress.com/2011/10/naite-greenheart-red.jpg?w=300&#038;h=150" alt="" width="300" height="150" /></a><span id="more-12"></span></p>
<p style="text-align:justify;">Pertama aku langsung menuju <a href="http://www.android-x86.org/download" target="_blank">http://www.android-x86.org/download</a> untuk mendownload Android OS dan aku memilih untuk mendownload Android 2.2 Froyo. Selanjutnya aku menyiapkan <em>flashdisk</em> ku yang kapasitasnya sangat besar (128MB) yang dibuat bootable dengan menggunakan <a href="http://unetbootin.sourceforge.net/" target="_blank">UNetbootin</a>. Kemudian aku <em>restart</em> PC-ku (sebenernya bukan PC-ku sih <img src='http://s2.wp.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> ) dan booting lewat <em>flashdisk</em>.</p>
<p style="text-align:justify;"><em>&#8220;Wait a minute!!! ini Android mau di Install di PC ya???&#8221;</em></p>
<p style="text-align:justify;">&#8220;Yailah, masak install di rice cooker&#8230;&#8221;</p>
<p style="text-align:justify;"><em>&#8220;Lah terus HAPE SONY ERICSSON J105i (Naite) YANG DIWARISKAN ITU buat apa???!!!!&#8221;</em></p>
<p style="text-align:justify;">&#8220;Ya cuma buat dengerin lagu aja waktu installasi <img src='http://s2.wp.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> &#8220;</p>
<p style="text-align:justify;">Oke kembali ke PC jadi di bawah ini aku akan jelasin gimana proses installasinya, tapi dalam bentuk <em>virtualbox</em>. karena proses installasi langsung gak sempat aku <em>capture</em> <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p style="text-align:justify;">Setelah kita restart PC dan memilih <em>booting</em> dari <em>flashdisk</em> maka akan muncul tampilan dibawah ini<a href="http://ruleenux.files.wordpress.com/2011/10/screenshot.png"><img class="aligncenter size-medium wp-image-16" title="Screenshot" src="http://ruleenux.files.wordpress.com/2011/10/screenshot.png?w=300&#038;h=223" alt="" width="300" height="223" /></a></p>
<p style="text-align:justify;">Langsung aja pilih <em>&#8220;Installation&#8221;</em>. kemudian akan ada <em>dialog box</em> pemilihan partisi<a href="http://ruleenux.files.wordpress.com/2011/10/screenshot-1.png"><img class="aligncenter size-medium wp-image-17" title="Screenshot-1" src="http://ruleenux.files.wordpress.com/2011/10/screenshot-1.png?w=300&#038;h=151" alt="" width="300" height="151" /></a></p>
<p style="text-align:justify;">Pilih <em>&#8220;Create&#8221;</em> sehingga partisi menjadi seperti dibawah ini lalu &#8220;OK&#8221; kemudian pilih ext3 pada format partisi.<a href="http://ruleenux.files.wordpress.com/2011/10/screenshot-4.png"><img class="aligncenter size-medium wp-image-18" title="Screenshot-4" src="http://ruleenux.files.wordpress.com/2011/10/screenshot-4.png?w=300&#038;h=154" alt="" width="300" height="154" /></a></p>
<p style="text-align:justify;">Kemudian akan ada konfirmasi format. Langsung &#8220;Yes&#8221; aja <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> <a href="http://ruleenux.files.wordpress.com/2011/10/screenshot-6.png"><img class="aligncenter size-medium wp-image-19" title="Screenshot-6" src="http://ruleenux.files.wordpress.com/2011/10/screenshot-6.png?w=300&#038;h=112" alt="" width="300" height="112" /></a></p>
<p style="text-align:justify;">Setelah itu akan ada pertanyaan untuk membuat <em>boot loader (grub)</em> dan konfirmasi untuk permission pada <em>file system</em>. Pilih YES untuk <em>option</em> tersebut.</p>
<p style="text-align:justify;">Setelah itu akan ada pernyataan <em>&#8220;Congratulation! Android-x86 is instally succesfully&#8221;</em>, dan ada pertanyaan apakah anda akan membuat SD card palsu. Pilih saja ya.<a href="http://ruleenux.files.wordpress.com/2011/10/screenshot-11.png"><img class="aligncenter size-medium wp-image-20" title="Screenshot-11" src="http://ruleenux.files.wordpress.com/2011/10/screenshot-11.png?w=300&#038;h=133" alt="" width="300" height="133" /></a></p>
<p style="text-align:justify;">Setelah itu silahkan <em>reboot</em> android anda.</p>
<p style="text-align:justify;">Setelah itu silahkan mencoba android yang anda <em>install</em>..Di bawah ini sedikit skrinsut dari android yg di <em>install</em> tadi<a href="http://ruleenux.files.wordpress.com/2011/10/untitled.jpg"><img class="aligncenter size-medium wp-image-22" title="Untitled" src="http://ruleenux.files.wordpress.com/2011/10/untitled.jpg?w=300&#038;h=230" alt="" width="300" height="230" /></a></p>
<p style="text-align:justify;">Friendcaster Pro<a href="http://ruleenux.files.wordpress.com/2011/10/screenshot-18.png"><img class="aligncenter size-medium wp-image-23" title="Screenshot-18" src="http://ruleenux.files.wordpress.com/2011/10/screenshot-18.png?w=300&#038;h=224" alt="" width="300" height="224" /></a></p>
<p style="text-align:justify;">Uber Social<a href="http://ruleenux.files.wordpress.com/2011/10/screenshot-19.png"><img class="aligncenter size-medium wp-image-24" title="Screenshot-19" src="http://ruleenux.files.wordpress.com/2011/10/screenshot-19.png?w=300&#038;h=223" alt="" width="300" height="223" /></a><a href="http://ruleenux.files.wordpress.com/2011/10/screenshot-21.png"><img class="aligncenter size-medium wp-image-25" title="Screenshot-21" src="http://ruleenux.files.wordpress.com/2011/10/screenshot-21.png?w=300&#038;h=222" alt="" width="300" height="222" /></a></p>
<p style="text-align:justify;">System<a href="http://ruleenux.files.wordpress.com/2011/10/screenshot-22.png"><img class="aligncenter size-medium wp-image-26" title="Screenshot-22" src="http://ruleenux.files.wordpress.com/2011/10/screenshot-22.png?w=300&#038;h=224" alt="" width="300" height="224" /></a></p>
<p style="text-align:justify;">Selamat mencoba ya teman-teman. Oia kekurangan dari android ini kita gak bisa mengakses Android market karena jenis <em>device</em>-nya gak terdaptar. Jadi untuk menginstall aplikasi seperti 2 aplikasi di atas, kita harus mendownload file .apk langsung kemudian baru di install.</p>
<p style="text-align:justify;">Semoga bermanfaat&#8230;Happy Blogging <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<br />Filed under: <a href='http://ruleenux.wordpress.com/category/android/'>android</a>, <a href='http://ruleenux.wordpress.com/category/tutorial/'>tutorial</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ruleenux.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ruleenux.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ruleenux.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ruleenux.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ruleenux.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ruleenux.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ruleenux.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ruleenux.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ruleenux.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ruleenux.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ruleenux.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ruleenux.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ruleenux.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ruleenux.wordpress.com/12/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ruleenux.wordpress.com&amp;blog=28424181&amp;post=12&amp;subd=ruleenux&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ruleenux.wordpress.com/2011/10/15/gak-perlu-hape-baru-buat-install-android/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0ca0dd2cb2016e19a192a6e1cf88c1c6?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">ruleenux</media:title>
		</media:content>

		<media:content url="http://ruleenux.files.wordpress.com/2011/10/android.png?w=300" medium="image">
			<media:title type="html">android</media:title>
		</media:content>

		<media:content url="http://ruleenux.files.wordpress.com/2011/10/naite-greenheart-red.jpg?w=300" medium="image">
			<media:title type="html">naite-greenheart-red</media:title>
		</media:content>

		<media:content url="http://ruleenux.files.wordpress.com/2011/10/screenshot.png?w=300" medium="image">
			<media:title type="html">Screenshot</media:title>
		</media:content>

		<media:content url="http://ruleenux.files.wordpress.com/2011/10/screenshot-1.png?w=300" medium="image">
			<media:title type="html">Screenshot-1</media:title>
		</media:content>

		<media:content url="http://ruleenux.files.wordpress.com/2011/10/screenshot-4.png?w=300" medium="image">
			<media:title type="html">Screenshot-4</media:title>
		</media:content>

		<media:content url="http://ruleenux.files.wordpress.com/2011/10/screenshot-6.png?w=300" medium="image">
			<media:title type="html">Screenshot-6</media:title>
		</media:content>

		<media:content url="http://ruleenux.files.wordpress.com/2011/10/screenshot-11.png?w=300" medium="image">
			<media:title type="html">Screenshot-11</media:title>
		</media:content>

		<media:content url="http://ruleenux.files.wordpress.com/2011/10/untitled.jpg?w=300" medium="image">
			<media:title type="html">Untitled</media:title>
		</media:content>

		<media:content url="http://ruleenux.files.wordpress.com/2011/10/screenshot-18.png?w=300" medium="image">
			<media:title type="html">Screenshot-18</media:title>
		</media:content>

		<media:content url="http://ruleenux.files.wordpress.com/2011/10/screenshot-19.png?w=300" medium="image">
			<media:title type="html">Screenshot-19</media:title>
		</media:content>

		<media:content url="http://ruleenux.files.wordpress.com/2011/10/screenshot-21.png?w=300" medium="image">
			<media:title type="html">Screenshot-21</media:title>
		</media:content>

		<media:content url="http://ruleenux.files.wordpress.com/2011/10/screenshot-22.png?w=300" medium="image">
			<media:title type="html">Screenshot-22</media:title>
		</media:content>
	</item>
	</channel>
</rss>
