<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>i.m.possible in.sane</title>
	<link>http://dhani.web.id</link>
	<description>i'm not weird, i'm just an alien...</description>
	<lastBuildDate>Sat, 18 Feb 2012 11:24:57 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress" -->

	<item>
		<title>Cleaning old kernel in debian based distro (ubuntu, mint, etc)</title>
		<description><![CDATA[ 1 2 3 4 5 6 7 8 #!/bin/bash kernellist=$&#40;ls /boot/ &#124; grep vmlinuz &#124; sed 's@vmlinuz-@linux-image-@g' &#124; grep -v $&#40;uname -r&#41; &#124; sed '$d'&#41; if &#91; &#34;${kernellist}&#34; = &#34;&#34; &#93; then echo &#34;Bersih euy!&#34; else aptitude remove ${kernellist} fi Unique visitors to post: 2]]></description>
		<link>http://dhani.web.id/index.php/2012/02/18/cleaning-old-kernel-in-debian-based-distro-ubuntu-mint-etc/</link>
			</item>
	<item>
		<title>Kutipan: Belajar Mencintai Seseorang Yang Tidak Sempurna Dengan Cara Yang Sempurna</title>
		<description><![CDATA[<p>Ketika kita bertemu orang yang tepat untuk dicintai, ketika kita berada di tempat pada saat yang tepat, itulah kesempatan. Ketika kita bertemu dengan seseorang yang membuatmu tertarik, itu bukan pilihan, itu kesempatan. Bertemu dalam suatu peristiwa bukanlah pilihan, itupun adalah kesempatan.</p> <p>Bila kita memutuskan untuk mencintai orang tersebut, bahkan dengan segala kekurangannya, itu bukan kesempatan, <span style="color:#777"> . . . &#8594; Read More: <a href="http://dhani.web.id/index.php/2011/01/21/kutipan-belajar-mencintai-seseorang-yang-tidak-sempurna-dengan-cara-yang-sempurna/">Kutipan: Belajar Mencintai Seseorang Yang Tidak Sempurna Dengan Cara Yang Sempurna</a></span>]]></description>
		<link>http://dhani.web.id/index.php/2011/01/21/kutipan-belajar-mencintai-seseorang-yang-tidak-sempurna-dengan-cara-yang-sempurna/</link>
			</item>
	<item>
		<title>Next contender... Nginx...</title>
		<description><![CDATA[<p>Fiddling around with the new webserver, I migrated for another time.</p> <p>After the apache, goes to lighttpd, now to the new one... nginx.</p> <p>The mission of the migration I do is:</p> lite on resource. high availability. easy to maintain (config wise). easy virtual host support. <p>With that, I start to poking around the web, on <span style="color:#777"> . . . &#8594; Read More: <a href="http://dhani.web.id/index.php/2010/04/22/next-contender-nginx/">Next contender... Nginx...</a></span>]]></description>
		<link>http://dhani.web.id/index.php/2010/04/22/next-contender-nginx/</link>
			</item>
	<item>
		<title>9 Teknik Untuk Berhenti Berpikir Negatif</title>
		<description><![CDATA[<p>Untuk sebagian besar dari kita, berpikir negatif mungkin sudah menjadi bagian dari diri. Ketika hal-hal tidak sesuai rencana, kita dengan mudah merasa depresi dan tidak bisa melihat sisi baik dari kejadian tersebut…</p> <p>Berpikiran negatif tidak membawa kemana-mana, kecuali membuat perasaan tambah buruk, yang lalu akan berakibat performa kita mengecewakan. Hal ini bisa menjadi lingkaran yang <span style="color:#777"> . . . &#8594; Read More: <a href="http://dhani.web.id/index.php/2010/02/18/9-teknik-untuk-berhenti-berpikir-negatif/">9 Teknik Untuk Berhenti Berpikir Negatif</a></span>]]></description>
		<link>http://dhani.web.id/index.php/2010/02/18/9-teknik-untuk-berhenti-berpikir-negatif/</link>
			</item>
	<item>
		<title>Old memories... new resolutions...</title>
		<description><![CDATA[<p>After all these years you've gone "missing"... now you "comeback"...</p> <p>I'm happy... really... I really am...</p> <p>When I first found out... there is so much mixed feeling inside my head and my heart...</p> <p>All those question that host in me... the "why" factor suddenly become so loud inside my head...</p> <p>But... maybe it is the <span style="color:#777"> . . . &#8594; Read More: <a href="http://dhani.web.id/index.php/2009/08/07/old-memories-new-resolutions/">Old memories... new resolutions...</a></span>]]></description>
		<link>http://dhani.web.id/index.php/2009/08/07/old-memories-new-resolutions/</link>
			</item>
	<item>
		<title>Kelahiran anak berawal dari chatting</title>
		<description><![CDATA[<p style="text-align: justify;">Seorang anak bertanya kepada bapaknya, “Papa.. cerita dong, tentang kelahiranku..”</p> <p style="text-align: justify;">“Hmm, anakku.. memang, sudah saatnya kamu tahu.. lima tahun lalu, papa dan mamamu pertama kali bertemu di sebuah CHAT ROOM YAHOO. Via E-MAIL, kami janjian kopdar (kopi darat) di sebuah CYBER-CAFE. Kami memesan tempat khusus. Mama setuju untuk men-DOWNLOAD dari HARDISK <span style="color:#777"> . . . &#8594; Read More: <a href="http://dhani.web.id/index.php/2008/12/28/kelahiran-anak-berawal-dari-chatting/">Kelahiran anak berawal dari chatting</a></span>]]></description>
		<link>http://dhani.web.id/index.php/2008/12/28/kelahiran-anak-berawal-dari-chatting/</link>
			</item>
	<item>
		<title>Alter all tables in all database</title>
		<description><![CDATA[<p>Recently I've upgrade the mysql version to the latest 5.1.30.</p> <p>I want to convert all collation into utf8_general_ci.</p> <p>Googling around, I found script to list and alter all tables in just one particular database.</p> <p>Modify it a bit. This is what came out. You can use and modified it to your needs. I hope it <span style="color:#777"> . . . &#8594; Read More: <a href="http://dhani.web.id/index.php/2008/12/24/alter-all-tables-in-all-database/">Alter all tables in all database</a></span>]]></description>
		<link>http://dhani.web.id/index.php/2008/12/24/alter-all-tables-in-all-database/</link>
			</item>
	<item>
		<title>In case you all wondering...</title>
		<description><![CDATA[<p>For a little moment I haven't updated the blog, recently I've been occupied by physical work that needs me to put online time away.</p> <p>It's a little bit out of my ordinary work that put me (almost) 24 hour in front of the internet without the need to go anywhere, now I join a team <span style="color:#777"> . . . &#8594; Read More: <a href="http://dhani.web.id/index.php/2008/11/19/in-case-you-all-wondering/">In case you all wondering...</a></span>]]></description>
		<link>http://dhani.web.id/index.php/2008/11/19/in-case-you-all-wondering/</link>
			</item>
	<item>
		<title>Teacher and Student</title>
		<description><![CDATA[<p>Teacher: “Where were u born?” Student: “Singapore, Sir.” Teacher: “Which part?” Student: “All of me, Sir.”</p> <p>*****</p> <p>A teacher was asking her class: “What is the difference between ‘unlawful’ and ‘illegal’?” Only one hand shot up. “Ok, answer, Joan,” said the teacher. “‘unlawful’ is when u do something the law doesn’t allow and ‘ill-egal’ is <span style="color:#777"> . . . &#8594; Read More: <a href="http://dhani.web.id/index.php/2008/10/02/teacher-and-student/">Teacher and Student</a></span>]]></description>
		<link>http://dhani.web.id/index.php/2008/10/02/teacher-and-student/</link>
			</item>
	<item>
		<title>Tips naik taksi</title>
		<description><![CDATA[<p>Sekarang ini kembali marak kejahatan di taksi… untuk itu semoga tips ini berguna terutama bagi para wanita. Berikut ini adalah cara/tips khususnya bagi wanita agar aman naik taksi di Jakarta:</p> Saat menyetop, periksa jumlah roda saat anda nyetop taksi, pastikan jumlahnya ada 4, kalo cuma 3 berarti anda salah nyetop, bukan taksi tapi bajaj. Sebutkan <span style="color:#777"> . . . &#8594; Read More: <a href="http://dhani.web.id/index.php/2008/08/29/tips-naik-taksi/">Tips naik taksi</a></span>]]></description>
		<link>http://dhani.web.id/index.php/2008/08/29/tips-naik-taksi/</link>
			</item>
<img style='margin:0;padding:0;border:0;' width='1px' height='1px' src="http://dhani.web.id/neko/wp-content/plugins/mystat/mystat.php?act=time_load&id=196650&rnd=1147662479" /></channel>
</rss>

<!-- CopyLeft &copy; Unicorn@Works -->

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: basic (Requested URI is rejected)
Object Caching 795/872 objects using disk: basic

Served from: www.dhani.web.id @ 2012-02-23 03:38:40 -->
