<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>YiBi&#039;s Life&#124;Live Log&#187;  &#8211; YiBi&#8217;s Numb Log</title>
	<atom:link href="http://blog.yibi.org/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.yibi.org</link>
	<description></description>
	<lastBuildDate>Tue, 10 Aug 2010 13:23:40 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Problem with pam_radius on Solaris 10</title>
		<link>http://blog.yibi.org/2010/08/10/problem-with-pam_radius-on-solaris-10</link>
		<comments>http://blog.yibi.org/2010/08/10/problem-with-pam_radius-on-solaris-10#comments</comments>
		<pubDate>Tue, 10 Aug 2010 13:16:39 +0000</pubDate>
		<dc:creator>yibi</dc:creator>
				<category><![CDATA[The Techie Stuff]]></category>
		<category><![CDATA[AAA]]></category>
		<category><![CDATA[freeradius]]></category>
		<category><![CDATA[pam_radius]]></category>
		<category><![CDATA[radius]]></category>
		<category><![CDATA[solaris 10]]></category>
		<category><![CDATA[sshd]]></category>

		<guid isPermaLink="false">http://blog.yibi.org/?p=723</guid>
		<description><![CDATA[I was implementing pam_radius login for some Solaris 10 servers today and I got this error.
Aug 10 20:41:57 server1 sshd[17846]: [ID 801593 auth.debug] pam_radius_auth: DEBUG: getservbyname(radius, udp) returned 0.
Aug 10 20:41:57 server1 sshd[17846]: [ID 801593 auth.error] pam_radius_auth: Failed looking up IP address for RADIUS server radius2
Weird error. Googled and found all kinds on weird solutions [...]


Related posts:<ol><li><a href='http://blog.yibi.org/2010/01/19/certificate-error-when-building-your-first-iphone-app' rel='bookmark' title='Permanent Link: Certificate Error When Building Your First IPhone App?'>Certificate Error When Building Your First IPhone App?</a></li>
<li><a href='http://blog.yibi.org/2010/06/22/updating-iphone-to-ios-4-in-vmware' rel='bookmark' title='Permanent Link: Updating iPhone to iOS 4 in Vmware'>Updating iPhone to iOS 4 in Vmware</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I was implementing pam_radius login for some Solaris 10 servers today and I got this error.</p>
<blockquote><p>Aug 10 20:41:57 server1 sshd[17846]: [ID 801593 auth.debug] pam_radius_auth: DEBUG: getservbyname(radius, udp) returned 0.<br />
Aug 10 20:41:57 server1 sshd[17846]: [ID 801593 auth.error] pam_radius_auth: Failed looking up IP address for RADIUS server radius2</p></blockquote>
<p>Weird error. Googled and found all kinds on weird solutions including hacking the source code and stuff.<br />
I took a quick look at the source code and realised something &#8211; my server had no knowledge of the radius and radacct ports. And it&#8217;s actually in the debug message: <strong>getservbyname failed</strong>. I was mislead by the <strong>&#8220;Failed looking up IP address for RADIUS server&#8221;</strong> error message.</p>
<p>Added the following to /etc/services:</p>
<blockquote><p>radius  1812/udp<br />
radacct 1813/udp</p></blockquote>
<p>And voila! Simple as that.</p>
<!-- RO Social Bookmarks BEGIN --><div class="social_bookmark"><em>Bookmark to:</em><br /><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://voxro.com/node/add/drigg/?url=http://blog.yibi.org/2010/08/10/problem-with-pam_radius-on-solaris-10" title="Add 'Problem with pam_radius on Solaris 10' to VoxRO"><img src="http://blog.yibi.org/wp-content/plugins/ro-social-bookmarks/voxro.png" title="Add 'Problem with pam_radius on Solaris 10' to VoxRO" alt="Add 'Problem with pam_radius on Solaris 10' to VoxRO" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home?status=http://blog.yibi.org/2010/08/10/problem-with-pam_radius-on-solaris-10" title="Add 'Problem with pam_radius on Solaris 10' to Twitter"><img src="http://blog.yibi.org/wp-content/plugins/ro-social-bookmarks/twitter.png" title="Add 'Problem with pam_radius on Solaris 10' to Twitter" alt="Add 'Problem with pam_radius on Solaris 10' to Twitter" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.myspace.com/Modules/PostTo/Pages/?t=Problem+with+pam_radius+on+Solaris+10&amp;c=http://blog.yibi.org/2010/08/10/problem-with-pam_radius-on-solaris-10" title="Add 'Problem with pam_radius on Solaris 10' to MySpace"><img src="http://blog.yibi.org/wp-content/plugins/ro-social-bookmarks/myspace.png" title="Add 'Problem with pam_radius on Solaris 10' to MySpace" alt="Add 'Problem with pam_radius on Solaris 10' to MySpace" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://blog.yibi.org/2010/08/10/problem-with-pam_radius-on-solaris-10&amp;title=Problem+with+pam_radius+on+Solaris+10" title="Add 'Problem with pam_radius on Solaris 10' to Del.icio.us"><img src="http://blog.yibi.org/wp-content/plugins/ro-social-bookmarks/delicious.png" title="Add 'Problem with pam_radius on Solaris 10' to Del.icio.us" alt="Add 'Problem with pam_radius on Solaris 10' to Del.icio.us" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://blog.yibi.org/2010/08/10/problem-with-pam_radius-on-solaris-10&amp;title=Problem+with+pam_radius+on+Solaris+10" title="Add 'Problem with pam_radius on Solaris 10' to digg"><img src="http://blog.yibi.org/wp-content/plugins/ro-social-bookmarks/digg.png" title="Add 'Problem with pam_radius on Solaris 10' to digg" alt="Add 'Problem with pam_radius on Solaris 10' to digg" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://blog.yibi.org/2010/08/10/problem-with-pam_radius-on-solaris-10&amp;title=Problem+with+pam_radius+on+Solaris+10" title="Add 'Problem with pam_radius on Solaris 10' to reddit"><img src="http://blog.yibi.org/wp-content/plugins/ro-social-bookmarks/reddit.png" title="Add 'Problem with pam_radius on Solaris 10' to reddit" alt="Add 'Problem with pam_radius on Solaris 10' to reddit" /></a><br /><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/share.php?u=http://blog.yibi.org/2010/08/10/problem-with-pam_radius-on-solaris-10&amp;t=Problem+with+pam_radius+on+Solaris+10" title="Add 'Problem with pam_radius on Solaris 10' to FaceBook"><img src="http://blog.yibi.org/wp-content/plugins/ro-social-bookmarks/facebook.png" title="Add 'Problem with pam_radius on Solaris 10' to FaceBook" alt="Add 'Problem with pam_radius on Solaris 10' to FaceBook" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://blog.yibi.org/2010/08/10/problem-with-pam_radius-on-solaris-10" title="Add 'Problem with pam_radius on Solaris 10' to Technorati"><img src="http://blog.yibi.org/wp-content/plugins/ro-social-bookmarks/technorati.png" title="Add 'Problem with pam_radius on Solaris 10' to Technorati" alt="Add 'Problem with pam_radius on Solaris 10' to Technorati" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://blog.yibi.org/2010/08/10/problem-with-pam_radius-on-solaris-10&amp;title=Problem+with+pam_radius+on+Solaris+10" title="Add 'Problem with pam_radius on Solaris 10' to Stumble Upon"><img src="http://blog.yibi.org/wp-content/plugins/ro-social-bookmarks/stumbleupon.png" title="Add 'Problem with pam_radius on Solaris 10' to Stumble Upon" alt="Add 'Problem with pam_radius on Solaris 10' to Stumble Upon" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://blog.yibi.org/2010/08/10/problem-with-pam_radius-on-solaris-10&amp;t=Problem+with+pam_radius+on+Solaris+10" title="Add 'Problem with pam_radius on Solaris 10' to Yahoo My Web"><img src="http://blog.yibi.org/wp-content/plugins/ro-social-bookmarks/yahoo_myweb.png" title="Add 'Problem with pam_radius on Solaris 10' to Yahoo My Web" alt="Add 'Problem with pam_radius on Solaris 10' to Yahoo My Web" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://blog.yibi.org/2010/08/10/problem-with-pam_radius-on-solaris-10&amp;title=Problem+with+pam_radius+on+Solaris+10" title="Add 'Problem with pam_radius on Solaris 10' to Google Bookmarks"><img src="http://blog.yibi.org/wp-content/plugins/ro-social-bookmarks/google.png" title="Add 'Problem with pam_radius on Solaris 10' to Google Bookmarks" alt="Add 'Problem with pam_radius on Solaris 10' to Google Bookmarks" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://friendfeed.com/share/bookmarklet/frame#title={titleff}&amp;url=http://blog.yibi.org/2010/08/10/problem-with-pam_radius-on-solaris-10" title="Add 'Problem with pam_radius on Solaris 10' to FriendFeed"><img src="http://blog.yibi.org/wp-content/plugins/ro-social-bookmarks/friendfeed.png" title="Add 'Problem with pam_radius on Solaris 10' to FriendFeed" alt="Add 'Problem with pam_radius on Solaris 10' to FriendFeed" /></a></div>
<!-- RO Social Bookmarks END -->

<p>Related posts:<ol><li><a href='http://blog.yibi.org/2010/01/19/certificate-error-when-building-your-first-iphone-app' rel='bookmark' title='Permanent Link: Certificate Error When Building Your First IPhone App?'>Certificate Error When Building Your First IPhone App?</a></li>
<li><a href='http://blog.yibi.org/2010/06/22/updating-iphone-to-ios-4-in-vmware' rel='bookmark' title='Permanent Link: Updating iPhone to iOS 4 in Vmware'>Updating iPhone to iOS 4 in Vmware</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.yibi.org/2010/08/10/problem-with-pam_radius-on-solaris-10/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Updating iPhone to iOS 4 in Vmware</title>
		<link>http://blog.yibi.org/2010/06/22/updating-iphone-to-ios-4-in-vmware</link>
		<comments>http://blog.yibi.org/2010/06/22/updating-iphone-to-ios-4-in-vmware#comments</comments>
		<pubDate>Tue, 22 Jun 2010 07:30:59 +0000</pubDate>
		<dc:creator>yibi</dc:creator>
				<category><![CDATA[The Techie Stuff]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[3gs]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[apple iphone]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[ios]]></category>
		<category><![CDATA[iOS4]]></category>
		<category><![CDATA[iTunes]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[linux releases]]></category>
		<category><![CDATA[recovery mode]]></category>
		<category><![CDATA[speed usb]]></category>
		<category><![CDATA[usb 2]]></category>
		<category><![CDATA[usb port]]></category>
		<category><![CDATA[virtualization]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://blog.yibi.org/?p=715</guid>
		<description><![CDATA[While updating my iPhone 3GS to iOS 4, I encountered an error on iTunes saying that my iPhone could not be updated. My phone went into recovery mode after that. This is not the first time I&#8217;m doing restore and update with Vmware, so I&#8217;m pretty surprise why the update process failed.
A peek into dmesg [...]


Related posts:<ol><li><a href='http://blog.yibi.org/2010/05/24/update-native-tethering-to-iphone-on-linux' rel='bookmark' title='Permanent Link: Update: Native Tethering To IPhone On Linux'>Update: Native Tethering To IPhone On Linux</a></li>
<li><a href='http://blog.yibi.org/2010/05/20/native-iphone-tethering-on-linux-debian' rel='bookmark' title='Permanent Link: Native IPhone Tethering On Linux (Debian)'>Native IPhone Tethering On Linux (Debian)</a></li>
<li><a href='http://blog.yibi.org/2010/01/29/iphone-tethering-use-and-abuse' rel='bookmark' title='Permanent Link: IPhone Tethering &#8211; Use and Abuse!'>IPhone Tethering &#8211; Use and Abuse!</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>While updating my iPhone 3GS to iOS 4, I encountered an error on iTunes saying that my iPhone could not be updated. My phone went into recovery mode after that. This is not the first time I&#8217;m doing restore and update with Vmware, so I&#8217;m pretty surprise why the update process failed.</p>
<p>A peek into dmesg shows the following -</p>
<p><em>[52420.444795] usb 2-2: usbfs: interface 2 claimed by ipheth while &#8216;vmware-vmx&#8217; sets config #4<br />
[52420.460159] usb 2-2: usbfs: process 9345 (vmware-vmx) did not claim interface 2 before use<br />
[52420.460222] usb 2-2: usbfs: process 9345 (vmware-vmx) did not claim interface 2 before use</em></p>
<p>Linux is now capable of detecting the iPhone over USB natively and automatically via the iPhone for tethering and direct access to the underlying filesystem, so it&#8217;s hogging the USB port on the iPhone and denying Vmware of accessing it.</p>
<p>Anyway the solution is simple. Just run</p>
<p><em># rmmod ipheth</em></p>
<p><em>#  dmesg<br />
</em></p>
<p><em>[52445.922401] usbcore: deregistering interface driver ipheth<br />
[52445.964038] ipheth 2-2:4.2: Apple iPhone USB Ethernet now disconnected<br />
[52491.228075] usb 2-2: reset high speed USB device using ehci_hcd and address 21<br />
[52491.524073] usb 2-2: reset high speed USB device using ehci_hcd and address 21</em></p>
<p>Linux releases the iPhone. On Vmware, disconnect and connect the iPhone again.</p>
<!-- RO Social Bookmarks BEGIN --><div class="social_bookmark"><em>Bookmark to:</em><br /><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://voxro.com/node/add/drigg/?url=http://blog.yibi.org/2010/06/22/updating-iphone-to-ios-4-in-vmware" title="Add 'Updating iPhone to iOS 4 in Vmware' to VoxRO"><img src="http://blog.yibi.org/wp-content/plugins/ro-social-bookmarks/voxro.png" title="Add 'Updating iPhone to iOS 4 in Vmware' to VoxRO" alt="Add 'Updating iPhone to iOS 4 in Vmware' to VoxRO" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home?status=http://blog.yibi.org/2010/06/22/updating-iphone-to-ios-4-in-vmware" title="Add 'Updating iPhone to iOS 4 in Vmware' to Twitter"><img src="http://blog.yibi.org/wp-content/plugins/ro-social-bookmarks/twitter.png" title="Add 'Updating iPhone to iOS 4 in Vmware' to Twitter" alt="Add 'Updating iPhone to iOS 4 in Vmware' to Twitter" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.myspace.com/Modules/PostTo/Pages/?t=Updating+iPhone+to+iOS+4+in+Vmware&amp;c=http://blog.yibi.org/2010/06/22/updating-iphone-to-ios-4-in-vmware" title="Add 'Updating iPhone to iOS 4 in Vmware' to MySpace"><img src="http://blog.yibi.org/wp-content/plugins/ro-social-bookmarks/myspace.png" title="Add 'Updating iPhone to iOS 4 in Vmware' to MySpace" alt="Add 'Updating iPhone to iOS 4 in Vmware' to MySpace" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://blog.yibi.org/2010/06/22/updating-iphone-to-ios-4-in-vmware&amp;title=Updating+iPhone+to+iOS+4+in+Vmware" title="Add 'Updating iPhone to iOS 4 in Vmware' to Del.icio.us"><img src="http://blog.yibi.org/wp-content/plugins/ro-social-bookmarks/delicious.png" title="Add 'Updating iPhone to iOS 4 in Vmware' to Del.icio.us" alt="Add 'Updating iPhone to iOS 4 in Vmware' to Del.icio.us" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://blog.yibi.org/2010/06/22/updating-iphone-to-ios-4-in-vmware&amp;title=Updating+iPhone+to+iOS+4+in+Vmware" title="Add 'Updating iPhone to iOS 4 in Vmware' to digg"><img src="http://blog.yibi.org/wp-content/plugins/ro-social-bookmarks/digg.png" title="Add 'Updating iPhone to iOS 4 in Vmware' to digg" alt="Add 'Updating iPhone to iOS 4 in Vmware' to digg" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://blog.yibi.org/2010/06/22/updating-iphone-to-ios-4-in-vmware&amp;title=Updating+iPhone+to+iOS+4+in+Vmware" title="Add 'Updating iPhone to iOS 4 in Vmware' to reddit"><img src="http://blog.yibi.org/wp-content/plugins/ro-social-bookmarks/reddit.png" title="Add 'Updating iPhone to iOS 4 in Vmware' to reddit" alt="Add 'Updating iPhone to iOS 4 in Vmware' to reddit" /></a><br /><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/share.php?u=http://blog.yibi.org/2010/06/22/updating-iphone-to-ios-4-in-vmware&amp;t=Updating+iPhone+to+iOS+4+in+Vmware" title="Add 'Updating iPhone to iOS 4 in Vmware' to FaceBook"><img src="http://blog.yibi.org/wp-content/plugins/ro-social-bookmarks/facebook.png" title="Add 'Updating iPhone to iOS 4 in Vmware' to FaceBook" alt="Add 'Updating iPhone to iOS 4 in Vmware' to FaceBook" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://blog.yibi.org/2010/06/22/updating-iphone-to-ios-4-in-vmware" title="Add 'Updating iPhone to iOS 4 in Vmware' to Technorati"><img src="http://blog.yibi.org/wp-content/plugins/ro-social-bookmarks/technorati.png" title="Add 'Updating iPhone to iOS 4 in Vmware' to Technorati" alt="Add 'Updating iPhone to iOS 4 in Vmware' to Technorati" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://blog.yibi.org/2010/06/22/updating-iphone-to-ios-4-in-vmware&amp;title=Updating+iPhone+to+iOS+4+in+Vmware" title="Add 'Updating iPhone to iOS 4 in Vmware' to Stumble Upon"><img src="http://blog.yibi.org/wp-content/plugins/ro-social-bookmarks/stumbleupon.png" title="Add 'Updating iPhone to iOS 4 in Vmware' to Stumble Upon" alt="Add 'Updating iPhone to iOS 4 in Vmware' to Stumble Upon" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://blog.yibi.org/2010/06/22/updating-iphone-to-ios-4-in-vmware&amp;t=Updating+iPhone+to+iOS+4+in+Vmware" title="Add 'Updating iPhone to iOS 4 in Vmware' to Yahoo My Web"><img src="http://blog.yibi.org/wp-content/plugins/ro-social-bookmarks/yahoo_myweb.png" title="Add 'Updating iPhone to iOS 4 in Vmware' to Yahoo My Web" alt="Add 'Updating iPhone to iOS 4 in Vmware' to Yahoo My Web" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://blog.yibi.org/2010/06/22/updating-iphone-to-ios-4-in-vmware&amp;title=Updating+iPhone+to+iOS+4+in+Vmware" title="Add 'Updating iPhone to iOS 4 in Vmware' to Google Bookmarks"><img src="http://blog.yibi.org/wp-content/plugins/ro-social-bookmarks/google.png" title="Add 'Updating iPhone to iOS 4 in Vmware' to Google Bookmarks" alt="Add 'Updating iPhone to iOS 4 in Vmware' to Google Bookmarks" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://friendfeed.com/share/bookmarklet/frame#title={titleff}&amp;url=http://blog.yibi.org/2010/06/22/updating-iphone-to-ios-4-in-vmware" title="Add 'Updating iPhone to iOS 4 in Vmware' to FriendFeed"><img src="http://blog.yibi.org/wp-content/plugins/ro-social-bookmarks/friendfeed.png" title="Add 'Updating iPhone to iOS 4 in Vmware' to FriendFeed" alt="Add 'Updating iPhone to iOS 4 in Vmware' to FriendFeed" /></a></div>
<!-- RO Social Bookmarks END -->

<p>Related posts:<ol><li><a href='http://blog.yibi.org/2010/05/24/update-native-tethering-to-iphone-on-linux' rel='bookmark' title='Permanent Link: Update: Native Tethering To IPhone On Linux'>Update: Native Tethering To IPhone On Linux</a></li>
<li><a href='http://blog.yibi.org/2010/05/20/native-iphone-tethering-on-linux-debian' rel='bookmark' title='Permanent Link: Native IPhone Tethering On Linux (Debian)'>Native IPhone Tethering On Linux (Debian)</a></li>
<li><a href='http://blog.yibi.org/2010/01/29/iphone-tethering-use-and-abuse' rel='bookmark' title='Permanent Link: IPhone Tethering &#8211; Use and Abuse!'>IPhone Tethering &#8211; Use and Abuse!</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.yibi.org/2010/06/22/updating-iphone-to-ios-4-in-vmware/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Father Taken Hostage By His Baby</title>
		<link>http://blog.yibi.org/2010/05/27/a-father-taken-hostage-by-his-baby</link>
		<comments>http://blog.yibi.org/2010/05/27/a-father-taken-hostage-by-his-baby#comments</comments>
		<pubDate>Thu, 27 May 2010 06:28:34 +0000</pubDate>
		<dc:creator>yibi</dc:creator>
				<category><![CDATA[Music and Videos]]></category>
		<category><![CDATA[The New Journey As Parents]]></category>
		<category><![CDATA[baby videos]]></category>
		<category><![CDATA[funny video]]></category>
		<category><![CDATA[heart warming]]></category>
		<category><![CDATA[videos]]></category>

		<guid isPermaLink="false">http://blog.yibi.org/?p=710</guid>
		<description><![CDATA[I posted this in a separate blog that I created for my daughter. This is amusing and very heart warming, perhaps it&#8217;s because I have a baby myself now. This is dedicated to Moms and Dads, who are doing our best for our children.

Bookmark to:


Related posts:How To Calm A Crying Baby In Less Than 60 [...]


Related posts:<ol><li><a href='http://blog.yibi.org/2009/11/29/how-to-calm-a-crying-baby-in-less-than-60-secs' rel='bookmark' title='Permanent Link: How To Calm A Crying Baby In Less Than 60 Secs'>How To Calm A Crying Baby In Less Than 60 Secs</a></li>
<li><a href='http://blog.yibi.org/2009/10/09/a-very-sad-video-on-starving-children' rel='bookmark' title='Permanent Link: A Very Sad Video On Starving Children'>A Very Sad Video On Starving Children</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I posted this in a separate <a title="逸宁成长日志 | Yining's Baby Diary " href="http://yining.yibi.org/" target="_blank">blog</a> that I created for my daughter. This is amusing and very heart warming, perhaps it&#8217;s because I have a baby myself now. This is dedicated to Moms and Dads, who are doing our best for our children.</p>
<p><!-- Smart Youtube --><span class="youtube"><object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/AXlNEV1lKWg&amp;rel=1&amp;color1=d6d6d6&amp;color2=f0f0f0&amp;border=&amp;fs=1&amp;hl=en&amp;autoplay=&amp;showinfo=0&amp;iv_load_policy=3&amp;showsearch=0" /><param name="allowFullScreen" value="true" /><embed wmode="transparent" src="http://www.youtube.com/v/AXlNEV1lKWg&amp;rel=1&amp;color1=d6d6d6&amp;color2=f0f0f0&amp;border=&amp;fs=1&amp;hl=en&amp;autoplay=&amp;showinfo=0&amp;iv_load_policy=3&amp;showsearch=0" type="application/x-shockwave-flash" allowfullscreen="true" width="425" height="355" ></embed><param name="wmode" value="transparent" /></object></span></p>
<!-- RO Social Bookmarks BEGIN --><div class="social_bookmark"><em>Bookmark to:</em><br /><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://voxro.com/node/add/drigg/?url=http://blog.yibi.org/2010/05/27/a-father-taken-hostage-by-his-baby" title="Add 'A Father Taken Hostage By His Baby' to VoxRO"><img src="http://blog.yibi.org/wp-content/plugins/ro-social-bookmarks/voxro.png" title="Add 'A Father Taken Hostage By His Baby' to VoxRO" alt="Add 'A Father Taken Hostage By His Baby' to VoxRO" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home?status=http://blog.yibi.org/2010/05/27/a-father-taken-hostage-by-his-baby" title="Add 'A Father Taken Hostage By His Baby' to Twitter"><img src="http://blog.yibi.org/wp-content/plugins/ro-social-bookmarks/twitter.png" title="Add 'A Father Taken Hostage By His Baby' to Twitter" alt="Add 'A Father Taken Hostage By His Baby' to Twitter" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.myspace.com/Modules/PostTo/Pages/?t=A+Father+Taken+Hostage+By+His+Baby&amp;c=http://blog.yibi.org/2010/05/27/a-father-taken-hostage-by-his-baby" title="Add 'A Father Taken Hostage By His Baby' to MySpace"><img src="http://blog.yibi.org/wp-content/plugins/ro-social-bookmarks/myspace.png" title="Add 'A Father Taken Hostage By His Baby' to MySpace" alt="Add 'A Father Taken Hostage By His Baby' to MySpace" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://blog.yibi.org/2010/05/27/a-father-taken-hostage-by-his-baby&amp;title=A+Father+Taken+Hostage+By+His+Baby" title="Add 'A Father Taken Hostage By His Baby' to Del.icio.us"><img src="http://blog.yibi.org/wp-content/plugins/ro-social-bookmarks/delicious.png" title="Add 'A Father Taken Hostage By His Baby' to Del.icio.us" alt="Add 'A Father Taken Hostage By His Baby' to Del.icio.us" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://blog.yibi.org/2010/05/27/a-father-taken-hostage-by-his-baby&amp;title=A+Father+Taken+Hostage+By+His+Baby" title="Add 'A Father Taken Hostage By His Baby' to digg"><img src="http://blog.yibi.org/wp-content/plugins/ro-social-bookmarks/digg.png" title="Add 'A Father Taken Hostage By His Baby' to digg" alt="Add 'A Father Taken Hostage By His Baby' to digg" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://blog.yibi.org/2010/05/27/a-father-taken-hostage-by-his-baby&amp;title=A+Father+Taken+Hostage+By+His+Baby" title="Add 'A Father Taken Hostage By His Baby' to reddit"><img src="http://blog.yibi.org/wp-content/plugins/ro-social-bookmarks/reddit.png" title="Add 'A Father Taken Hostage By His Baby' to reddit" alt="Add 'A Father Taken Hostage By His Baby' to reddit" /></a><br /><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/share.php?u=http://blog.yibi.org/2010/05/27/a-father-taken-hostage-by-his-baby&amp;t=A+Father+Taken+Hostage+By+His+Baby" title="Add 'A Father Taken Hostage By His Baby' to FaceBook"><img src="http://blog.yibi.org/wp-content/plugins/ro-social-bookmarks/facebook.png" title="Add 'A Father Taken Hostage By His Baby' to FaceBook" alt="Add 'A Father Taken Hostage By His Baby' to FaceBook" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://blog.yibi.org/2010/05/27/a-father-taken-hostage-by-his-baby" title="Add 'A Father Taken Hostage By His Baby' to Technorati"><img src="http://blog.yibi.org/wp-content/plugins/ro-social-bookmarks/technorati.png" title="Add 'A Father Taken Hostage By His Baby' to Technorati" alt="Add 'A Father Taken Hostage By His Baby' to Technorati" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://blog.yibi.org/2010/05/27/a-father-taken-hostage-by-his-baby&amp;title=A+Father+Taken+Hostage+By+His+Baby" title="Add 'A Father Taken Hostage By His Baby' to Stumble Upon"><img src="http://blog.yibi.org/wp-content/plugins/ro-social-bookmarks/stumbleupon.png" title="Add 'A Father Taken Hostage By His Baby' to Stumble Upon" alt="Add 'A Father Taken Hostage By His Baby' to Stumble Upon" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://blog.yibi.org/2010/05/27/a-father-taken-hostage-by-his-baby&amp;t=A+Father+Taken+Hostage+By+His+Baby" title="Add 'A Father Taken Hostage By His Baby' to Yahoo My Web"><img src="http://blog.yibi.org/wp-content/plugins/ro-social-bookmarks/yahoo_myweb.png" title="Add 'A Father Taken Hostage By His Baby' to Yahoo My Web" alt="Add 'A Father Taken Hostage By His Baby' to Yahoo My Web" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://blog.yibi.org/2010/05/27/a-father-taken-hostage-by-his-baby&amp;title=A+Father+Taken+Hostage+By+His+Baby" title="Add 'A Father Taken Hostage By His Baby' to Google Bookmarks"><img src="http://blog.yibi.org/wp-content/plugins/ro-social-bookmarks/google.png" title="Add 'A Father Taken Hostage By His Baby' to Google Bookmarks" alt="Add 'A Father Taken Hostage By His Baby' to Google Bookmarks" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://friendfeed.com/share/bookmarklet/frame#title={titleff}&amp;url=http://blog.yibi.org/2010/05/27/a-father-taken-hostage-by-his-baby" title="Add 'A Father Taken Hostage By His Baby' to FriendFeed"><img src="http://blog.yibi.org/wp-content/plugins/ro-social-bookmarks/friendfeed.png" title="Add 'A Father Taken Hostage By His Baby' to FriendFeed" alt="Add 'A Father Taken Hostage By His Baby' to FriendFeed" /></a></div>
<!-- RO Social Bookmarks END -->

<p>Related posts:<ol><li><a href='http://blog.yibi.org/2009/11/29/how-to-calm-a-crying-baby-in-less-than-60-secs' rel='bookmark' title='Permanent Link: How To Calm A Crying Baby In Less Than 60 Secs'>How To Calm A Crying Baby In Less Than 60 Secs</a></li>
<li><a href='http://blog.yibi.org/2009/10/09/a-very-sad-video-on-starving-children' rel='bookmark' title='Permanent Link: A Very Sad Video On Starving Children'>A Very Sad Video On Starving Children</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.yibi.org/2010/05/27/a-father-taken-hostage-by-his-baby/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ghost &#8211; Thai Horror Movie</title>
		<link>http://blog.yibi.org/2010/05/26/ghost-thai-horror-movie</link>
		<comments>http://blog.yibi.org/2010/05/26/ghost-thai-horror-movie#comments</comments>
		<pubDate>Wed, 26 May 2010 12:50:16 +0000</pubDate>
		<dc:creator>yibi</dc:creator>
				<category><![CDATA[Music and Videos]]></category>
		<category><![CDATA[advertisement]]></category>
		<category><![CDATA[creativity]]></category>
		<category><![CDATA[ghost]]></category>
		<category><![CDATA[ghost videos]]></category>
		<category><![CDATA[horror movie]]></category>
		<category><![CDATA[humour]]></category>
		<category><![CDATA[thai ghost movie]]></category>

		<guid isPermaLink="false">http://blog.yibi.org/?p=704</guid>
		<description><![CDATA[The Thai folks never fail to amaze (and amuse) me with their creativity and humour.
This video is advertisement. I leave it to you to watch until the end to grasp the punchline and the humour.

Bookmark to:


Related posts:Hilarious &#8211; Dancing Police!
A Little Too Soon? A Little Too Late?



Related posts:<ol><li><a href='http://blog.yibi.org/2009/04/03/hilarious-dancing-police' rel='bookmark' title='Permanent Link: Hilarious &#8211; Dancing Police!'>Hilarious &#8211; Dancing Police!</a></li>
<li><a href='http://blog.yibi.org/2009/11/24/a-little-too-soon-a-little-too-late' rel='bookmark' title='Permanent Link: A Little Too Soon? A Little Too Late?'>A Little Too Soon? A Little Too Late?</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>The Thai folks never fail to amaze (and amuse) me with their creativity and humour.</p>
<p>This video is advertisement. I leave it to you to watch until the end to grasp the punchline and the humour.</p>
<p><!-- Smart Youtube --><span class="youtube"><object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/jy0nr5s9aes&amp;rel=1&amp;color1=d6d6d6&amp;color2=f0f0f0&amp;border=&amp;fs=1&amp;hl=en&amp;autoplay=&amp;showinfo=0&amp;iv_load_policy=3&amp;showsearch=0" /><param name="allowFullScreen" value="true" /><embed wmode="transparent" src="http://www.youtube.com/v/jy0nr5s9aes&amp;rel=1&amp;color1=d6d6d6&amp;color2=f0f0f0&amp;border=&amp;fs=1&amp;hl=en&amp;autoplay=&amp;showinfo=0&amp;iv_load_policy=3&amp;showsearch=0" type="application/x-shockwave-flash" allowfullscreen="true" width="425" height="355" ></embed><param name="wmode" value="transparent" /></object></span></p>
<!-- RO Social Bookmarks BEGIN --><div class="social_bookmark"><em>Bookmark to:</em><br /><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://voxro.com/node/add/drigg/?url=http://blog.yibi.org/2010/05/26/ghost-thai-horror-movie" title="Add 'Ghost -- Thai Horror Movie' to VoxRO"><img src="http://blog.yibi.org/wp-content/plugins/ro-social-bookmarks/voxro.png" title="Add 'Ghost -- Thai Horror Movie' to VoxRO" alt="Add 'Ghost -- Thai Horror Movie' to VoxRO" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home?status=http://blog.yibi.org/2010/05/26/ghost-thai-horror-movie" title="Add 'Ghost -- Thai Horror Movie' to Twitter"><img src="http://blog.yibi.org/wp-content/plugins/ro-social-bookmarks/twitter.png" title="Add 'Ghost -- Thai Horror Movie' to Twitter" alt="Add 'Ghost -- Thai Horror Movie' to Twitter" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.myspace.com/Modules/PostTo/Pages/?t=Ghost+%26%238211%3B+Thai+Horror+Movie&amp;c=http://blog.yibi.org/2010/05/26/ghost-thai-horror-movie" title="Add 'Ghost -- Thai Horror Movie' to MySpace"><img src="http://blog.yibi.org/wp-content/plugins/ro-social-bookmarks/myspace.png" title="Add 'Ghost -- Thai Horror Movie' to MySpace" alt="Add 'Ghost -- Thai Horror Movie' to MySpace" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://blog.yibi.org/2010/05/26/ghost-thai-horror-movie&amp;title=Ghost+%26%238211%3B+Thai+Horror+Movie" title="Add 'Ghost -- Thai Horror Movie' to Del.icio.us"><img src="http://blog.yibi.org/wp-content/plugins/ro-social-bookmarks/delicious.png" title="Add 'Ghost -- Thai Horror Movie' to Del.icio.us" alt="Add 'Ghost -- Thai Horror Movie' to Del.icio.us" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://blog.yibi.org/2010/05/26/ghost-thai-horror-movie&amp;title=Ghost+%26%238211%3B+Thai+Horror+Movie" title="Add 'Ghost -- Thai Horror Movie' to digg"><img src="http://blog.yibi.org/wp-content/plugins/ro-social-bookmarks/digg.png" title="Add 'Ghost -- Thai Horror Movie' to digg" alt="Add 'Ghost -- Thai Horror Movie' to digg" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://blog.yibi.org/2010/05/26/ghost-thai-horror-movie&amp;title=Ghost+%26%238211%3B+Thai+Horror+Movie" title="Add 'Ghost -- Thai Horror Movie' to reddit"><img src="http://blog.yibi.org/wp-content/plugins/ro-social-bookmarks/reddit.png" title="Add 'Ghost -- Thai Horror Movie' to reddit" alt="Add 'Ghost -- Thai Horror Movie' to reddit" /></a><br /><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/share.php?u=http://blog.yibi.org/2010/05/26/ghost-thai-horror-movie&amp;t=Ghost+%26%238211%3B+Thai+Horror+Movie" title="Add 'Ghost -- Thai Horror Movie' to FaceBook"><img src="http://blog.yibi.org/wp-content/plugins/ro-social-bookmarks/facebook.png" title="Add 'Ghost -- Thai Horror Movie' to FaceBook" alt="Add 'Ghost -- Thai Horror Movie' to FaceBook" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://blog.yibi.org/2010/05/26/ghost-thai-horror-movie" title="Add 'Ghost -- Thai Horror Movie' to Technorati"><img src="http://blog.yibi.org/wp-content/plugins/ro-social-bookmarks/technorati.png" title="Add 'Ghost -- Thai Horror Movie' to Technorati" alt="Add 'Ghost -- Thai Horror Movie' to Technorati" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://blog.yibi.org/2010/05/26/ghost-thai-horror-movie&amp;title=Ghost+%26%238211%3B+Thai+Horror+Movie" title="Add 'Ghost -- Thai Horror Movie' to Stumble Upon"><img src="http://blog.yibi.org/wp-content/plugins/ro-social-bookmarks/stumbleupon.png" title="Add 'Ghost -- Thai Horror Movie' to Stumble Upon" alt="Add 'Ghost -- Thai Horror Movie' to Stumble Upon" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://blog.yibi.org/2010/05/26/ghost-thai-horror-movie&amp;t=Ghost+%26%238211%3B+Thai+Horror+Movie" title="Add 'Ghost -- Thai Horror Movie' to Yahoo My Web"><img src="http://blog.yibi.org/wp-content/plugins/ro-social-bookmarks/yahoo_myweb.png" title="Add 'Ghost -- Thai Horror Movie' to Yahoo My Web" alt="Add 'Ghost -- Thai Horror Movie' to Yahoo My Web" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://blog.yibi.org/2010/05/26/ghost-thai-horror-movie&amp;title=Ghost+%26%238211%3B+Thai+Horror+Movie" title="Add 'Ghost -- Thai Horror Movie' to Google Bookmarks"><img src="http://blog.yibi.org/wp-content/plugins/ro-social-bookmarks/google.png" title="Add 'Ghost -- Thai Horror Movie' to Google Bookmarks" alt="Add 'Ghost -- Thai Horror Movie' to Google Bookmarks" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://friendfeed.com/share/bookmarklet/frame#title={titleff}&amp;url=http://blog.yibi.org/2010/05/26/ghost-thai-horror-movie" title="Add 'Ghost -- Thai Horror Movie' to FriendFeed"><img src="http://blog.yibi.org/wp-content/plugins/ro-social-bookmarks/friendfeed.png" title="Add 'Ghost -- Thai Horror Movie' to FriendFeed" alt="Add 'Ghost -- Thai Horror Movie' to FriendFeed" /></a></div>
<!-- RO Social Bookmarks END -->

<p>Related posts:<ol><li><a href='http://blog.yibi.org/2009/04/03/hilarious-dancing-police' rel='bookmark' title='Permanent Link: Hilarious &#8211; Dancing Police!'>Hilarious &#8211; Dancing Police!</a></li>
<li><a href='http://blog.yibi.org/2009/11/24/a-little-too-soon-a-little-too-late' rel='bookmark' title='Permanent Link: A Little Too Soon? A Little Too Late?'>A Little Too Soon? A Little Too Late?</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.yibi.org/2010/05/26/ghost-thai-horror-movie/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Update: Native Tethering To IPhone On Linux</title>
		<link>http://blog.yibi.org/2010/05/24/update-native-tethering-to-iphone-on-linux</link>
		<comments>http://blog.yibi.org/2010/05/24/update-native-tethering-to-iphone-on-linux#comments</comments>
		<pubDate>Mon, 24 May 2010 06:45:48 +0000</pubDate>
		<dc:creator>yibi</dc:creator>
				<category><![CDATA[Geek Toys]]></category>
		<category><![CDATA[The Techie Stuff]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[ipheth]]></category>
		<category><![CDATA[ipheth driver]]></category>
		<category><![CDATA[ipheth-pair]]></category>
		<category><![CDATA[iphone tethering]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://blog.yibi.org/?p=697</guid>
		<description><![CDATA[I missed out something important in my previous post on the native tethering on Linux. Turns out my tethering works only after I kick off the tether from Windows (Which resides in a VM on my machine). Further digging led me to the following site.
http://giagio.com/wiki/moin.cgi/iPhoneEthernetDriver
In order to get tethering to work, you need to &#8216;pair&#8217; [...]


Related posts:<ol><li><a href='http://blog.yibi.org/2010/05/20/native-iphone-tethering-on-linux-debian' rel='bookmark' title='Permanent Link: Native IPhone Tethering On Linux (Debian)'>Native IPhone Tethering On Linux (Debian)</a></li>
<li><a href='http://blog.yibi.org/2010/06/22/updating-iphone-to-ios-4-in-vmware' rel='bookmark' title='Permanent Link: Updating iPhone to iOS 4 in Vmware'>Updating iPhone to iOS 4 in Vmware</a></li>
<li><a href='http://blog.yibi.org/2010/01/27/linux-to-iphone-tethering-in-5-mins' rel='bookmark' title='Permanent Link: Linux to IPhone Tethering In 5 Mins'>Linux to IPhone Tethering In 5 Mins</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I missed out something important in my <a href="http://blog.yibi.org/2010/05/20/native-iphone-tethering-on-linux-debian" target="_blank">previous post</a> on the native tethering on Linux. Turns out my tethering works only after I kick off the tether from Windows (Which resides in a VM on my machine). Further digging led me to the following site.</p>
<p><strong>http://giagio.com/wiki/moin.cgi/iPhoneEthernetDriver</strong></p>
<p>In order to get tethering to work, you need to &#8216;pair&#8217; the IPhone with your machine. The site above provides the source to the pairing program, which surprisingly isn&#8217;t part of any Debian package. Or at least I couldn&#8217;t find it. Someone please point me to the right package if there&#8217;s one.</p>
<p>Anyway, just follow the instructions on the site to checkout the source from GIT and compile <strong>ipheth-pair</strong>. Plug in your IPhone and check your dmesg for the following:</p>
<blockquote><p>[40883.744096] usb 2-1: reset high speed USB device using ehci_hcd and address 10<br />
[40883.905582] ipheth 2-1:4.2: Apple iPhone USB Ethernet device attached</p></blockquote>
<p>Run <strong>ipheth-pair</strong> if your IPhone has been picked up and loaded successfully.</p>
<p>Leave the rest to Network Manager. Just connect to <strong>wwan0</strong> like connecting to any other devices.</p>
<!-- RO Social Bookmarks BEGIN --><div class="social_bookmark"><em>Bookmark to:</em><br /><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://voxro.com/node/add/drigg/?url=http://blog.yibi.org/2010/05/24/update-native-tethering-to-iphone-on-linux" title="Add 'Update: Native Tethering To IPhone On Linux' to VoxRO"><img src="http://blog.yibi.org/wp-content/plugins/ro-social-bookmarks/voxro.png" title="Add 'Update: Native Tethering To IPhone On Linux' to VoxRO" alt="Add 'Update: Native Tethering To IPhone On Linux' to VoxRO" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home?status=http://blog.yibi.org/2010/05/24/update-native-tethering-to-iphone-on-linux" title="Add 'Update: Native Tethering To IPhone On Linux' to Twitter"><img src="http://blog.yibi.org/wp-content/plugins/ro-social-bookmarks/twitter.png" title="Add 'Update: Native Tethering To IPhone On Linux' to Twitter" alt="Add 'Update: Native Tethering To IPhone On Linux' to Twitter" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.myspace.com/Modules/PostTo/Pages/?t=Update%3A+Native+Tethering+To+IPhone+On+Linux&amp;c=http://blog.yibi.org/2010/05/24/update-native-tethering-to-iphone-on-linux" title="Add 'Update: Native Tethering To IPhone On Linux' to MySpace"><img src="http://blog.yibi.org/wp-content/plugins/ro-social-bookmarks/myspace.png" title="Add 'Update: Native Tethering To IPhone On Linux' to MySpace" alt="Add 'Update: Native Tethering To IPhone On Linux' to MySpace" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://blog.yibi.org/2010/05/24/update-native-tethering-to-iphone-on-linux&amp;title=Update%3A+Native+Tethering+To+IPhone+On+Linux" title="Add 'Update: Native Tethering To IPhone On Linux' to Del.icio.us"><img src="http://blog.yibi.org/wp-content/plugins/ro-social-bookmarks/delicious.png" title="Add 'Update: Native Tethering To IPhone On Linux' to Del.icio.us" alt="Add 'Update: Native Tethering To IPhone On Linux' to Del.icio.us" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://blog.yibi.org/2010/05/24/update-native-tethering-to-iphone-on-linux&amp;title=Update%3A+Native+Tethering+To+IPhone+On+Linux" title="Add 'Update: Native Tethering To IPhone On Linux' to digg"><img src="http://blog.yibi.org/wp-content/plugins/ro-social-bookmarks/digg.png" title="Add 'Update: Native Tethering To IPhone On Linux' to digg" alt="Add 'Update: Native Tethering To IPhone On Linux' to digg" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://blog.yibi.org/2010/05/24/update-native-tethering-to-iphone-on-linux&amp;title=Update%3A+Native+Tethering+To+IPhone+On+Linux" title="Add 'Update: Native Tethering To IPhone On Linux' to reddit"><img src="http://blog.yibi.org/wp-content/plugins/ro-social-bookmarks/reddit.png" title="Add 'Update: Native Tethering To IPhone On Linux' to reddit" alt="Add 'Update: Native Tethering To IPhone On Linux' to reddit" /></a><br /><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/share.php?u=http://blog.yibi.org/2010/05/24/update-native-tethering-to-iphone-on-linux&amp;t=Update%3A+Native+Tethering+To+IPhone+On+Linux" title="Add 'Update: Native Tethering To IPhone On Linux' to FaceBook"><img src="http://blog.yibi.org/wp-content/plugins/ro-social-bookmarks/facebook.png" title="Add 'Update: Native Tethering To IPhone On Linux' to FaceBook" alt="Add 'Update: Native Tethering To IPhone On Linux' to FaceBook" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://blog.yibi.org/2010/05/24/update-native-tethering-to-iphone-on-linux" title="Add 'Update: Native Tethering To IPhone On Linux' to Technorati"><img src="http://blog.yibi.org/wp-content/plugins/ro-social-bookmarks/technorati.png" title="Add 'Update: Native Tethering To IPhone On Linux' to Technorati" alt="Add 'Update: Native Tethering To IPhone On Linux' to Technorati" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://blog.yibi.org/2010/05/24/update-native-tethering-to-iphone-on-linux&amp;title=Update%3A+Native+Tethering+To+IPhone+On+Linux" title="Add 'Update: Native Tethering To IPhone On Linux' to Stumble Upon"><img src="http://blog.yibi.org/wp-content/plugins/ro-social-bookmarks/stumbleupon.png" title="Add 'Update: Native Tethering To IPhone On Linux' to Stumble Upon" alt="Add 'Update: Native Tethering To IPhone On Linux' to Stumble Upon" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://blog.yibi.org/2010/05/24/update-native-tethering-to-iphone-on-linux&amp;t=Update%3A+Native+Tethering+To+IPhone+On+Linux" title="Add 'Update: Native Tethering To IPhone On Linux' to Yahoo My Web"><img src="http://blog.yibi.org/wp-content/plugins/ro-social-bookmarks/yahoo_myweb.png" title="Add 'Update: Native Tethering To IPhone On Linux' to Yahoo My Web" alt="Add 'Update: Native Tethering To IPhone On Linux' to Yahoo My Web" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://blog.yibi.org/2010/05/24/update-native-tethering-to-iphone-on-linux&amp;title=Update%3A+Native+Tethering+To+IPhone+On+Linux" title="Add 'Update: Native Tethering To IPhone On Linux' to Google Bookmarks"><img src="http://blog.yibi.org/wp-content/plugins/ro-social-bookmarks/google.png" title="Add 'Update: Native Tethering To IPhone On Linux' to Google Bookmarks" alt="Add 'Update: Native Tethering To IPhone On Linux' to Google Bookmarks" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://friendfeed.com/share/bookmarklet/frame#title={titleff}&amp;url=http://blog.yibi.org/2010/05/24/update-native-tethering-to-iphone-on-linux" title="Add 'Update: Native Tethering To IPhone On Linux' to FriendFeed"><img src="http://blog.yibi.org/wp-content/plugins/ro-social-bookmarks/friendfeed.png" title="Add 'Update: Native Tethering To IPhone On Linux' to FriendFeed" alt="Add 'Update: Native Tethering To IPhone On Linux' to FriendFeed" /></a></div>
<!-- RO Social Bookmarks END -->

<p>Related posts:<ol><li><a href='http://blog.yibi.org/2010/05/20/native-iphone-tethering-on-linux-debian' rel='bookmark' title='Permanent Link: Native IPhone Tethering On Linux (Debian)'>Native IPhone Tethering On Linux (Debian)</a></li>
<li><a href='http://blog.yibi.org/2010/06/22/updating-iphone-to-ios-4-in-vmware' rel='bookmark' title='Permanent Link: Updating iPhone to iOS 4 in Vmware'>Updating iPhone to iOS 4 in Vmware</a></li>
<li><a href='http://blog.yibi.org/2010/01/27/linux-to-iphone-tethering-in-5-mins' rel='bookmark' title='Permanent Link: Linux to IPhone Tethering In 5 Mins'>Linux to IPhone Tethering In 5 Mins</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.yibi.org/2010/05/24/update-native-tethering-to-iphone-on-linux/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Native IPhone Tethering On Linux (Debian)</title>
		<link>http://blog.yibi.org/2010/05/20/native-iphone-tethering-on-linux-debian</link>
		<comments>http://blog.yibi.org/2010/05/20/native-iphone-tethering-on-linux-debian#comments</comments>
		<pubDate>Thu, 20 May 2010 07:58:04 +0000</pubDate>
		<dc:creator>yibi</dc:creator>
				<category><![CDATA[Geek Toys]]></category>
		<category><![CDATA[The Techie Stuff]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[ipheth]]></category>
		<category><![CDATA[iphone tethering]]></category>
		<category><![CDATA[iPhone USB Ethernet Device]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://blog.yibi.org/?p=690</guid>
		<description><![CDATA[For some reason, I can get tethering to work natively on Linux after I did an upgrade on my unstable Debian.
This was not possible previously. Now the kernel detects a new device called ipheth (IPhone USB Ethernet device). This is the magic that made the tethering possible. And the best part is that it works [...]


Related posts:<ol><li><a href='http://blog.yibi.org/2010/05/24/update-native-tethering-to-iphone-on-linux' rel='bookmark' title='Permanent Link: Update: Native Tethering To IPhone On Linux'>Update: Native Tethering To IPhone On Linux</a></li>
<li><a href='http://blog.yibi.org/2010/01/27/linux-to-iphone-tethering-in-5-mins' rel='bookmark' title='Permanent Link: Linux to IPhone Tethering In 5 Mins'>Linux to IPhone Tethering In 5 Mins</a></li>
<li><a href='http://blog.yibi.org/2010/01/29/iphone-tethering-use-and-abuse' rel='bookmark' title='Permanent Link: IPhone Tethering &#8211; Use and Abuse!'>IPhone Tethering &#8211; Use and Abuse!</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>For some reason, I can get tethering to work natively on Linux after I did an upgrade on my unstable Debian.</p>
<p>This was not possible previously. Now the kernel detects a new device called <strong>ipheth (IPhone USB Ethernet device)</strong>. This is the magic that made the tethering possible. And the best part is that it works out of the box with Network Manager.</p>
<p>This is really cool. I used to <a title="IPhone Tethering From Linux using bluetooth" href="http://blog.yibi.org/2010/01/27/linux-to-iphone-tethering-in-5-mins" target="_blank">tether from Linux using Bluetooth</a>, but the connection is unstable sometimes.</p>
<div class="pie-gallery alignGalleryLeft">
<div class="pie-item" style="margin: 10px 10px 10px 10px;">
<p class="pie-img-wrapper"><a rel="lightbox[2010-4-4-15-56-2]" href="http://lh4.ggpht.com/_QeG60iATtlQ/S_ToSuGF3yI/AAAAAAAAG54/z9TJXSCCwYQ/iphone-tethering-dmesg.png?imgmax=800"><img class="pie-img" src="http://lh4.ggpht.com/_QeG60iATtlQ/S_ToSuGF3yI/AAAAAAAAG54/z9TJXSCCwYQ/s160-c/iphone-tethering-dmesg.png" alt="iphone-tethering-dmesg.png" width="160" height="160" /></a></p>
</div>
<div class="pie-item" style="margin: 10px 10px 10px 10px;">
<p class="pie-img-wrapper"><a rel="lightbox[2010-4-4-15-56-2]" href="http://lh6.ggpht.com/_QeG60iATtlQ/S_TnQnrDRAI/AAAAAAAAG5c/bl7HkvQb67I/iphone-linux-tethering.png?imgmax=800"><img class="pie-img" src="http://lh6.ggpht.com/_QeG60iATtlQ/S_TnQnrDRAI/AAAAAAAAG5c/bl7HkvQb67I/s160-c/iphone-linux-tethering.png" alt="iphone-linux-tethering.png" width="160" height="160" /></a></p>
</div>
</div>
<p>Screenshots of dmesg output etc. Click for the full size image.</p>
<p>I&#8217;m running the unstable distro of Debian, so I&#8217;m not sure if this is available on the stable release. It might be possible on Ubuntu, since they get all the cutting edge stuff.</p>
<!-- RO Social Bookmarks BEGIN --><div class="social_bookmark"><em>Bookmark to:</em><br /><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://voxro.com/node/add/drigg/?url=http://blog.yibi.org/2010/05/20/native-iphone-tethering-on-linux-debian" title="Add 'Native IPhone Tethering On Linux (Debian)' to VoxRO"><img src="http://blog.yibi.org/wp-content/plugins/ro-social-bookmarks/voxro.png" title="Add 'Native IPhone Tethering On Linux (Debian)' to VoxRO" alt="Add 'Native IPhone Tethering On Linux (Debian)' to VoxRO" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home?status=http://blog.yibi.org/2010/05/20/native-iphone-tethering-on-linux-debian" title="Add 'Native IPhone Tethering On Linux (Debian)' to Twitter"><img src="http://blog.yibi.org/wp-content/plugins/ro-social-bookmarks/twitter.png" title="Add 'Native IPhone Tethering On Linux (Debian)' to Twitter" alt="Add 'Native IPhone Tethering On Linux (Debian)' to Twitter" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.myspace.com/Modules/PostTo/Pages/?t=Native+IPhone+Tethering+On+Linux+%28Debian%29&amp;c=http://blog.yibi.org/2010/05/20/native-iphone-tethering-on-linux-debian" title="Add 'Native IPhone Tethering On Linux (Debian)' to MySpace"><img src="http://blog.yibi.org/wp-content/plugins/ro-social-bookmarks/myspace.png" title="Add 'Native IPhone Tethering On Linux (Debian)' to MySpace" alt="Add 'Native IPhone Tethering On Linux (Debian)' to MySpace" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://blog.yibi.org/2010/05/20/native-iphone-tethering-on-linux-debian&amp;title=Native+IPhone+Tethering+On+Linux+%28Debian%29" title="Add 'Native IPhone Tethering On Linux (Debian)' to Del.icio.us"><img src="http://blog.yibi.org/wp-content/plugins/ro-social-bookmarks/delicious.png" title="Add 'Native IPhone Tethering On Linux (Debian)' to Del.icio.us" alt="Add 'Native IPhone Tethering On Linux (Debian)' to Del.icio.us" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://blog.yibi.org/2010/05/20/native-iphone-tethering-on-linux-debian&amp;title=Native+IPhone+Tethering+On+Linux+%28Debian%29" title="Add 'Native IPhone Tethering On Linux (Debian)' to digg"><img src="http://blog.yibi.org/wp-content/plugins/ro-social-bookmarks/digg.png" title="Add 'Native IPhone Tethering On Linux (Debian)' to digg" alt="Add 'Native IPhone Tethering On Linux (Debian)' to digg" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://blog.yibi.org/2010/05/20/native-iphone-tethering-on-linux-debian&amp;title=Native+IPhone+Tethering+On+Linux+%28Debian%29" title="Add 'Native IPhone Tethering On Linux (Debian)' to reddit"><img src="http://blog.yibi.org/wp-content/plugins/ro-social-bookmarks/reddit.png" title="Add 'Native IPhone Tethering On Linux (Debian)' to reddit" alt="Add 'Native IPhone Tethering On Linux (Debian)' to reddit" /></a><br /><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/share.php?u=http://blog.yibi.org/2010/05/20/native-iphone-tethering-on-linux-debian&amp;t=Native+IPhone+Tethering+On+Linux+%28Debian%29" title="Add 'Native IPhone Tethering On Linux (Debian)' to FaceBook"><img src="http://blog.yibi.org/wp-content/plugins/ro-social-bookmarks/facebook.png" title="Add 'Native IPhone Tethering On Linux (Debian)' to FaceBook" alt="Add 'Native IPhone Tethering On Linux (Debian)' to FaceBook" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://blog.yibi.org/2010/05/20/native-iphone-tethering-on-linux-debian" title="Add 'Native IPhone Tethering On Linux (Debian)' to Technorati"><img src="http://blog.yibi.org/wp-content/plugins/ro-social-bookmarks/technorati.png" title="Add 'Native IPhone Tethering On Linux (Debian)' to Technorati" alt="Add 'Native IPhone Tethering On Linux (Debian)' to Technorati" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://blog.yibi.org/2010/05/20/native-iphone-tethering-on-linux-debian&amp;title=Native+IPhone+Tethering+On+Linux+%28Debian%29" title="Add 'Native IPhone Tethering On Linux (Debian)' to Stumble Upon"><img src="http://blog.yibi.org/wp-content/plugins/ro-social-bookmarks/stumbleupon.png" title="Add 'Native IPhone Tethering On Linux (Debian)' to Stumble Upon" alt="Add 'Native IPhone Tethering On Linux (Debian)' to Stumble Upon" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://blog.yibi.org/2010/05/20/native-iphone-tethering-on-linux-debian&amp;t=Native+IPhone+Tethering+On+Linux+%28Debian%29" title="Add 'Native IPhone Tethering On Linux (Debian)' to Yahoo My Web"><img src="http://blog.yibi.org/wp-content/plugins/ro-social-bookmarks/yahoo_myweb.png" title="Add 'Native IPhone Tethering On Linux (Debian)' to Yahoo My Web" alt="Add 'Native IPhone Tethering On Linux (Debian)' to Yahoo My Web" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://blog.yibi.org/2010/05/20/native-iphone-tethering-on-linux-debian&amp;title=Native+IPhone+Tethering+On+Linux+%28Debian%29" title="Add 'Native IPhone Tethering On Linux (Debian)' to Google Bookmarks"><img src="http://blog.yibi.org/wp-content/plugins/ro-social-bookmarks/google.png" title="Add 'Native IPhone Tethering On Linux (Debian)' to Google Bookmarks" alt="Add 'Native IPhone Tethering On Linux (Debian)' to Google Bookmarks" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://friendfeed.com/share/bookmarklet/frame#title={titleff}&amp;url=http://blog.yibi.org/2010/05/20/native-iphone-tethering-on-linux-debian" title="Add 'Native IPhone Tethering On Linux (Debian)' to FriendFeed"><img src="http://blog.yibi.org/wp-content/plugins/ro-social-bookmarks/friendfeed.png" title="Add 'Native IPhone Tethering On Linux (Debian)' to FriendFeed" alt="Add 'Native IPhone Tethering On Linux (Debian)' to FriendFeed" /></a></div>
<!-- RO Social Bookmarks END -->

<p>Related posts:<ol><li><a href='http://blog.yibi.org/2010/05/24/update-native-tethering-to-iphone-on-linux' rel='bookmark' title='Permanent Link: Update: Native Tethering To IPhone On Linux'>Update: Native Tethering To IPhone On Linux</a></li>
<li><a href='http://blog.yibi.org/2010/01/27/linux-to-iphone-tethering-in-5-mins' rel='bookmark' title='Permanent Link: Linux to IPhone Tethering In 5 Mins'>Linux to IPhone Tethering In 5 Mins</a></li>
<li><a href='http://blog.yibi.org/2010/01/29/iphone-tethering-use-and-abuse' rel='bookmark' title='Permanent Link: IPhone Tethering &#8211; Use and Abuse!'>IPhone Tethering &#8211; Use and Abuse!</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.yibi.org/2010/05/20/native-iphone-tethering-on-linux-debian/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>LTA Web Site Working Hours</title>
		<link>http://blog.yibi.org/2010/05/17/lta-web-site-working-hours</link>
		<comments>http://blog.yibi.org/2010/05/17/lta-web-site-working-hours#comments</comments>
		<pubDate>Sun, 16 May 2010 16:19:27 +0000</pubDate>
		<dc:creator>yibi</dc:creator>
				<category><![CDATA[Rants]]></category>

		<guid isPermaLink="false">http://blog.yibi.org/?p=675</guid>
		<description><![CDATA[I can&#8217;t think of a reasonable excuse for not running an online service 24&#215;7.

Or perhaps I should already be glad they didn&#8217;t run it only during office hours.
Bookmark to:


Related posts:Virtualbox &#8211; When 1 CPU is better than 2



Related posts:<ol><li><a href='http://blog.yibi.org/2009/12/23/virtualbox-when-1-cpu-is-better-thn-2' rel='bookmark' title='Permanent Link: Virtualbox &#8211; When 1 CPU is better than 2'>Virtualbox &#8211; When 1 CPU is better than 2</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I can&#8217;t think of a reasonable excuse for not running an online service 24&#215;7.</p>
<p><a rel="lightbox[2010-4-1-0-14-15]" href="http://lh6.ggpht.com/_QeG60iATtlQ/S_AXx_KawII/AAAAAAAAG4U/EyIgw_Kl5ng/LTA%20Website%20Business%20Hour.png?imgmax=800"><img class="pie-img" style="margin: 10px 10px 10px 10px;" src="http://lh6.ggpht.com/_QeG60iATtlQ/S_AXx_KawII/AAAAAAAAG4U/EyIgw_Kl5ng/LTA%20Website%20Business%20Hour.png?imgmax=512" alt="LTA Website Business Hour.png" width="512" height="169" /></a></p>
<p>Or perhaps I should already be glad they didn&#8217;t run it only during office hours.</p>
<!-- RO Social Bookmarks BEGIN --><div class="social_bookmark"><em>Bookmark to:</em><br /><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://voxro.com/node/add/drigg/?url=http://blog.yibi.org/2010/05/17/lta-web-site-working-hours" title="Add 'LTA Web Site Working Hours' to VoxRO"><img src="http://blog.yibi.org/wp-content/plugins/ro-social-bookmarks/voxro.png" title="Add 'LTA Web Site Working Hours' to VoxRO" alt="Add 'LTA Web Site Working Hours' to VoxRO" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home?status=http://blog.yibi.org/2010/05/17/lta-web-site-working-hours" title="Add 'LTA Web Site Working Hours' to Twitter"><img src="http://blog.yibi.org/wp-content/plugins/ro-social-bookmarks/twitter.png" title="Add 'LTA Web Site Working Hours' to Twitter" alt="Add 'LTA Web Site Working Hours' to Twitter" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.myspace.com/Modules/PostTo/Pages/?t=LTA+Web+Site+Working+Hours&amp;c=http://blog.yibi.org/2010/05/17/lta-web-site-working-hours" title="Add 'LTA Web Site Working Hours' to MySpace"><img src="http://blog.yibi.org/wp-content/plugins/ro-social-bookmarks/myspace.png" title="Add 'LTA Web Site Working Hours' to MySpace" alt="Add 'LTA Web Site Working Hours' to MySpace" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://blog.yibi.org/2010/05/17/lta-web-site-working-hours&amp;title=LTA+Web+Site+Working+Hours" title="Add 'LTA Web Site Working Hours' to Del.icio.us"><img src="http://blog.yibi.org/wp-content/plugins/ro-social-bookmarks/delicious.png" title="Add 'LTA Web Site Working Hours' to Del.icio.us" alt="Add 'LTA Web Site Working Hours' to Del.icio.us" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://blog.yibi.org/2010/05/17/lta-web-site-working-hours&amp;title=LTA+Web+Site+Working+Hours" title="Add 'LTA Web Site Working Hours' to digg"><img src="http://blog.yibi.org/wp-content/plugins/ro-social-bookmarks/digg.png" title="Add 'LTA Web Site Working Hours' to digg" alt="Add 'LTA Web Site Working Hours' to digg" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://blog.yibi.org/2010/05/17/lta-web-site-working-hours&amp;title=LTA+Web+Site+Working+Hours" title="Add 'LTA Web Site Working Hours' to reddit"><img src="http://blog.yibi.org/wp-content/plugins/ro-social-bookmarks/reddit.png" title="Add 'LTA Web Site Working Hours' to reddit" alt="Add 'LTA Web Site Working Hours' to reddit" /></a><br /><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/share.php?u=http://blog.yibi.org/2010/05/17/lta-web-site-working-hours&amp;t=LTA+Web+Site+Working+Hours" title="Add 'LTA Web Site Working Hours' to FaceBook"><img src="http://blog.yibi.org/wp-content/plugins/ro-social-bookmarks/facebook.png" title="Add 'LTA Web Site Working Hours' to FaceBook" alt="Add 'LTA Web Site Working Hours' to FaceBook" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://blog.yibi.org/2010/05/17/lta-web-site-working-hours" title="Add 'LTA Web Site Working Hours' to Technorati"><img src="http://blog.yibi.org/wp-content/plugins/ro-social-bookmarks/technorati.png" title="Add 'LTA Web Site Working Hours' to Technorati" alt="Add 'LTA Web Site Working Hours' to Technorati" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://blog.yibi.org/2010/05/17/lta-web-site-working-hours&amp;title=LTA+Web+Site+Working+Hours" title="Add 'LTA Web Site Working Hours' to Stumble Upon"><img src="http://blog.yibi.org/wp-content/plugins/ro-social-bookmarks/stumbleupon.png" title="Add 'LTA Web Site Working Hours' to Stumble Upon" alt="Add 'LTA Web Site Working Hours' to Stumble Upon" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://blog.yibi.org/2010/05/17/lta-web-site-working-hours&amp;t=LTA+Web+Site+Working+Hours" title="Add 'LTA Web Site Working Hours' to Yahoo My Web"><img src="http://blog.yibi.org/wp-content/plugins/ro-social-bookmarks/yahoo_myweb.png" title="Add 'LTA Web Site Working Hours' to Yahoo My Web" alt="Add 'LTA Web Site Working Hours' to Yahoo My Web" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://blog.yibi.org/2010/05/17/lta-web-site-working-hours&amp;title=LTA+Web+Site+Working+Hours" title="Add 'LTA Web Site Working Hours' to Google Bookmarks"><img src="http://blog.yibi.org/wp-content/plugins/ro-social-bookmarks/google.png" title="Add 'LTA Web Site Working Hours' to Google Bookmarks" alt="Add 'LTA Web Site Working Hours' to Google Bookmarks" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://friendfeed.com/share/bookmarklet/frame#title={titleff}&amp;url=http://blog.yibi.org/2010/05/17/lta-web-site-working-hours" title="Add 'LTA Web Site Working Hours' to FriendFeed"><img src="http://blog.yibi.org/wp-content/plugins/ro-social-bookmarks/friendfeed.png" title="Add 'LTA Web Site Working Hours' to FriendFeed" alt="Add 'LTA Web Site Working Hours' to FriendFeed" /></a></div>
<!-- RO Social Bookmarks END -->

<p>Related posts:<ol><li><a href='http://blog.yibi.org/2009/12/23/virtualbox-when-1-cpu-is-better-thn-2' rel='bookmark' title='Permanent Link: Virtualbox &#8211; When 1 CPU is better than 2'>Virtualbox &#8211; When 1 CPU is better than 2</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.yibi.org/2010/05/17/lta-web-site-working-hours/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free Google Voice for Students</title>
		<link>http://blog.yibi.org/2010/05/16/free-google-voice-for-students</link>
		<comments>http://blog.yibi.org/2010/05/16/free-google-voice-for-students#comments</comments>
		<pubDate>Sun, 16 May 2010 15:47:16 +0000</pubDate>
		<dc:creator>yibi</dc:creator>
				<category><![CDATA[Tech News]]></category>
		<category><![CDATA[The Techie Stuff]]></category>
		<category><![CDATA[free call]]></category>
		<category><![CDATA[free sms]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[voice]]></category>
		<category><![CDATA[voip]]></category>

		<guid isPermaLink="false">http://blog.yibi.org/?p=673</guid>
		<description><![CDATA[&#8220;Google Voice for Students
Google Voice gives you more control over your communications with  transcribed voicemail sent via email, free SMS and more.  Enter your  .edu email address below and we&#8217;ll send you an invite within 24 hours.&#8221;
I&#8217;m not sure if this is also applicable in Singapore, but I suggest just giving it [...]


Related posts:<ol><li><a href='http://blog.yibi.org/2010/02/10/google-launches-new-social-networking-platform-google-buzz' rel='bookmark' title='Permanent Link: Google Launches New Social Networking Platform &#8211; Google Buzz'>Google Launches New Social Networking Platform &#8211; Google Buzz</a></li>
<li><a href='http://blog.yibi.org/2009/12/27/what-if-the-scam-email-is-for-real' rel='bookmark' title='Permanent Link: What If The &#8216;Scam&#8217; Email Is For REAL?'>What If The &#8216;Scam&#8217; Email Is For REAL?</a></li>
<li><a href='http://blog.yibi.org/2009/09/08/spore-broadband-limps-straits-times' rel='bookmark' title='Permanent Link: &#8220;S&#8217;pore broadband limps&#8221; &#8211; Straits Times'>&#8220;S&#8217;pore broadband limps&#8221; &#8211; Straits Times</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><strong>&#8220;Google Voice for Students</strong></p>
<p>Google Voice gives you more control over your communications with  transcribed voicemail sent via email, free SMS and more.  Enter your  .edu email address below and we&#8217;ll send you an invite within 24 hours.&#8221;</p>
<p>I&#8217;m not sure if this is also applicable in Singapore, but I suggest just giving it a try.</p>
<p>Sign up here</p>
<p>http://www.google.com/googlevoice/students.html﻿</p>
<!-- RO Social Bookmarks BEGIN --><div class="social_bookmark"><em>Bookmark to:</em><br /><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://voxro.com/node/add/drigg/?url=http://blog.yibi.org/2010/05/16/free-google-voice-for-students" title="Add 'Free Google Voice for Students' to VoxRO"><img src="http://blog.yibi.org/wp-content/plugins/ro-social-bookmarks/voxro.png" title="Add 'Free Google Voice for Students' to VoxRO" alt="Add 'Free Google Voice for Students' to VoxRO" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home?status=http://blog.yibi.org/2010/05/16/free-google-voice-for-students" title="Add 'Free Google Voice for Students' to Twitter"><img src="http://blog.yibi.org/wp-content/plugins/ro-social-bookmarks/twitter.png" title="Add 'Free Google Voice for Students' to Twitter" alt="Add 'Free Google Voice for Students' to Twitter" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.myspace.com/Modules/PostTo/Pages/?t=Free+Google+Voice+for+Students&amp;c=http://blog.yibi.org/2010/05/16/free-google-voice-for-students" title="Add 'Free Google Voice for Students' to MySpace"><img src="http://blog.yibi.org/wp-content/plugins/ro-social-bookmarks/myspace.png" title="Add 'Free Google Voice for Students' to MySpace" alt="Add 'Free Google Voice for Students' to MySpace" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://blog.yibi.org/2010/05/16/free-google-voice-for-students&amp;title=Free+Google+Voice+for+Students" title="Add 'Free Google Voice for Students' to Del.icio.us"><img src="http://blog.yibi.org/wp-content/plugins/ro-social-bookmarks/delicious.png" title="Add 'Free Google Voice for Students' to Del.icio.us" alt="Add 'Free Google Voice for Students' to Del.icio.us" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://blog.yibi.org/2010/05/16/free-google-voice-for-students&amp;title=Free+Google+Voice+for+Students" title="Add 'Free Google Voice for Students' to digg"><img src="http://blog.yibi.org/wp-content/plugins/ro-social-bookmarks/digg.png" title="Add 'Free Google Voice for Students' to digg" alt="Add 'Free Google Voice for Students' to digg" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://blog.yibi.org/2010/05/16/free-google-voice-for-students&amp;title=Free+Google+Voice+for+Students" title="Add 'Free Google Voice for Students' to reddit"><img src="http://blog.yibi.org/wp-content/plugins/ro-social-bookmarks/reddit.png" title="Add 'Free Google Voice for Students' to reddit" alt="Add 'Free Google Voice for Students' to reddit" /></a><br /><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/share.php?u=http://blog.yibi.org/2010/05/16/free-google-voice-for-students&amp;t=Free+Google+Voice+for+Students" title="Add 'Free Google Voice for Students' to FaceBook"><img src="http://blog.yibi.org/wp-content/plugins/ro-social-bookmarks/facebook.png" title="Add 'Free Google Voice for Students' to FaceBook" alt="Add 'Free Google Voice for Students' to FaceBook" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://blog.yibi.org/2010/05/16/free-google-voice-for-students" title="Add 'Free Google Voice for Students' to Technorati"><img src="http://blog.yibi.org/wp-content/plugins/ro-social-bookmarks/technorati.png" title="Add 'Free Google Voice for Students' to Technorati" alt="Add 'Free Google Voice for Students' to Technorati" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://blog.yibi.org/2010/05/16/free-google-voice-for-students&amp;title=Free+Google+Voice+for+Students" title="Add 'Free Google Voice for Students' to Stumble Upon"><img src="http://blog.yibi.org/wp-content/plugins/ro-social-bookmarks/stumbleupon.png" title="Add 'Free Google Voice for Students' to Stumble Upon" alt="Add 'Free Google Voice for Students' to Stumble Upon" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://blog.yibi.org/2010/05/16/free-google-voice-for-students&amp;t=Free+Google+Voice+for+Students" title="Add 'Free Google Voice for Students' to Yahoo My Web"><img src="http://blog.yibi.org/wp-content/plugins/ro-social-bookmarks/yahoo_myweb.png" title="Add 'Free Google Voice for Students' to Yahoo My Web" alt="Add 'Free Google Voice for Students' to Yahoo My Web" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://blog.yibi.org/2010/05/16/free-google-voice-for-students&amp;title=Free+Google+Voice+for+Students" title="Add 'Free Google Voice for Students' to Google Bookmarks"><img src="http://blog.yibi.org/wp-content/plugins/ro-social-bookmarks/google.png" title="Add 'Free Google Voice for Students' to Google Bookmarks" alt="Add 'Free Google Voice for Students' to Google Bookmarks" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://friendfeed.com/share/bookmarklet/frame#title={titleff}&amp;url=http://blog.yibi.org/2010/05/16/free-google-voice-for-students" title="Add 'Free Google Voice for Students' to FriendFeed"><img src="http://blog.yibi.org/wp-content/plugins/ro-social-bookmarks/friendfeed.png" title="Add 'Free Google Voice for Students' to FriendFeed" alt="Add 'Free Google Voice for Students' to FriendFeed" /></a></div>
<!-- RO Social Bookmarks END -->

<p>Related posts:<ol><li><a href='http://blog.yibi.org/2010/02/10/google-launches-new-social-networking-platform-google-buzz' rel='bookmark' title='Permanent Link: Google Launches New Social Networking Platform &#8211; Google Buzz'>Google Launches New Social Networking Platform &#8211; Google Buzz</a></li>
<li><a href='http://blog.yibi.org/2009/12/27/what-if-the-scam-email-is-for-real' rel='bookmark' title='Permanent Link: What If The &#8216;Scam&#8217; Email Is For REAL?'>What If The &#8216;Scam&#8217; Email Is For REAL?</a></li>
<li><a href='http://blog.yibi.org/2009/09/08/spore-broadband-limps-straits-times' rel='bookmark' title='Permanent Link: &#8220;S&#8217;pore broadband limps&#8221; &#8211; Straits Times'>&#8220;S&#8217;pore broadband limps&#8221; &#8211; Straits Times</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.yibi.org/2010/05/16/free-google-voice-for-students/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lunch at Lava Rock</title>
		<link>http://blog.yibi.org/2010/05/13/lunch-at-lava-rock</link>
		<comments>http://blog.yibi.org/2010/05/13/lunch-at-lava-rock#comments</comments>
		<pubDate>Wed, 12 May 2010 16:39:21 +0000</pubDate>
		<dc:creator>yibi</dc:creator>
				<category><![CDATA[I Ate That]]></category>
		<category><![CDATA[food]]></category>
		<category><![CDATA[steak]]></category>

		<guid isPermaLink="false">http://blog.yibi.org/?p=665</guid>
		<description><![CDATA[It&#8217;s a quick shot, so it&#8217;s not very well taken. But I think it still looks enticing.

Address: Lava Rock Grill House. Guan Soon Cherng  Coffeeshop Blk 681 Hougang Avenue 8 #01-85
Bookmark to:


Related posts:Value for Money Feng Shui?



Related posts:<ol><li><a href='http://blog.yibi.org/2009/11/29/value-for-money-feng-shui' rel='bookmark' title='Permanent Link: Value for Money Feng Shui?'>Value for Money Feng Shui?</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s a quick shot, so it&#8217;s not very well taken. But I think it still looks enticing.</p>
<p><img class="pie-img" src="http://lh3.ggpht.com/_QeG60iATtlQ/S-rVTY4HXzI/AAAAAAAAFsE/F08l2Pq5e8s/IMG_0962.jpg?imgmax=400" alt="IMG_0962.jpg" width="400" height="300" /></p>
<p>Address:<em> Lava Rock</em> Grill House. Guan Soon Cherng  Coffeeshop Blk 681 <em>Hougang</em> Avenue 8 #01-85</p>
<!-- RO Social Bookmarks BEGIN --><div class="social_bookmark"><em>Bookmark to:</em><br /><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://voxro.com/node/add/drigg/?url=http://blog.yibi.org/2010/05/13/lunch-at-lava-rock" title="Add 'Lunch at Lava Rock' to VoxRO"><img src="http://blog.yibi.org/wp-content/plugins/ro-social-bookmarks/voxro.png" title="Add 'Lunch at Lava Rock' to VoxRO" alt="Add 'Lunch at Lava Rock' to VoxRO" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home?status=http://blog.yibi.org/2010/05/13/lunch-at-lava-rock" title="Add 'Lunch at Lava Rock' to Twitter"><img src="http://blog.yibi.org/wp-content/plugins/ro-social-bookmarks/twitter.png" title="Add 'Lunch at Lava Rock' to Twitter" alt="Add 'Lunch at Lava Rock' to Twitter" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.myspace.com/Modules/PostTo/Pages/?t=Lunch+at+Lava+Rock&amp;c=http://blog.yibi.org/2010/05/13/lunch-at-lava-rock" title="Add 'Lunch at Lava Rock' to MySpace"><img src="http://blog.yibi.org/wp-content/plugins/ro-social-bookmarks/myspace.png" title="Add 'Lunch at Lava Rock' to MySpace" alt="Add 'Lunch at Lava Rock' to MySpace" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://blog.yibi.org/2010/05/13/lunch-at-lava-rock&amp;title=Lunch+at+Lava+Rock" title="Add 'Lunch at Lava Rock' to Del.icio.us"><img src="http://blog.yibi.org/wp-content/plugins/ro-social-bookmarks/delicious.png" title="Add 'Lunch at Lava Rock' to Del.icio.us" alt="Add 'Lunch at Lava Rock' to Del.icio.us" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://blog.yibi.org/2010/05/13/lunch-at-lava-rock&amp;title=Lunch+at+Lava+Rock" title="Add 'Lunch at Lava Rock' to digg"><img src="http://blog.yibi.org/wp-content/plugins/ro-social-bookmarks/digg.png" title="Add 'Lunch at Lava Rock' to digg" alt="Add 'Lunch at Lava Rock' to digg" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://blog.yibi.org/2010/05/13/lunch-at-lava-rock&amp;title=Lunch+at+Lava+Rock" title="Add 'Lunch at Lava Rock' to reddit"><img src="http://blog.yibi.org/wp-content/plugins/ro-social-bookmarks/reddit.png" title="Add 'Lunch at Lava Rock' to reddit" alt="Add 'Lunch at Lava Rock' to reddit" /></a><br /><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/share.php?u=http://blog.yibi.org/2010/05/13/lunch-at-lava-rock&amp;t=Lunch+at+Lava+Rock" title="Add 'Lunch at Lava Rock' to FaceBook"><img src="http://blog.yibi.org/wp-content/plugins/ro-social-bookmarks/facebook.png" title="Add 'Lunch at Lava Rock' to FaceBook" alt="Add 'Lunch at Lava Rock' to FaceBook" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://blog.yibi.org/2010/05/13/lunch-at-lava-rock" title="Add 'Lunch at Lava Rock' to Technorati"><img src="http://blog.yibi.org/wp-content/plugins/ro-social-bookmarks/technorati.png" title="Add 'Lunch at Lava Rock' to Technorati" alt="Add 'Lunch at Lava Rock' to Technorati" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://blog.yibi.org/2010/05/13/lunch-at-lava-rock&amp;title=Lunch+at+Lava+Rock" title="Add 'Lunch at Lava Rock' to Stumble Upon"><img src="http://blog.yibi.org/wp-content/plugins/ro-social-bookmarks/stumbleupon.png" title="Add 'Lunch at Lava Rock' to Stumble Upon" alt="Add 'Lunch at Lava Rock' to Stumble Upon" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://blog.yibi.org/2010/05/13/lunch-at-lava-rock&amp;t=Lunch+at+Lava+Rock" title="Add 'Lunch at Lava Rock' to Yahoo My Web"><img src="http://blog.yibi.org/wp-content/plugins/ro-social-bookmarks/yahoo_myweb.png" title="Add 'Lunch at Lava Rock' to Yahoo My Web" alt="Add 'Lunch at Lava Rock' to Yahoo My Web" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://blog.yibi.org/2010/05/13/lunch-at-lava-rock&amp;title=Lunch+at+Lava+Rock" title="Add 'Lunch at Lava Rock' to Google Bookmarks"><img src="http://blog.yibi.org/wp-content/plugins/ro-social-bookmarks/google.png" title="Add 'Lunch at Lava Rock' to Google Bookmarks" alt="Add 'Lunch at Lava Rock' to Google Bookmarks" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://friendfeed.com/share/bookmarklet/frame#title={titleff}&amp;url=http://blog.yibi.org/2010/05/13/lunch-at-lava-rock" title="Add 'Lunch at Lava Rock' to FriendFeed"><img src="http://blog.yibi.org/wp-content/plugins/ro-social-bookmarks/friendfeed.png" title="Add 'Lunch at Lava Rock' to FriendFeed" alt="Add 'Lunch at Lava Rock' to FriendFeed" /></a></div>
<!-- RO Social Bookmarks END -->

<p>Related posts:<ol><li><a href='http://blog.yibi.org/2009/11/29/value-for-money-feng-shui' rel='bookmark' title='Permanent Link: Value for Money Feng Shui?'>Value for Money Feng Shui?</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.yibi.org/2010/05/13/lunch-at-lava-rock/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Drama Queen</title>
		<link>http://blog.yibi.org/2010/05/04/drama-queen</link>
		<comments>http://blog.yibi.org/2010/05/04/drama-queen#comments</comments>
		<pubDate>Tue, 04 May 2010 02:58:59 +0000</pubDate>
		<dc:creator>yibi</dc:creator>
				<category><![CDATA[Music and Videos]]></category>
		<category><![CDATA[funny videos]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://blog.yibi.org/2010/05/04/drama-queen</guid>
		<description><![CDATA[I must not let my baby girl see this next time.  

Bookmark to:


Related posts:A Father Taken Hostage By His Baby



Related posts:<ol><li><a href='http://blog.yibi.org/2010/05/27/a-father-taken-hostage-by-his-baby' rel='bookmark' title='Permanent Link: A Father Taken Hostage By His Baby'>A Father Taken Hostage By His Baby</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I must not let my baby girl see this next time. <img src='http://blog.yibi.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><!-- Smart Youtube --><span class="youtube"><object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/CGnfKnfY6EM&amp;rel=1&amp;color1=d6d6d6&amp;color2=f0f0f0&amp;border=&amp;fs=1&amp;hl=en&amp;autoplay=&amp;showinfo=0&amp;iv_load_policy=3&amp;showsearch=0" /><param name="allowFullScreen" value="true" /><embed wmode="transparent" src="http://www.youtube.com/v/CGnfKnfY6EM&amp;rel=1&amp;color1=d6d6d6&amp;color2=f0f0f0&amp;border=&amp;fs=1&amp;hl=en&amp;autoplay=&amp;showinfo=0&amp;iv_load_policy=3&amp;showsearch=0" type="application/x-shockwave-flash" allowfullscreen="true" width="425" height="355" ></embed><param name="wmode" value="transparent" /></object></span></p>
<!-- RO Social Bookmarks BEGIN --><div class="social_bookmark"><em>Bookmark to:</em><br /><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://voxro.com/node/add/drigg/?url=http://blog.yibi.org/2010/05/04/drama-queen" title="Add 'Drama Queen' to VoxRO"><img src="http://blog.yibi.org/wp-content/plugins/ro-social-bookmarks/voxro.png" title="Add 'Drama Queen' to VoxRO" alt="Add 'Drama Queen' to VoxRO" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home?status=http://blog.yibi.org/2010/05/04/drama-queen" title="Add 'Drama Queen' to Twitter"><img src="http://blog.yibi.org/wp-content/plugins/ro-social-bookmarks/twitter.png" title="Add 'Drama Queen' to Twitter" alt="Add 'Drama Queen' to Twitter" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.myspace.com/Modules/PostTo/Pages/?t=Drama+Queen&amp;c=http://blog.yibi.org/2010/05/04/drama-queen" title="Add 'Drama Queen' to MySpace"><img src="http://blog.yibi.org/wp-content/plugins/ro-social-bookmarks/myspace.png" title="Add 'Drama Queen' to MySpace" alt="Add 'Drama Queen' to MySpace" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://blog.yibi.org/2010/05/04/drama-queen&amp;title=Drama+Queen" title="Add 'Drama Queen' to Del.icio.us"><img src="http://blog.yibi.org/wp-content/plugins/ro-social-bookmarks/delicious.png" title="Add 'Drama Queen' to Del.icio.us" alt="Add 'Drama Queen' to Del.icio.us" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://blog.yibi.org/2010/05/04/drama-queen&amp;title=Drama+Queen" title="Add 'Drama Queen' to digg"><img src="http://blog.yibi.org/wp-content/plugins/ro-social-bookmarks/digg.png" title="Add 'Drama Queen' to digg" alt="Add 'Drama Queen' to digg" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://blog.yibi.org/2010/05/04/drama-queen&amp;title=Drama+Queen" title="Add 'Drama Queen' to reddit"><img src="http://blog.yibi.org/wp-content/plugins/ro-social-bookmarks/reddit.png" title="Add 'Drama Queen' to reddit" alt="Add 'Drama Queen' to reddit" /></a><br /><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/share.php?u=http://blog.yibi.org/2010/05/04/drama-queen&amp;t=Drama+Queen" title="Add 'Drama Queen' to FaceBook"><img src="http://blog.yibi.org/wp-content/plugins/ro-social-bookmarks/facebook.png" title="Add 'Drama Queen' to FaceBook" alt="Add 'Drama Queen' to FaceBook" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://blog.yibi.org/2010/05/04/drama-queen" title="Add 'Drama Queen' to Technorati"><img src="http://blog.yibi.org/wp-content/plugins/ro-social-bookmarks/technorati.png" title="Add 'Drama Queen' to Technorati" alt="Add 'Drama Queen' to Technorati" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://blog.yibi.org/2010/05/04/drama-queen&amp;title=Drama+Queen" title="Add 'Drama Queen' to Stumble Upon"><img src="http://blog.yibi.org/wp-content/plugins/ro-social-bookmarks/stumbleupon.png" title="Add 'Drama Queen' to Stumble Upon" alt="Add 'Drama Queen' to Stumble Upon" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://blog.yibi.org/2010/05/04/drama-queen&amp;t=Drama+Queen" title="Add 'Drama Queen' to Yahoo My Web"><img src="http://blog.yibi.org/wp-content/plugins/ro-social-bookmarks/yahoo_myweb.png" title="Add 'Drama Queen' to Yahoo My Web" alt="Add 'Drama Queen' to Yahoo My Web" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://blog.yibi.org/2010/05/04/drama-queen&amp;title=Drama+Queen" title="Add 'Drama Queen' to Google Bookmarks"><img src="http://blog.yibi.org/wp-content/plugins/ro-social-bookmarks/google.png" title="Add 'Drama Queen' to Google Bookmarks" alt="Add 'Drama Queen' to Google Bookmarks" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://friendfeed.com/share/bookmarklet/frame#title={titleff}&amp;url=http://blog.yibi.org/2010/05/04/drama-queen" title="Add 'Drama Queen' to FriendFeed"><img src="http://blog.yibi.org/wp-content/plugins/ro-social-bookmarks/friendfeed.png" title="Add 'Drama Queen' to FriendFeed" alt="Add 'Drama Queen' to FriendFeed" /></a></div>
<!-- RO Social Bookmarks END -->

<p>Related posts:<ol><li><a href='http://blog.yibi.org/2010/05/27/a-father-taken-hostage-by-his-baby' rel='bookmark' title='Permanent Link: A Father Taken Hostage By His Baby'>A Father Taken Hostage By His Baby</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.yibi.org/2010/05/04/drama-queen/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
