<?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>Shining Moon</title>
	<atom:link href="http://iwanbk.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://iwanbk.wordpress.com</link>
	<description>Secercah cahaya rembulan di gelapnya malam</description>
	<lastBuildDate>Thu, 03 Feb 2011 13:31:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='iwanbk.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Shining Moon</title>
		<link>http://iwanbk.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://iwanbk.wordpress.com/osd.xml" title="Shining Moon" />
	<atom:link rel='hub' href='http://iwanbk.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Memanfaatkan dropbox untuk source code repository bersama</title>
		<link>http://iwanbk.wordpress.com/2010/03/14/memanfaatkan-dropbox-untuk-source-code-repository-bersama/</link>
		<comments>http://iwanbk.wordpress.com/2010/03/14/memanfaatkan-dropbox-untuk-source-code-repository-bersama/#comments</comments>
		<pubDate>Sun, 14 Mar 2010 19:04:55 +0000</pubDate>
		<dc:creator>iwanbk</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://iwanbk.wordpress.com/?p=40</guid>
		<description><![CDATA[Selama ini kita mengenal ada beberapa situs yg menawarkan public repository untuk source code kita. Misal github, sourceforge, freshmeat, dll. Layanan mereka gratis selama source code dapat diakses public. Jika ingin membuat source code kita non-public, github menawarkan paket komersil ( berbayar). Kita bisa memanfaatkan dropbox untuk membuat non-public repository yang bisa diakses oleh orang2 [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=iwanbk.wordpress.com&amp;blog=146005&amp;post=40&amp;subd=iwanbk&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Selama ini kita mengenal ada beberapa situs yg menawarkan public repository untuk source code kita. Misal github, sourceforge, freshmeat, dll. Layanan mereka gratis selama source code dapat diakses public. Jika ingin membuat source code kita non-public, github menawarkan paket komersil ( berbayar).</p>
<p>Kita bisa memanfaatkan dropbox untuk membuat non-public repository yang bisa diakses oleh orang2 yang kita kehendaki. Caranya cukup simpel, kita cukup membuat repository di folder dropbox kita. Setelah itu kita &#8216;checkout&#8217; source code dari folder itu.</p>
<p>Contoh di svn :</p>
<ul>
<li>svnadmin create /dropbox-folder/repos/</li>
<li>svn init &#8230;..</li>
<li>svn checkout file:///dropbox-folder/repos/&#8230;.</li>
</ul>
<p>Setelah ini, repository kita bisa diakses oleh siapa saja yang memiliki hak akses ke direktori repository kita.</p>
<p>Aku baru mencoba dengan memakai subversion, tapi seharunya cara ini bisa digunakan untuk git, mercurial, dll. Aku belum mencoba memanfaatkan ubuntu one, tapi seharusnya bisa juga.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/iwanbk.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/iwanbk.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/iwanbk.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/iwanbk.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/iwanbk.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/iwanbk.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/iwanbk.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/iwanbk.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/iwanbk.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/iwanbk.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/iwanbk.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/iwanbk.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/iwanbk.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/iwanbk.wordpress.com/40/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=iwanbk.wordpress.com&amp;blog=146005&amp;post=40&amp;subd=iwanbk&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://iwanbk.wordpress.com/2010/03/14/memanfaatkan-dropbox-untuk-source-code-repository-bersama/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c0417323ee7859cb450e739a8a1c3ed8?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">iwanbk</media:title>
		</media:content>
	</item>
		<item>
		<title>Kalimat indah untuk anak dari seseorang di milis IA-ITB</title>
		<link>http://iwanbk.wordpress.com/2010/03/01/kalimat-indah-untuk-anak-dari-seseorang-di-milis-ia-itb/</link>
		<comments>http://iwanbk.wordpress.com/2010/03/01/kalimat-indah-untuk-anak-dari-seseorang-di-milis-ia-itb/#comments</comments>
		<pubDate>Mon, 01 Mar 2010 09:33:22 +0000</pubDate>
		<dc:creator>iwanbk</dc:creator>
				<category><![CDATA[Rumah dll]]></category>
		<category><![CDATA[Sok Mikir]]></category>

		<guid isPermaLink="false">http://iwanbk.wordpress.com/?p=37</guid>
		<description><![CDATA[Tergantung berapa berharganya anak bagi kita. Untuk saya, anakhon hi do hamoraon di au (my kids are my treasure). They need me much more than my money. Irwan Tampubolon.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=iwanbk.wordpress.com&amp;blog=146005&amp;post=37&amp;subd=iwanbk&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Tergantung berapa berharganya anak bagi kita. Untuk saya, anakhon hi do hamoraon di au (my kids are my treasure). They need me much more than my money.</p>
<p>Irwan Tampubolon.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/iwanbk.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/iwanbk.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/iwanbk.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/iwanbk.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/iwanbk.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/iwanbk.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/iwanbk.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/iwanbk.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/iwanbk.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/iwanbk.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/iwanbk.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/iwanbk.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/iwanbk.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/iwanbk.wordpress.com/37/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=iwanbk.wordpress.com&amp;blog=146005&amp;post=37&amp;subd=iwanbk&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://iwanbk.wordpress.com/2010/03/01/kalimat-indah-untuk-anak-dari-seseorang-di-milis-ia-itb/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c0417323ee7859cb450e739a8a1c3ed8?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">iwanbk</media:title>
		</media:content>
	</item>
		<item>
		<title>Catatan optimasi performansi ubuntu di laptop macbook (1)</title>
		<link>http://iwanbk.wordpress.com/2010/02/25/catatan-optimasi-performansi-ubuntu-di-laptop-macbook-1/</link>
		<comments>http://iwanbk.wordpress.com/2010/02/25/catatan-optimasi-performansi-ubuntu-di-laptop-macbook-1/#comments</comments>
		<pubDate>Thu, 25 Feb 2010 08:52:46 +0000</pubDate>
		<dc:creator>iwanbk</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[OS]]></category>

		<guid isPermaLink="false">http://iwanbk.wordpress.com/?p=33</guid>
		<description><![CDATA[Minggu kemaren baru aja upgrade ubuntu di macbook dari ubuntu 8.10 ke 9.04 (wew, ketinggalan banget). Seperti biasa, ubuntu baru penuh dengan s/w ga penting &#38; settingan yg kurang asyik. Kalo komputernya megah sih gpp, ga masalah, no problemo. Kalo yang kupake ini, macbook dari kantor, RAM masih 512MB. Nyalain pidgin + firefox + thunderbird [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=iwanbk.wordpress.com&amp;blog=146005&amp;post=33&amp;subd=iwanbk&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Minggu kemaren baru aja upgrade ubuntu di macbook dari ubuntu 8.10 ke 9.04 (wew, ketinggalan banget). Seperti biasa, ubuntu baru penuh dengan s/w ga penting &amp; settingan yg kurang asyik. Kalo komputernya megah sih gpp, ga masalah, no problemo. Kalo yang kupake ini, macbook dari kantor, RAM masih 512MB. Nyalain pidgin + firefox + thunderbird + vim dah sekarat. Apalagi kalo sedang compile, wew. Apalagi kalo firefox nya rewel, seperti biasa, makan RAM. Firefox memang rakus.</p>
<p>Langkah standar tuk ngecek proses2 yang jalan : #ps aux</p>
<p>Dari situ, terlihat 2 macem proses tak penting yg berjalan : evolution &amp; tracker.</p>
<p>#dpkg -l | grep evolution</p>
<p>Dari situ, didapat list paket2 nya evolution. Uninstall satu persatu, tapi jangan semuanya, soalnya ada paket yg kalo kita uninstall, dia ikut meng-uninstall s/w lain. Uninstall dengan command : &#8220;apt-get purge nama_paket&#8221;. Pake &#8216;purge&#8217;, bukan &#8216;remove&#8217;, biar uninstallnya bersih sih sih. Setelah itu, akan ada notifikasi bahwa beberapa s/w sudah tidak berguna, dan kita disuruh menguninstall dengan &#8216;apt-get autoremove&#8217;.</p>
<p>Kemudian ulangi lagi untuk tracker.</p>
<p>bersambung&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;(semoga)</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/iwanbk.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/iwanbk.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/iwanbk.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/iwanbk.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/iwanbk.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/iwanbk.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/iwanbk.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/iwanbk.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/iwanbk.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/iwanbk.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/iwanbk.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/iwanbk.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/iwanbk.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/iwanbk.wordpress.com/33/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=iwanbk.wordpress.com&amp;blog=146005&amp;post=33&amp;subd=iwanbk&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://iwanbk.wordpress.com/2010/02/25/catatan-optimasi-performansi-ubuntu-di-laptop-macbook-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c0417323ee7859cb450e739a8a1c3ed8?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">iwanbk</media:title>
		</media:content>
	</item>
		<item>
		<title>WC kursi untuk bayi</title>
		<link>http://iwanbk.wordpress.com/2010/02/16/wc-kursi-untuk-bayi/</link>
		<comments>http://iwanbk.wordpress.com/2010/02/16/wc-kursi-untuk-bayi/#comments</comments>
		<pubDate>Tue, 16 Feb 2010 14:30:06 +0000</pubDate>
		<dc:creator>iwanbk</dc:creator>
				<category><![CDATA[Rumah dll]]></category>

		<guid isPermaLink="false">http://iwanbk.wordpress.com/?p=30</guid>
		<description><![CDATA[Beberapa minggu kemaren, aku &#38; istri membeli sebuah WC kursi untuk bayi di Borma. Harganya murah, cuman sekitar 20rb. Tapi istriku memilih membeli barang yang sama, tapi berdebu, dengan harga 9rb, di borma juga. Aneh. Beberapa hari permulaan, yasmin, usia xx bulan ( pokoknya lahirnya tanggal 9 nov 2008), suka sekali memakai WC kursi ini [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=iwanbk.wordpress.com&amp;blog=146005&amp;post=30&amp;subd=iwanbk&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Beberapa minggu kemaren, aku &amp; istri membeli sebuah WC kursi untuk bayi di Borma. Harganya murah, cuman sekitar 20rb. Tapi istriku memilih membeli barang yang sama, tapi berdebu, dengan harga 9rb, di borma juga. Aneh.</p>
<p>Beberapa hari permulaan, yasmin, usia xx bulan ( pokoknya lahirnya tanggal 9 nov 2008), suka sekali memakai WC kursi ini . Tapi entah kenapa, sekarang dia takut memakainya. Hmm&#8230;.sedang berpikir keras, kenapa&#8230;</p>
<p>WC ini berbentuk seperti kursi kecil, dengan cekungan di tengahnya.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/iwanbk.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/iwanbk.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/iwanbk.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/iwanbk.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/iwanbk.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/iwanbk.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/iwanbk.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/iwanbk.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/iwanbk.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/iwanbk.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/iwanbk.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/iwanbk.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/iwanbk.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/iwanbk.wordpress.com/30/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=iwanbk.wordpress.com&amp;blog=146005&amp;post=30&amp;subd=iwanbk&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://iwanbk.wordpress.com/2010/02/16/wc-kursi-untuk-bayi/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c0417323ee7859cb450e739a8a1c3ed8?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">iwanbk</media:title>
		</media:content>
	</item>
		<item>
		<title>JariOS, eCos , dan sekarang ChibiOS</title>
		<link>http://iwanbk.wordpress.com/2010/02/16/jarios-ecos-dan-sekarang-chibios/</link>
		<comments>http://iwanbk.wordpress.com/2010/02/16/jarios-ecos-dan-sekarang-chibios/#comments</comments>
		<pubDate>Tue, 16 Feb 2010 06:48:39 +0000</pubDate>
		<dc:creator>iwanbk</dc:creator>
				<category><![CDATA[OS]]></category>

		<guid isPermaLink="false">http://iwanbk.wordpress.com/?p=25</guid>
		<description><![CDATA[Setelah sempat menjadi contributor di JariOS, dan akhirnya menjadi developer yang memaintain lwip (embedded tcp/ip stack) di JariOS, sepertinya untuk sementara ini aku akan meninggalkan JariOS. Arah development JariOS mulai tidak jelas, ga jelas mau dibawa kemana. Beberapa waktu lamanya, aku buka2 eCos. RTOS ini sepertinya lumayan keren. Tapi setelah searching sana sini, gugel sini [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=iwanbk.wordpress.com&amp;blog=146005&amp;post=25&amp;subd=iwanbk&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Setelah sempat menjadi contributor di <a href="http://jarios.org">JariOS</a>, dan akhirnya menjadi developer yang memaintain <a href="http://en.wikipedia.org/wiki/LwIP">lwip</a> (embedded tcp/ip stack) di JariOS, sepertinya untuk sementara ini aku akan meninggalkan JariOS. Arah development JariOS mulai tidak jelas, ga jelas mau dibawa kemana.<br />
Beberapa waktu lamanya, aku buka2 <a href="http://en.wikipedia.org/wiki/ECos">eCos</a>. RTOS ini sepertinya lumayan keren. Tapi setelah searching sana sini, gugel sini situ, akhirnya aku menyimpulkan bahwa eCos sudah &#8216;sekarat&#8217;. Memang sih ga ada bukti kuat, tapi begitulah kata perasaanku.<br />
Kemaren malem, nemu RTOS lagi yang sepertinya OK dan berprospek , <a href="http://en.wikipedia.org/wiki/ChibiOS/RT">ChibiOS</a>. Sudah ada versi stable nya, bahkan sudah mendukung lwip dan <a href="http://en.wikipedia.org/wiki/UIP_(micro_IP)">uip</a>. Yap, segera meluncur ke ChibiOS.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/iwanbk.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/iwanbk.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/iwanbk.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/iwanbk.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/iwanbk.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/iwanbk.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/iwanbk.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/iwanbk.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/iwanbk.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/iwanbk.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/iwanbk.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/iwanbk.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/iwanbk.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/iwanbk.wordpress.com/25/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=iwanbk.wordpress.com&amp;blog=146005&amp;post=25&amp;subd=iwanbk&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://iwanbk.wordpress.com/2010/02/16/jarios-ecos-dan-sekarang-chibios/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c0417323ee7859cb450e739a8a1c3ed8?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">iwanbk</media:title>
		</media:content>
	</item>
		<item>
		<title>MeeGo</title>
		<link>http://iwanbk.wordpress.com/2010/02/16/meego/</link>
		<comments>http://iwanbk.wordpress.com/2010/02/16/meego/#comments</comments>
		<pubDate>Tue, 16 Feb 2010 06:37:44 +0000</pubDate>
		<dc:creator>iwanbk</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://iwanbk.wordpress.com/?p=22</guid>
		<description><![CDATA[Setelah heboh ponsel Android dari Google. Kini muncul lagi ponsel berbasis Linux yang baru, MeeGo. MeeGo ini hasil merger dari moblin ( Intel ) + Maemo ( Nokia). Release pertama direncanakan pada kuartal kedua 2010. Ah, sudah tidak sabar menanti hasil perang Google vs Intel+Nokia.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=iwanbk.wordpress.com&amp;blog=146005&amp;post=22&amp;subd=iwanbk&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Setelah heboh ponsel Android dari Google. Kini muncul lagi ponsel berbasis Linux yang baru, <a href="http://www.meego.com">MeeGo</a>. MeeGo ini hasil merger dari moblin ( Intel ) + Maemo ( Nokia). Release pertama direncanakan pada kuartal kedua 2010. Ah, sudah tidak sabar menanti hasil perang Google vs Intel+Nokia.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/iwanbk.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/iwanbk.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/iwanbk.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/iwanbk.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/iwanbk.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/iwanbk.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/iwanbk.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/iwanbk.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/iwanbk.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/iwanbk.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/iwanbk.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/iwanbk.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/iwanbk.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/iwanbk.wordpress.com/22/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=iwanbk.wordpress.com&amp;blog=146005&amp;post=22&amp;subd=iwanbk&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://iwanbk.wordpress.com/2010/02/16/meego/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c0417323ee7859cb450e739a8a1c3ed8?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">iwanbk</media:title>
		</media:content>
	</item>
		<item>
		<title>instalasi web interface openwrt</title>
		<link>http://iwanbk.wordpress.com/2010/02/12/instalasi-web-interface-openwrt/</link>
		<comments>http://iwanbk.wordpress.com/2010/02/12/instalasi-web-interface-openwrt/#comments</comments>
		<pubDate>Fri, 12 Feb 2010 17:11:00 +0000</pubDate>
		<dc:creator>iwanbk</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://iwanbk.wordpress.com/?p=17</guid>
		<description><![CDATA[Jika mengikuti prosedur instalasi di postingan sebelumnya : Install openwrt di avila gateworks, OpenWrt yg terinstall tidak memiliki web interface. Supaya ada web interface, lakukan langkah2 sebagai berikut: #opkg update #opkg install luci-web #opkg install luci-admin-mini #opkg install luci-admin-full Bagi pengguna debian/ubuntu, opkg ini seperti apt-get. Canggih juga OpenWrt ini, padahal tipikal h/w yg terinstall [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=iwanbk.wordpress.com&amp;blog=146005&amp;post=17&amp;subd=iwanbk&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Jika mengikuti prosedur instalasi di postingan sebelumnya : <a href="http://iwanbk.wordpress.com/2010/02/10/install-openwrt-di-avila-gateworks/">Install openwrt di avila gateworks</a>, OpenWrt yg terinstall tidak memiliki web interface. Supaya ada web interface, lakukan langkah2 sebagai berikut:</p>
<ul>
<li>#opkg update</li>
<li>#opkg install luci-web</li>
<li>#opkg install luci-admin-mini</li>
<li>#opkg install luci-admin-full</li>
</ul>
<p>Bagi pengguna debian/ubuntu, opkg ini seperti apt-get. Canggih juga OpenWrt ini, padahal tipikal h/w yg terinstall openwrt hanya memiliki storage beberapa MB. Untuk avila gateworks, storage nya 16MB. Kalo linksys wrt54gl 8MB atau 4MB. Wow</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/iwanbk.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/iwanbk.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/iwanbk.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/iwanbk.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/iwanbk.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/iwanbk.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/iwanbk.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/iwanbk.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/iwanbk.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/iwanbk.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/iwanbk.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/iwanbk.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/iwanbk.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/iwanbk.wordpress.com/17/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=iwanbk.wordpress.com&amp;blog=146005&amp;post=17&amp;subd=iwanbk&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://iwanbk.wordpress.com/2010/02/12/instalasi-web-interface-openwrt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c0417323ee7859cb450e739a8a1c3ed8?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">iwanbk</media:title>
		</media:content>
	</item>
		<item>
		<title>Install OpenWRT di avila gateworks</title>
		<link>http://iwanbk.wordpress.com/2010/02/10/install-openwrt-di-avila-gateworks/</link>
		<comments>http://iwanbk.wordpress.com/2010/02/10/install-openwrt-di-avila-gateworks/#comments</comments>
		<pubDate>Wed, 10 Feb 2010 18:51:16 +0000</pubDate>
		<dc:creator>iwanbk</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://iwanbk.wordpress.com/?p=15</guid>
		<description><![CDATA[setting minicom : hardware flow control : No software flow control : Yes Masuk ke redboot gatework reboot ctrl-C setting tftp server di host (ubuntu 8.10) install tftpd sudo mkdir /srv/tftp taruh file di /srv/tftp sudo /etc/init.d/openbsd-inetd restart sudo cp openwrt-avila-zImage /srv/tftp sudo cp openwrt-avila-zImage /srv/tftp konfigurasi Net redboot gatework melihat ip addr gatework (dari [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=iwanbk.wordpress.com&amp;blog=146005&amp;post=15&amp;subd=iwanbk&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div><strong>setting minicom</strong> :</p>
<ul>
<li>hardware flow control : No</li>
<li>software flow control : Yes</li>
</ul>
<p><strong>Masuk ke redboot gatework<br />
</strong></p>
<ul>
<li>reboot</li>
<li>ctrl-C</li>
</ul>
<p><strong>setting tftp server di host</strong> (ubuntu 8.10)</p>
<ul>
<li>install tftpd</li>
<li>sudo mkdir /srv/tftp</li>
<li>taruh file di /srv/tftp</li>
<li>sudo /etc/init.d/openbsd-inetd restart</li>
<li><span style="font-family:Courier New;">sudo cp openwrt-avila-zImage /srv/tftp</span></li>
<li><span style="font-family:Courier New;">sudo cp openwrt-avila-zImage /srv/tftp<br />
</span></li>
</ul>
<p><strong><br />
konfigurasi Net redboot gatework</strong></div>
<div>
<ul>
<li>melihat ip addr gatework (dari redboot) : ketik &#8220;ip_address&#8221;</li>
<li>karena malas cari2 cara config IP, maka IP laptop ditambah IP alias : server ip address dari gatework</li>
</ul>
<p><strong>Flashing openwrt</strong> <strong>via TFTP</strong></p>
<ul>
<li>fis init</li>
<li><span style="font-family:Courier New;">load -r -v -b 0&#215;00800000 openwrt-avila-zImage</span></li>
<li><span style="font-family:Courier New;">fis create linux</span></li>
<li><span style="font-family:Courier New;">fis free<br />
</span></p>
<ul>
<li><span style="font-family:Courier New;">hitung space yg tersisa<br />
</span></li>
</ul>
</li>
<li><span style="font-family:Courier New;">load -r -v -b 0&#215;00800000 openwrt-ixp4xx-squashfs.img</span></li>
<li><span style="font-family:Courier New;">fis create -l 0xe60000 rootfs</span>
<ul>
<li><span style="font-family:Courier New;">angka </span><span style="font-family:Courier New;">0xe60000 adalah space yg tersisa</span></li>
</ul>
</li>
<li>fconfig</li>
<li>petunjuk lengkap lihat di : http://wiki.openwrt.org/oldwiki/openwrtdocs/hardware/gateworks/avila_gw2348_4</li>
</ul>
</div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/iwanbk.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/iwanbk.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/iwanbk.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/iwanbk.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/iwanbk.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/iwanbk.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/iwanbk.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/iwanbk.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/iwanbk.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/iwanbk.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/iwanbk.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/iwanbk.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/iwanbk.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/iwanbk.wordpress.com/15/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=iwanbk.wordpress.com&amp;blog=146005&amp;post=15&amp;subd=iwanbk&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://iwanbk.wordpress.com/2010/02/10/install-openwrt-di-avila-gateworks/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c0417323ee7859cb450e739a8a1c3ed8?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">iwanbk</media:title>
		</media:content>
	</item>
		<item>
		<title>Mini Blogging started</title>
		<link>http://iwanbk.wordpress.com/2010/02/10/mini-blogging-started/</link>
		<comments>http://iwanbk.wordpress.com/2010/02/10/mini-blogging-started/#comments</comments>
		<pubDate>Wed, 10 Feb 2010 18:47:30 +0000</pubDate>
		<dc:creator>iwanbk</dc:creator>
				<category><![CDATA[Ga Jelas]]></category>

		<guid isPermaLink="false">http://iwanbk.wordpress.com/?p=13</guid>
		<description><![CDATA[Menurut Iwan, mini blogging adalah kegiatan menulis blog seadanya.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=iwanbk.wordpress.com&amp;blog=146005&amp;post=13&amp;subd=iwanbk&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Menurut Iwan, mini blogging adalah kegiatan menulis blog seadanya.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/iwanbk.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/iwanbk.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/iwanbk.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/iwanbk.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/iwanbk.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/iwanbk.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/iwanbk.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/iwanbk.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/iwanbk.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/iwanbk.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/iwanbk.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/iwanbk.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/iwanbk.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/iwanbk.wordpress.com/13/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=iwanbk.wordpress.com&amp;blog=146005&amp;post=13&amp;subd=iwanbk&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://iwanbk.wordpress.com/2010/02/10/mini-blogging-started/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c0417323ee7859cb450e739a8a1c3ed8?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">iwanbk</media:title>
		</media:content>
	</item>
		<item>
		<title>Balik ke sini lagi</title>
		<link>http://iwanbk.wordpress.com/2007/05/05/balik-ke-sini-lagi/</link>
		<comments>http://iwanbk.wordpress.com/2007/05/05/balik-ke-sini-lagi/#comments</comments>
		<pubDate>Sat, 05 May 2007 15:16:41 +0000</pubDate>
		<dc:creator>iwanbk</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://iwanbk.wordpress.com/2007/05/05/balik-ke-sini-lagi/</guid>
		<description><![CDATA[Blog ku pindah kesini lagi, karena www.iwanbk.info lupa kubayar hosting &#38; domainnya&#8230;.. Ilang deh. Aku tuh niat bikin blog ga sih ?<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=iwanbk.wordpress.com&amp;blog=146005&amp;post=9&amp;subd=iwanbk&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Blog ku pindah kesini lagi, karena www.iwanbk.info lupa kubayar hosting &amp; domainnya&#8230;.. Ilang deh.</p>
<p>Aku tuh niat bikin blog ga sih ?</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/iwanbk.wordpress.com/9/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/iwanbk.wordpress.com/9/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/iwanbk.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/iwanbk.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/iwanbk.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/iwanbk.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/iwanbk.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/iwanbk.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/iwanbk.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/iwanbk.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/iwanbk.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/iwanbk.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/iwanbk.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/iwanbk.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/iwanbk.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/iwanbk.wordpress.com/9/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=iwanbk.wordpress.com&amp;blog=146005&amp;post=9&amp;subd=iwanbk&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://iwanbk.wordpress.com/2007/05/05/balik-ke-sini-lagi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c0417323ee7859cb450e739a8a1c3ed8?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">iwanbk</media:title>
		</media:content>
	</item>
	</channel>
</rss>
