<?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; The Techie Stuff Archives  -</title>
	<atom:link href="http://blog.yibi.org/category/the-techie-stuff/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>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>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>Google Launches New Social Networking Platform &#8211; Google Buzz</title>
		<link>http://blog.yibi.org/2010/02/10/google-launches-new-social-networking-platform-google-buzz</link>
		<comments>http://blog.yibi.org/2010/02/10/google-launches-new-social-networking-platform-google-buzz#comments</comments>
		<pubDate>Wed, 10 Feb 2010 00:47:40 +0000</pubDate>
		<dc:creator>yibi</dc:creator>
				<category><![CDATA[The Techie Stuff]]></category>
		<category><![CDATA[buzz]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[gmail]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[google apps]]></category>
		<category><![CDATA[google buzz]]></category>
		<category><![CDATA[google wave]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[picassa]]></category>
		<category><![CDATA[social networking]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://blog.yibi.org/?p=630</guid>
		<description><![CDATA[Google launched Google Buzz, a social networking platform. This is cool, because I&#8217;m an avid user of Google. But I&#8217;m wondering at the same time, what&#8217;s going to happen to Google Wave? The functions seems to overlap, although Wave seems to be more cutting edge.
Right now Google Buzz is only available on Gmail. I wished [...]


Related posts:<ol><li><a href='http://blog.yibi.org/2009/11/03/64-bits-google-gears-for-firefox-3-5-on-opensuse' rel='bookmark' title='Permanent Link: 64 bits Google Gears for Firefox 3.5 on OpenSuse'>64 bits Google Gears for Firefox 3.5 on OpenSuse</a></li>
<li><a href='http://blog.yibi.org/2010/05/16/free-google-voice-for-students' rel='bookmark' title='Permanent Link: Free Google Voice for Students'>Free Google Voice for Students</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>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="wp-caption aligncenter" style="width: 479px"><img title="Google Buzz" src="http://lh5.ggpht.com/_QeG60iATtlQ/S3IBeeAttSI/AAAAAAAABHw/72NGGA2IUZM/google-buzz.png" alt="Google Buzz" width="469" height="284" /><p class="wp-caption-text">Google Buzz</p></div>
<p>Google launched<strong> Google Buzz</strong>, a social networking platform. This is cool, because I&#8217;m an avid user of Google. But I&#8217;m wondering at the same time, what&#8217;s going to happen to Google Wave? The functions seems to overlap, although Wave seems to be more cutting edge.</p>
<p><del datetime="2010-02-10T05:47:52+00:00">Right now Google Buzz is only available on Gmail. I wished they had it on Google Apps for Your Domain as well. I host my email, docs, calendars etc on Google using my own domain. Unfortunately, I can&#8217;t use Buzz with my own domain. Same goes for Wave when it was launched.</del></p>
<p>Google Buzz <strong>*IS* </strong>available on Google Apps For Your Domain! For some reason it didn&#8217;t show up in the mail interface on the PC, but it works on my IPhone. Cool! That means now I can have all my stuff on Google. Mail, Calendar, Docs, Picassa.</p>
<p>Find out more about <strong>Google Buzz</strong> at http://buzz.google.com</p>
<p>And no. No IPhone app for Google Buzz yet. Probably never.</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/02/10/google-launches-new-social-networking-platform-google-buzz" title="Add 'Google Launches New Social Networking Platform &#8211; Google Buzz' to VoxRO"><img src="http://blog.yibi.org/wp-content/plugins/ro-social-bookmarks/voxro.png" title="Add 'Google Launches New Social Networking Platform &#8211; Google Buzz' to VoxRO" alt="Add 'Google Launches New Social Networking Platform &#8211; Google Buzz' 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/02/10/google-launches-new-social-networking-platform-google-buzz" title="Add 'Google Launches New Social Networking Platform &#8211; Google Buzz' to Twitter"><img src="http://blog.yibi.org/wp-content/plugins/ro-social-bookmarks/twitter.png" title="Add 'Google Launches New Social Networking Platform &#8211; Google Buzz' to Twitter" alt="Add 'Google Launches New Social Networking Platform &#8211; Google Buzz' 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=Google+Launches+New+Social+Networking+Platform+%26%238211%3B+Google+Buzz&amp;c=http://blog.yibi.org/2010/02/10/google-launches-new-social-networking-platform-google-buzz" title="Add 'Google Launches New Social Networking Platform &#8211; Google Buzz' to MySpace"><img src="http://blog.yibi.org/wp-content/plugins/ro-social-bookmarks/myspace.png" title="Add 'Google Launches New Social Networking Platform &#8211; Google Buzz' to MySpace" alt="Add 'Google Launches New Social Networking Platform &#8211; Google Buzz' 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/02/10/google-launches-new-social-networking-platform-google-buzz&amp;title=Google+Launches+New+Social+Networking+Platform+%26%238211%3B+Google+Buzz" title="Add 'Google Launches New Social Networking Platform &#8211; Google Buzz' to Del.icio.us"><img src="http://blog.yibi.org/wp-content/plugins/ro-social-bookmarks/delicious.png" title="Add 'Google Launches New Social Networking Platform &#8211; Google Buzz' to Del.icio.us" alt="Add 'Google Launches New Social Networking Platform &#8211; Google Buzz' 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/02/10/google-launches-new-social-networking-platform-google-buzz&amp;title=Google+Launches+New+Social+Networking+Platform+%26%238211%3B+Google+Buzz" title="Add 'Google Launches New Social Networking Platform &#8211; Google Buzz' to digg"><img src="http://blog.yibi.org/wp-content/plugins/ro-social-bookmarks/digg.png" title="Add 'Google Launches New Social Networking Platform &#8211; Google Buzz' to digg" alt="Add 'Google Launches New Social Networking Platform &#8211; Google Buzz' 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/02/10/google-launches-new-social-networking-platform-google-buzz&amp;title=Google+Launches+New+Social+Networking+Platform+%26%238211%3B+Google+Buzz" title="Add 'Google Launches New Social Networking Platform &#8211; Google Buzz' to reddit"><img src="http://blog.yibi.org/wp-content/plugins/ro-social-bookmarks/reddit.png" title="Add 'Google Launches New Social Networking Platform &#8211; Google Buzz' to reddit" alt="Add 'Google Launches New Social Networking Platform &#8211; Google Buzz' 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/02/10/google-launches-new-social-networking-platform-google-buzz&amp;t=Google+Launches+New+Social+Networking+Platform+%26%238211%3B+Google+Buzz" title="Add 'Google Launches New Social Networking Platform &#8211; Google Buzz' to FaceBook"><img src="http://blog.yibi.org/wp-content/plugins/ro-social-bookmarks/facebook.png" title="Add 'Google Launches New Social Networking Platform &#8211; Google Buzz' to FaceBook" alt="Add 'Google Launches New Social Networking Platform &#8211; Google Buzz' 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/02/10/google-launches-new-social-networking-platform-google-buzz" title="Add 'Google Launches New Social Networking Platform &#8211; Google Buzz' to Technorati"><img src="http://blog.yibi.org/wp-content/plugins/ro-social-bookmarks/technorati.png" title="Add 'Google Launches New Social Networking Platform &#8211; Google Buzz' to Technorati" alt="Add 'Google Launches New Social Networking Platform &#8211; Google Buzz' 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/02/10/google-launches-new-social-networking-platform-google-buzz&amp;title=Google+Launches+New+Social+Networking+Platform+%26%238211%3B+Google+Buzz" title="Add 'Google Launches New Social Networking Platform &#8211; Google Buzz' to Stumble Upon"><img src="http://blog.yibi.org/wp-content/plugins/ro-social-bookmarks/stumbleupon.png" title="Add 'Google Launches New Social Networking Platform &#8211; Google Buzz' to Stumble Upon" alt="Add 'Google Launches New Social Networking Platform &#8211; Google Buzz' 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/02/10/google-launches-new-social-networking-platform-google-buzz&amp;t=Google+Launches+New+Social+Networking+Platform+%26%238211%3B+Google+Buzz" title="Add 'Google Launches New Social Networking Platform &#8211; Google Buzz' to Yahoo My Web"><img src="http://blog.yibi.org/wp-content/plugins/ro-social-bookmarks/yahoo_myweb.png" title="Add 'Google Launches New Social Networking Platform &#8211; Google Buzz' to Yahoo My Web" alt="Add 'Google Launches New Social Networking Platform &#8211; Google Buzz' 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/02/10/google-launches-new-social-networking-platform-google-buzz&amp;title=Google+Launches+New+Social+Networking+Platform+%26%238211%3B+Google+Buzz" title="Add 'Google Launches New Social Networking Platform &#8211; Google Buzz' to Google Bookmarks"><img src="http://blog.yibi.org/wp-content/plugins/ro-social-bookmarks/google.png" title="Add 'Google Launches New Social Networking Platform &#8211; Google Buzz' to Google Bookmarks" alt="Add 'Google Launches New Social Networking Platform &#8211; Google Buzz' 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/02/10/google-launches-new-social-networking-platform-google-buzz" title="Add 'Google Launches New Social Networking Platform &#8211; Google Buzz' to FriendFeed"><img src="http://blog.yibi.org/wp-content/plugins/ro-social-bookmarks/friendfeed.png" title="Add 'Google Launches New Social Networking Platform &#8211; Google Buzz' to FriendFeed" alt="Add 'Google Launches New Social Networking Platform &#8211; Google Buzz' to FriendFeed" /></a></div>
<!-- RO Social Bookmarks END -->

<p>Related posts:<ol><li><a href='http://blog.yibi.org/2009/11/03/64-bits-google-gears-for-firefox-3-5-on-opensuse' rel='bookmark' title='Permanent Link: 64 bits Google Gears for Firefox 3.5 on OpenSuse'>64 bits Google Gears for Firefox 3.5 on OpenSuse</a></li>
<li><a href='http://blog.yibi.org/2010/05/16/free-google-voice-for-students' rel='bookmark' title='Permanent Link: Free Google Voice for Students'>Free Google Voice for Students</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>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.yibi.org/2010/02/10/google-launches-new-social-networking-platform-google-buzz/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IPhone Tethering &#8211; Use and Abuse!</title>
		<link>http://blog.yibi.org/2010/01/29/iphone-tethering-use-and-abuse</link>
		<comments>http://blog.yibi.org/2010/01/29/iphone-tethering-use-and-abuse#comments</comments>
		<pubDate>Fri, 29 Jan 2010 13:46:51 +0000</pubDate>
		<dc:creator>yibi</dc:creator>
				<category><![CDATA[5 Minute Guides]]></category>
		<category><![CDATA[Geek Toys]]></category>
		<category><![CDATA[The Techie Stuff]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[HSPA]]></category>
		<category><![CDATA[internet sharing]]></category>
		<category><![CDATA[iphone tethering]]></category>
		<category><![CDATA[iptable]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[linux router]]></category>
		<category><![CDATA[next generation broadband network]]></category>
		<category><![CDATA[singtel 3G]]></category>
		<category><![CDATA[singtel mobile broadband]]></category>
		<category><![CDATA[transparent proxying]]></category>

		<guid isPermaLink="false">http://blog.yibi.org/?p=618</guid>
		<description><![CDATA[This is the geeky sequel to my last Linux to IPhone tethering episode where we used and abused the IPhone tethering function.
Some background, I&#8217;m one of those people who contracted (and got stuck) with the 50G SingTel Mobile Broadband Plan before the days of 12GB IPhone plan. My usage was about 4G per month, so [...]


Related posts:<ol><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/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/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>
</ol>]]></description>
			<content:encoded><![CDATA[<p>This is the geeky sequel to my last Linux to IPhone tethering episode where we used and abused the IPhone tethering function.</p>
<p>Some background, I&#8217;m one of those people who contracted (and got stuck) with the 50G SingTel Mobile Broadband Plan before the days of 12GB IPhone plan. My usage was about 4G per month, so none of the plans was suitable for me at that time.</p>
<p>Anyway, that aside. For some reasons my team had to work in a place where we had no internet access while we are building the network for high speed internet access. What irony! The only systems engineer in the team (me) decided that I had alot of data to spare, so here we go&#8230;use and abuse!</p>
<p>Configuration&#8217;s simple. First you have to setup tethering as per my <a title="Linux to IPhone Tethering" href="http://blog.yibi.org/2010/01/27/linux-to-iphone-tethering-in-5-mins" target="_self">previous post on IPhone tethering</a>. Once you are done with that, do the follow steps. And again, it&#8217;s a 5 minute quick hack.</p>
<p>1. vi linux-router.sh</p>
<p>2. Paste the following into the shell script</p>
<blockquote><p>#!/bin/bash<br />
/sbin/ifconfig wlan0 192.168.0.1 255.255.255.0<br />
/sbin/iptables -t nat -A POSTROUTING -o bnep0 -j MASQUERADE<br />
/sbin/iptables -A FORWARD -i bnep0 -o wlan0 -m state &#8211;state RELATED,ESTABLISHED -j ACCEPT<br />
/sbin/iptables -A FORWARD -i wlan0 -o bnep0 -j ACCEPT</p></blockquote>
<p>3. Save the file.<br />
4. chmod 700 linux-router.sh<br />
5. ./linux-router.sh<br />
6. Done!</p>
<p>My colleagues are connected to a WIFI router, hence the use of wlan0 as the &#8220;inside&#8221; interface. bnep0 is the &#8220;outside&#8221; interface connected to the IPhone via bluetooth. All the machines point to my laptop as the gateway, which bears the IP address 192.168.0.1. All of them are NAT&#8217;d out from the outside interface.</p>
<p>I have 2Mbps for my plan. Good enough for the team to check email and do some simple web browsing for information.</p>
<p>There are other things you can do like transparent proxying so that you save abit of bandwidth.</p>
<p>Leave a comment if you have any questions on the configurations. Have fun!</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/01/29/iphone-tethering-use-and-abuse" title="Add 'IPhone Tethering &#8211; Use and Abuse!' to VoxRO"><img src="http://blog.yibi.org/wp-content/plugins/ro-social-bookmarks/voxro.png" title="Add 'IPhone Tethering &#8211; Use and Abuse!' to VoxRO" alt="Add 'IPhone Tethering &#8211; Use and Abuse!' 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/01/29/iphone-tethering-use-and-abuse" title="Add 'IPhone Tethering &#8211; Use and Abuse!' to Twitter"><img src="http://blog.yibi.org/wp-content/plugins/ro-social-bookmarks/twitter.png" title="Add 'IPhone Tethering &#8211; Use and Abuse!' to Twitter" alt="Add 'IPhone Tethering &#8211; Use and Abuse!' 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=IPhone+Tethering+%26%238211%3B+Use+and+Abuse%21&amp;c=http://blog.yibi.org/2010/01/29/iphone-tethering-use-and-abuse" title="Add 'IPhone Tethering &#8211; Use and Abuse!' to MySpace"><img src="http://blog.yibi.org/wp-content/plugins/ro-social-bookmarks/myspace.png" title="Add 'IPhone Tethering &#8211; Use and Abuse!' to MySpace" alt="Add 'IPhone Tethering &#8211; Use and Abuse!' 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/01/29/iphone-tethering-use-and-abuse&amp;title=IPhone+Tethering+%26%238211%3B+Use+and+Abuse%21" title="Add 'IPhone Tethering &#8211; Use and Abuse!' to Del.icio.us"><img src="http://blog.yibi.org/wp-content/plugins/ro-social-bookmarks/delicious.png" title="Add 'IPhone Tethering &#8211; Use and Abuse!' to Del.icio.us" alt="Add 'IPhone Tethering &#8211; Use and Abuse!' 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/01/29/iphone-tethering-use-and-abuse&amp;title=IPhone+Tethering+%26%238211%3B+Use+and+Abuse%21" title="Add 'IPhone Tethering &#8211; Use and Abuse!' to digg"><img src="http://blog.yibi.org/wp-content/plugins/ro-social-bookmarks/digg.png" title="Add 'IPhone Tethering &#8211; Use and Abuse!' to digg" alt="Add 'IPhone Tethering &#8211; Use and Abuse!' 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/01/29/iphone-tethering-use-and-abuse&amp;title=IPhone+Tethering+%26%238211%3B+Use+and+Abuse%21" title="Add 'IPhone Tethering &#8211; Use and Abuse!' to reddit"><img src="http://blog.yibi.org/wp-content/plugins/ro-social-bookmarks/reddit.png" title="Add 'IPhone Tethering &#8211; Use and Abuse!' to reddit" alt="Add 'IPhone Tethering &#8211; Use and Abuse!' 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/01/29/iphone-tethering-use-and-abuse&amp;t=IPhone+Tethering+%26%238211%3B+Use+and+Abuse%21" title="Add 'IPhone Tethering &#8211; Use and Abuse!' to FaceBook"><img src="http://blog.yibi.org/wp-content/plugins/ro-social-bookmarks/facebook.png" title="Add 'IPhone Tethering &#8211; Use and Abuse!' to FaceBook" alt="Add 'IPhone Tethering &#8211; Use and Abuse!' 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/01/29/iphone-tethering-use-and-abuse" title="Add 'IPhone Tethering &#8211; Use and Abuse!' to Technorati"><img src="http://blog.yibi.org/wp-content/plugins/ro-social-bookmarks/technorati.png" title="Add 'IPhone Tethering &#8211; Use and Abuse!' to Technorati" alt="Add 'IPhone Tethering &#8211; Use and Abuse!' 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/01/29/iphone-tethering-use-and-abuse&amp;title=IPhone+Tethering+%26%238211%3B+Use+and+Abuse%21" title="Add 'IPhone Tethering &#8211; Use and Abuse!' to Stumble Upon"><img src="http://blog.yibi.org/wp-content/plugins/ro-social-bookmarks/stumbleupon.png" title="Add 'IPhone Tethering &#8211; Use and Abuse!' to Stumble Upon" alt="Add 'IPhone Tethering &#8211; Use and Abuse!' 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/01/29/iphone-tethering-use-and-abuse&amp;t=IPhone+Tethering+%26%238211%3B+Use+and+Abuse%21" title="Add 'IPhone Tethering &#8211; Use and Abuse!' to Yahoo My Web"><img src="http://blog.yibi.org/wp-content/plugins/ro-social-bookmarks/yahoo_myweb.png" title="Add 'IPhone Tethering &#8211; Use and Abuse!' to Yahoo My Web" alt="Add 'IPhone Tethering &#8211; Use and Abuse!' 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/01/29/iphone-tethering-use-and-abuse&amp;title=IPhone+Tethering+%26%238211%3B+Use+and+Abuse%21" title="Add 'IPhone Tethering &#8211; Use and Abuse!' to Google Bookmarks"><img src="http://blog.yibi.org/wp-content/plugins/ro-social-bookmarks/google.png" title="Add 'IPhone Tethering &#8211; Use and Abuse!' to Google Bookmarks" alt="Add 'IPhone Tethering &#8211; Use and Abuse!' 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/01/29/iphone-tethering-use-and-abuse" title="Add 'IPhone Tethering &#8211; Use and Abuse!' to FriendFeed"><img src="http://blog.yibi.org/wp-content/plugins/ro-social-bookmarks/friendfeed.png" title="Add 'IPhone Tethering &#8211; Use and Abuse!' to FriendFeed" alt="Add 'IPhone Tethering &#8211; Use and Abuse!' to FriendFeed" /></a></div>
<!-- RO Social Bookmarks END -->

<p>Related posts:<ol><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/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/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>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.yibi.org/2010/01/29/iphone-tethering-use-and-abuse/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux to IPhone Tethering In 5 Mins</title>
		<link>http://blog.yibi.org/2010/01/27/linux-to-iphone-tethering-in-5-mins</link>
		<comments>http://blog.yibi.org/2010/01/27/linux-to-iphone-tethering-in-5-mins#comments</comments>
		<pubDate>Wed, 27 Jan 2010 13:57:28 +0000</pubDate>
		<dc:creator>yibi</dc:creator>
				<category><![CDATA[5 Minute Guides]]></category>
		<category><![CDATA[Geek Toys]]></category>
		<category><![CDATA[The Techie Stuff]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[gnome]]></category>
		<category><![CDATA[internet tethering]]></category>
		<category><![CDATA[iphone tethering]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[personal area network]]></category>

		<guid isPermaLink="false">http://blog.yibi.org/?p=614</guid>
		<description><![CDATA[Tethering from a mobile phone is not new to me. I started from the days of having to script the ppp chat scripts to wvdial to finally having Network Manager recognizing my mobile phone as a 3G modem.
IPhone is new. I have been reading about tethering on Linux as soon as I bought it. Painful [...]


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/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/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>Tethering from a mobile phone is not new to me. I started from the days of having to script the ppp chat scripts to wvdial to finally having Network Manager recognizing my mobile phone as a 3G modem.</p>
<p>IPhone is new. I have been reading about <strong>tethering on Linux</strong> as soon as I bought it. Painful ways, jailbreak, run proxy etc etc etc.</p>
<p>Linux didn&#8217;t recognize the IPhone as a modem when I plugged in via USB, so it&#8217;s only bluetooth now. I tried the tethering of my Mac first. With bluetooth, I found that tethering actually happens over the <strong>PAN (Personal Area Network)</strong>. That should work with Linux, and so it did.</p>
<p>These are steps for me to get tethering on Debian in 5 mins.</p>
<blockquote><p>1. Run &#8220;sudo aptitude -y install blueman&#8221; in Debian.</p>
<p>2. Logout and login again. This is for the dbus and stuff to react correctly when you turn on your bluetooth later on.</p>
<p>3. Turn on your bluetooth or insert your USB bluetooth dongle. A bluetooth icon should appear in your system tray or whatever you call it in Gnome. That&#8217;s Blueman.</p>
<p>4. Discover and add your IPhone in Blueman</p>
<p>5. Turn on Internet Tethering under &#8220;Settings &#8211;&gt; General &#8211;&gt; Network&#8221;. Choose Bluetooth.</p>
<p>6. Go back to your Blueman, click on it and you should see your IPhone. Right click on your IPhone and select &#8220;Network Access Point&#8221;</p>
<p>7. And you are done!</p></blockquote>
<p>That&#8217;s it! Simple right? No hacking, no jailbreak!</p>
<p>Do drop me a comment if anything&#8217;s unclear. The same solution should work with any of the modern distros like Fedora and Ubuntu.</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/01/27/linux-to-iphone-tethering-in-5-mins" title="Add 'Linux to IPhone Tethering In 5 Mins' to VoxRO"><img src="http://blog.yibi.org/wp-content/plugins/ro-social-bookmarks/voxro.png" title="Add 'Linux to IPhone Tethering In 5 Mins' to VoxRO" alt="Add 'Linux to IPhone Tethering In 5 Mins' 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/01/27/linux-to-iphone-tethering-in-5-mins" title="Add 'Linux to IPhone Tethering In 5 Mins' to Twitter"><img src="http://blog.yibi.org/wp-content/plugins/ro-social-bookmarks/twitter.png" title="Add 'Linux to IPhone Tethering In 5 Mins' to Twitter" alt="Add 'Linux to IPhone Tethering In 5 Mins' 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=Linux+to+IPhone+Tethering+In+5+Mins&amp;c=http://blog.yibi.org/2010/01/27/linux-to-iphone-tethering-in-5-mins" title="Add 'Linux to IPhone Tethering In 5 Mins' to MySpace"><img src="http://blog.yibi.org/wp-content/plugins/ro-social-bookmarks/myspace.png" title="Add 'Linux to IPhone Tethering In 5 Mins' to MySpace" alt="Add 'Linux to IPhone Tethering In 5 Mins' 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/01/27/linux-to-iphone-tethering-in-5-mins&amp;title=Linux+to+IPhone+Tethering+In+5+Mins" title="Add 'Linux to IPhone Tethering In 5 Mins' to Del.icio.us"><img src="http://blog.yibi.org/wp-content/plugins/ro-social-bookmarks/delicious.png" title="Add 'Linux to IPhone Tethering In 5 Mins' to Del.icio.us" alt="Add 'Linux to IPhone Tethering In 5 Mins' 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/01/27/linux-to-iphone-tethering-in-5-mins&amp;title=Linux+to+IPhone+Tethering+In+5+Mins" title="Add 'Linux to IPhone Tethering In 5 Mins' to digg"><img src="http://blog.yibi.org/wp-content/plugins/ro-social-bookmarks/digg.png" title="Add 'Linux to IPhone Tethering In 5 Mins' to digg" alt="Add 'Linux to IPhone Tethering In 5 Mins' 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/01/27/linux-to-iphone-tethering-in-5-mins&amp;title=Linux+to+IPhone+Tethering+In+5+Mins" title="Add 'Linux to IPhone Tethering In 5 Mins' to reddit"><img src="http://blog.yibi.org/wp-content/plugins/ro-social-bookmarks/reddit.png" title="Add 'Linux to IPhone Tethering In 5 Mins' to reddit" alt="Add 'Linux to IPhone Tethering In 5 Mins' 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/01/27/linux-to-iphone-tethering-in-5-mins&amp;t=Linux+to+IPhone+Tethering+In+5+Mins" title="Add 'Linux to IPhone Tethering In 5 Mins' to FaceBook"><img src="http://blog.yibi.org/wp-content/plugins/ro-social-bookmarks/facebook.png" title="Add 'Linux to IPhone Tethering In 5 Mins' to FaceBook" alt="Add 'Linux to IPhone Tethering In 5 Mins' 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/01/27/linux-to-iphone-tethering-in-5-mins" title="Add 'Linux to IPhone Tethering In 5 Mins' to Technorati"><img src="http://blog.yibi.org/wp-content/plugins/ro-social-bookmarks/technorati.png" title="Add 'Linux to IPhone Tethering In 5 Mins' to Technorati" alt="Add 'Linux to IPhone Tethering In 5 Mins' 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/01/27/linux-to-iphone-tethering-in-5-mins&amp;title=Linux+to+IPhone+Tethering+In+5+Mins" title="Add 'Linux to IPhone Tethering In 5 Mins' to Stumble Upon"><img src="http://blog.yibi.org/wp-content/plugins/ro-social-bookmarks/stumbleupon.png" title="Add 'Linux to IPhone Tethering In 5 Mins' to Stumble Upon" alt="Add 'Linux to IPhone Tethering In 5 Mins' 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/01/27/linux-to-iphone-tethering-in-5-mins&amp;t=Linux+to+IPhone+Tethering+In+5+Mins" title="Add 'Linux to IPhone Tethering In 5 Mins' to Yahoo My Web"><img src="http://blog.yibi.org/wp-content/plugins/ro-social-bookmarks/yahoo_myweb.png" title="Add 'Linux to IPhone Tethering In 5 Mins' to Yahoo My Web" alt="Add 'Linux to IPhone Tethering In 5 Mins' 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/01/27/linux-to-iphone-tethering-in-5-mins&amp;title=Linux+to+IPhone+Tethering+In+5+Mins" title="Add 'Linux to IPhone Tethering In 5 Mins' to Google Bookmarks"><img src="http://blog.yibi.org/wp-content/plugins/ro-social-bookmarks/google.png" title="Add 'Linux to IPhone Tethering In 5 Mins' to Google Bookmarks" alt="Add 'Linux to IPhone Tethering In 5 Mins' 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/01/27/linux-to-iphone-tethering-in-5-mins" title="Add 'Linux to IPhone Tethering In 5 Mins' to FriendFeed"><img src="http://blog.yibi.org/wp-content/plugins/ro-social-bookmarks/friendfeed.png" title="Add 'Linux to IPhone Tethering In 5 Mins' to FriendFeed" alt="Add 'Linux to IPhone Tethering In 5 Mins' 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/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/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/01/27/linux-to-iphone-tethering-in-5-mins/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Certificate Error When Building Your First IPhone App?</title>
		<link>http://blog.yibi.org/2010/01/19/certificate-error-when-building-your-first-iphone-app</link>
		<comments>http://blog.yibi.org/2010/01/19/certificate-error-when-building-your-first-iphone-app#comments</comments>
		<pubDate>Tue, 19 Jan 2010 00:34:11 +0000</pubDate>
		<dc:creator>yibi</dc:creator>
				<category><![CDATA[The Techie Stuff]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[certificate error]]></category>
		<category><![CDATA[developer account]]></category>
		<category><![CDATA[keychain]]></category>
		<category><![CDATA[objective c]]></category>
		<category><![CDATA[os x]]></category>
		<category><![CDATA[xcode]]></category>

		<guid isPermaLink="false">http://blog.yibi.org/?p=588</guid>
		<description><![CDATA[You probably ended up here while searching for the following error message in XCode when trying to build and run your first IPhone app :
Code Sign error: The identity &#8216;iPhone Developer&#8217; doesn&#8217;t match any valid certificate/private key pair in the default keychain
Before you start googling and attempt to move certificates all over, or spend $99 [...]


Related posts:<ol><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/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>You probably ended up here while searching for the following error message in XCode when trying to build and run your first IPhone app :</p>
<blockquote><p>Code Sign error: The identity &#8216;iPhone Developer&#8217; doesn&#8217;t match any valid certificate/private key pair in the default keychain</p></blockquote>
<p>Before you start googling and attempt to move certificates all over, or spend $99 USD getting the developer account check the following:</p>
<p><strong>Make sure you are building and running for the simulator and not your IPhone device. This is rudimentary but easily missed.</strong></p>
<p>I ran into this error upon compiling a test &#8216;Hello World&#8217; app. So I&#8217;m pretty sure there are more people out there running into this error.</p>
<p><img class="pie-img" src="http://lh4.ggpht.com/_QeG60iATtlQ/S1SEtGfLkuI/AAAAAAAABG4/_U8zzRGzkjg/Xcode%20Dropdown.png?imgmax=512" alt="Xcode Dropdown.png" width="512" height="198" /><img style="margin: 10px 10px 10px 10px;" alt="" /></p>
<p>XCode defaults to building and running on the IPhone device, which is not possible until you have a developer&#8217;s account. Building and running on the IPhone requires the code to be signed before building, which results in the error that you have gotten.</p>
<p>I hope you have found this before going for the last resort of subscribing for the developer&#8217;s account. And if you already did, happy programming! Hope to see your app on the App Store soon!</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/01/19/certificate-error-when-building-your-first-iphone-app" title="Add 'Certificate Error When Building Your First IPhone App?' to VoxRO"><img src="http://blog.yibi.org/wp-content/plugins/ro-social-bookmarks/voxro.png" title="Add 'Certificate Error When Building Your First IPhone App?' to VoxRO" alt="Add 'Certificate Error When Building Your First IPhone App?' 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/01/19/certificate-error-when-building-your-first-iphone-app" title="Add 'Certificate Error When Building Your First IPhone App?' to Twitter"><img src="http://blog.yibi.org/wp-content/plugins/ro-social-bookmarks/twitter.png" title="Add 'Certificate Error When Building Your First IPhone App?' to Twitter" alt="Add 'Certificate Error When Building Your First IPhone App?' 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=Certificate+Error+When+Building+Your+First+IPhone+App%3F&amp;c=http://blog.yibi.org/2010/01/19/certificate-error-when-building-your-first-iphone-app" title="Add 'Certificate Error When Building Your First IPhone App?' to MySpace"><img src="http://blog.yibi.org/wp-content/plugins/ro-social-bookmarks/myspace.png" title="Add 'Certificate Error When Building Your First IPhone App?' to MySpace" alt="Add 'Certificate Error When Building Your First IPhone App?' 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/01/19/certificate-error-when-building-your-first-iphone-app&amp;title=Certificate+Error+When+Building+Your+First+IPhone+App%3F" title="Add 'Certificate Error When Building Your First IPhone App?' to Del.icio.us"><img src="http://blog.yibi.org/wp-content/plugins/ro-social-bookmarks/delicious.png" title="Add 'Certificate Error When Building Your First IPhone App?' to Del.icio.us" alt="Add 'Certificate Error When Building Your First IPhone App?' 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/01/19/certificate-error-when-building-your-first-iphone-app&amp;title=Certificate+Error+When+Building+Your+First+IPhone+App%3F" title="Add 'Certificate Error When Building Your First IPhone App?' to digg"><img src="http://blog.yibi.org/wp-content/plugins/ro-social-bookmarks/digg.png" title="Add 'Certificate Error When Building Your First IPhone App?' to digg" alt="Add 'Certificate Error When Building Your First IPhone App?' 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/01/19/certificate-error-when-building-your-first-iphone-app&amp;title=Certificate+Error+When+Building+Your+First+IPhone+App%3F" title="Add 'Certificate Error When Building Your First IPhone App?' to reddit"><img src="http://blog.yibi.org/wp-content/plugins/ro-social-bookmarks/reddit.png" title="Add 'Certificate Error When Building Your First IPhone App?' to reddit" alt="Add 'Certificate Error When Building Your First IPhone App?' 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/01/19/certificate-error-when-building-your-first-iphone-app&amp;t=Certificate+Error+When+Building+Your+First+IPhone+App%3F" title="Add 'Certificate Error When Building Your First IPhone App?' to FaceBook"><img src="http://blog.yibi.org/wp-content/plugins/ro-social-bookmarks/facebook.png" title="Add 'Certificate Error When Building Your First IPhone App?' to FaceBook" alt="Add 'Certificate Error When Building Your First IPhone App?' 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/01/19/certificate-error-when-building-your-first-iphone-app" title="Add 'Certificate Error When Building Your First IPhone App?' to Technorati"><img src="http://blog.yibi.org/wp-content/plugins/ro-social-bookmarks/technorati.png" title="Add 'Certificate Error When Building Your First IPhone App?' to Technorati" alt="Add 'Certificate Error When Building Your First IPhone App?' 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/01/19/certificate-error-when-building-your-first-iphone-app&amp;title=Certificate+Error+When+Building+Your+First+IPhone+App%3F" title="Add 'Certificate Error When Building Your First IPhone App?' to Stumble Upon"><img src="http://blog.yibi.org/wp-content/plugins/ro-social-bookmarks/stumbleupon.png" title="Add 'Certificate Error When Building Your First IPhone App?' to Stumble Upon" alt="Add 'Certificate Error When Building Your First IPhone App?' 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/01/19/certificate-error-when-building-your-first-iphone-app&amp;t=Certificate+Error+When+Building+Your+First+IPhone+App%3F" title="Add 'Certificate Error When Building Your First IPhone App?' to Yahoo My Web"><img src="http://blog.yibi.org/wp-content/plugins/ro-social-bookmarks/yahoo_myweb.png" title="Add 'Certificate Error When Building Your First IPhone App?' to Yahoo My Web" alt="Add 'Certificate Error When Building Your First IPhone App?' 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/01/19/certificate-error-when-building-your-first-iphone-app&amp;title=Certificate+Error+When+Building+Your+First+IPhone+App%3F" title="Add 'Certificate Error When Building Your First IPhone App?' to Google Bookmarks"><img src="http://blog.yibi.org/wp-content/plugins/ro-social-bookmarks/google.png" title="Add 'Certificate Error When Building Your First IPhone App?' to Google Bookmarks" alt="Add 'Certificate Error When Building Your First IPhone App?' 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/01/19/certificate-error-when-building-your-first-iphone-app" title="Add 'Certificate Error When Building Your First IPhone App?' to FriendFeed"><img src="http://blog.yibi.org/wp-content/plugins/ro-social-bookmarks/friendfeed.png" title="Add 'Certificate Error When Building Your First IPhone App?' to FriendFeed" alt="Add 'Certificate Error When Building Your First IPhone App?' to FriendFeed" /></a></div>
<!-- RO Social Bookmarks END -->

<p>Related posts:<ol><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/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/01/19/certificate-error-when-building-your-first-iphone-app/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting The Wii Motion Plus? Hold Your Horses!</title>
		<link>http://blog.yibi.org/2010/01/08/getting-the-wii-motion-plus-hold-your-horses</link>
		<comments>http://blog.yibi.org/2010/01/08/getting-the-wii-motion-plus-hold-your-horses#comments</comments>
		<pubDate>Fri, 08 Jan 2010 14:51:19 +0000</pubDate>
		<dc:creator>yibi</dc:creator>
				<category><![CDATA[Geek Toys]]></category>
		<category><![CDATA[Tech News]]></category>
		<category><![CDATA[The Techie Stuff]]></category>
		<category><![CDATA[ces]]></category>
		<category><![CDATA[ces 2010]]></category>
		<category><![CDATA[motion plus]]></category>
		<category><![CDATA[nintendo]]></category>
		<category><![CDATA[nintendo wii]]></category>
		<category><![CDATA[nunchuk]]></category>
		<category><![CDATA[video games]]></category>
		<category><![CDATA[wand]]></category>
		<category><![CDATA[wii]]></category>
		<category><![CDATA[wii fit]]></category>
		<category><![CDATA[wii sports]]></category>
		<category><![CDATA[wiimote]]></category>

		<guid isPermaLink="false">http://blog.yibi.org/?p=566</guid>
		<description><![CDATA[Wii Motion Plus replacement coming soon in March! A new device that combines the Motion Plus and WiiMote into 1 single controller.


Related posts:<ol><li><a href='http://blog.yibi.org/2010/04/18/winscape-motion-aware-virtual-window-and-scenery' rel='bookmark' title='Permanent Link: Winscape &#8211; Motion aware virtual window and scenery'>Winscape &#8211; Motion aware virtual window and scenery</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="aligncenter" style="border: 0px;" title="Nikyo Wand" src="http://lh5.ggpht.com/_QeG60iATtlQ/S0dBuBqVCkI/AAAAAAAABF8/n82jVfPAwDQ/s576/Nikyo%20Wand.png" alt="" width="461" height="393" /></p>
<p style="text-align: center;">Screenshot taken from Engadget.com</p>
<p style="text-align: left;">Original article is at <a title="Nyko Wand+ is a full Wii Motion Plus replacement, smashing through screens this March" href="http://www.engadget.com/2010/01/07/nyko-wand-is-a-full-wii-motion-plus-replacement-smashing-throu/" target="_blank">Engadget.com</a></p>
<p style="text-align: left;">Alright! Hold your horses if you have not bought your Wii Motion Plus. Even if you have already bought your&#8217;s, no problem. You can still get the Nyko Wand+</p>
<p style="text-align: left;">This product was exhibited at the CES 2010. What they have done is to build in the Wii Motion Plus into the WiiMote-size Nyko Wand+, so you won&#8217;t have to attach that addition piece of hardware to your WiiMote making it look quite awkward. With the Nunchuk it looks even messier. So this is cool. No additional attachment, no worries of breaking the contacts between the WiiMote and the Motion Plus.</p>
<p style="text-align: left;">This is a &#8220;<strong>must buy</strong>&#8221; item for me when it&#8217;s available in March.</p>
<p style="text-align: left;">But something puzzling me though. Why didn&#8217;t Nintendo think of it?</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/01/08/getting-the-wii-motion-plus-hold-your-horses" title="Add 'Getting The Wii Motion Plus? Hold Your Horses!' to VoxRO"><img src="http://blog.yibi.org/wp-content/plugins/ro-social-bookmarks/voxro.png" title="Add 'Getting The Wii Motion Plus? Hold Your Horses!' to VoxRO" alt="Add 'Getting The Wii Motion Plus? Hold Your Horses!' 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/01/08/getting-the-wii-motion-plus-hold-your-horses" title="Add 'Getting The Wii Motion Plus? Hold Your Horses!' to Twitter"><img src="http://blog.yibi.org/wp-content/plugins/ro-social-bookmarks/twitter.png" title="Add 'Getting The Wii Motion Plus? Hold Your Horses!' to Twitter" alt="Add 'Getting The Wii Motion Plus? Hold Your Horses!' 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=Getting+The+Wii+Motion+Plus%3F+Hold+Your+Horses%21&amp;c=http://blog.yibi.org/2010/01/08/getting-the-wii-motion-plus-hold-your-horses" title="Add 'Getting The Wii Motion Plus? Hold Your Horses!' to MySpace"><img src="http://blog.yibi.org/wp-content/plugins/ro-social-bookmarks/myspace.png" title="Add 'Getting The Wii Motion Plus? Hold Your Horses!' to MySpace" alt="Add 'Getting The Wii Motion Plus? Hold Your Horses!' 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/01/08/getting-the-wii-motion-plus-hold-your-horses&amp;title=Getting+The+Wii+Motion+Plus%3F+Hold+Your+Horses%21" title="Add 'Getting The Wii Motion Plus? Hold Your Horses!' to Del.icio.us"><img src="http://blog.yibi.org/wp-content/plugins/ro-social-bookmarks/delicious.png" title="Add 'Getting The Wii Motion Plus? Hold Your Horses!' to Del.icio.us" alt="Add 'Getting The Wii Motion Plus? Hold Your Horses!' 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/01/08/getting-the-wii-motion-plus-hold-your-horses&amp;title=Getting+The+Wii+Motion+Plus%3F+Hold+Your+Horses%21" title="Add 'Getting The Wii Motion Plus? Hold Your Horses!' to digg"><img src="http://blog.yibi.org/wp-content/plugins/ro-social-bookmarks/digg.png" title="Add 'Getting The Wii Motion Plus? Hold Your Horses!' to digg" alt="Add 'Getting The Wii Motion Plus? Hold Your Horses!' 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/01/08/getting-the-wii-motion-plus-hold-your-horses&amp;title=Getting+The+Wii+Motion+Plus%3F+Hold+Your+Horses%21" title="Add 'Getting The Wii Motion Plus? Hold Your Horses!' to reddit"><img src="http://blog.yibi.org/wp-content/plugins/ro-social-bookmarks/reddit.png" title="Add 'Getting The Wii Motion Plus? Hold Your Horses!' to reddit" alt="Add 'Getting The Wii Motion Plus? Hold Your Horses!' 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/01/08/getting-the-wii-motion-plus-hold-your-horses&amp;t=Getting+The+Wii+Motion+Plus%3F+Hold+Your+Horses%21" title="Add 'Getting The Wii Motion Plus? Hold Your Horses!' to FaceBook"><img src="http://blog.yibi.org/wp-content/plugins/ro-social-bookmarks/facebook.png" title="Add 'Getting The Wii Motion Plus? Hold Your Horses!' to FaceBook" alt="Add 'Getting The Wii Motion Plus? Hold Your Horses!' 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/01/08/getting-the-wii-motion-plus-hold-your-horses" title="Add 'Getting The Wii Motion Plus? Hold Your Horses!' to Technorati"><img src="http://blog.yibi.org/wp-content/plugins/ro-social-bookmarks/technorati.png" title="Add 'Getting The Wii Motion Plus? Hold Your Horses!' to Technorati" alt="Add 'Getting The Wii Motion Plus? Hold Your Horses!' 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/01/08/getting-the-wii-motion-plus-hold-your-horses&amp;title=Getting+The+Wii+Motion+Plus%3F+Hold+Your+Horses%21" title="Add 'Getting The Wii Motion Plus? Hold Your Horses!' to Stumble Upon"><img src="http://blog.yibi.org/wp-content/plugins/ro-social-bookmarks/stumbleupon.png" title="Add 'Getting The Wii Motion Plus? Hold Your Horses!' to Stumble Upon" alt="Add 'Getting The Wii Motion Plus? Hold Your Horses!' 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/01/08/getting-the-wii-motion-plus-hold-your-horses&amp;t=Getting+The+Wii+Motion+Plus%3F+Hold+Your+Horses%21" title="Add 'Getting The Wii Motion Plus? Hold Your Horses!' to Yahoo My Web"><img src="http://blog.yibi.org/wp-content/plugins/ro-social-bookmarks/yahoo_myweb.png" title="Add 'Getting The Wii Motion Plus? Hold Your Horses!' to Yahoo My Web" alt="Add 'Getting The Wii Motion Plus? Hold Your Horses!' 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/01/08/getting-the-wii-motion-plus-hold-your-horses&amp;title=Getting+The+Wii+Motion+Plus%3F+Hold+Your+Horses%21" title="Add 'Getting The Wii Motion Plus? Hold Your Horses!' to Google Bookmarks"><img src="http://blog.yibi.org/wp-content/plugins/ro-social-bookmarks/google.png" title="Add 'Getting The Wii Motion Plus? Hold Your Horses!' to Google Bookmarks" alt="Add 'Getting The Wii Motion Plus? Hold Your Horses!' 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/01/08/getting-the-wii-motion-plus-hold-your-horses" title="Add 'Getting The Wii Motion Plus? Hold Your Horses!' to FriendFeed"><img src="http://blog.yibi.org/wp-content/plugins/ro-social-bookmarks/friendfeed.png" title="Add 'Getting The Wii Motion Plus? Hold Your Horses!' to FriendFeed" alt="Add 'Getting The Wii Motion Plus? Hold Your Horses!' to FriendFeed" /></a></div>
<!-- RO Social Bookmarks END -->

<p>Related posts:<ol><li><a href='http://blog.yibi.org/2010/04/18/winscape-motion-aware-virtual-window-and-scenery' rel='bookmark' title='Permanent Link: Winscape &#8211; Motion aware virtual window and scenery'>Winscape &#8211; Motion aware virtual window and scenery</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.yibi.org/2010/01/08/getting-the-wii-motion-plus-hold-your-horses/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<br />
<b>Warning</b>:  array_values() [<a href='function.array-values'>function.array-values</a>]: The argument should be an array in <b>/var/www/vhosts/yibi.org/subdomains/blog/httpdocs/wp-content/plugins/wp-cron/wp-cron-moderation.php</b> on line <b>27</b><br />
<br />
<b>Warning</b>:  array_unique() [<a href='function.array-unique'>function.array-unique</a>]: The argument should be an array in <b>/var/www/vhosts/yibi.org/subdomains/blog/httpdocs/wp-content/plugins/wp-cron/wp-cron-moderation.php</b> on line <b>27</b><br />
