<?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>Gosdot &#187; unix</title>
	<atom:link href="http://gosdot.com/unity/tag/unix/feed/" rel="self" type="application/rss+xml" />
	<link>http://gosdot.com/unity</link>
	<description>ux, data, design</description>
	<lastBuildDate>Sat, 22 May 2010 22:17:25 +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>T-Mobile/USA Hijacks Open Ports</title>
		<link>http://gosdot.com/unity/2008/07/05/t-mobileusa-hijacks-open-ports/</link>
		<comments>http://gosdot.com/unity/2008/07/05/t-mobileusa-hijacks-open-ports/#comments</comments>
		<pubDate>Sat, 05 Jul 2008 22:45:06 +0000</pubDate>
		<dc:creator>jon</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[terminal]]></category>
		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://gosdot.com/unity/?p=315</guid>
		<description><![CDATA[If you&#8217;re a developer who likes to go to coffeeshops work with people around, stay away from some places that offer Wifi on T-Mobile.  This is pretty silly because T-Mobile is one of those wifi providers that you still have to pay for.  Yet, I&#8217;ve got less functionality than most free alternatives.  [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re a developer who likes to go to coffeeshops work with people around, stay away from some places that offer Wifi on T-Mobile.  This is pretty silly because T-Mobile is one of those wifi providers that you still have to pay for.  Yet, I&#8217;ve got less functionality than most free alternatives.  I didn&#8217;t realize this until today when I was trying to connect to my django host using Terminal.</p>
<p>Normally the opening Terminal results in a default window that looks like this:<br />
<code><br />
username_macbook:~ username$<br />
</code></p>
<p>Now let&#8217;s get a list of all our open communications ports by typing ls <strong>/dev/tty.*</strong>  This command normally returns something that looks like:<br />
<code>dev/tty.BTRS232                        /dev/tty.Tigoe6630-AppleAgent-1<br />
/dev/tty.Bluetooth-Modem                /dev/tty.Tigoe6630-Dial-UpNetwor-2<br />
/dev/tty.KeySerial1                     /dev/tty.modem<br />
</code></p>
<p>When I was at borders today I opened this and noticed something odd&#8230;<br />
<code><br />
250:~ username$<br />
</code></p>
<p>I&#8217;m not sure exactly what that 250 means but I assume it&#8217;s got something to do with taking over my open ports and filtering them through whatever T-Mobile device is used in-store.  To confirm this I typed <strong>/dev/tty.*</strong> again which returned:</p>
<p><code>/dev/tty.Bluetooth-Modem	/dev/tty.Bluetooth-PDA-Sync</code></p>
<p>This essentially means I have no open ports except these two Bluetooth ports.  </p>
<p>Now, we know T-Mobile does this because they don&#8217;t want to be held liable for hackers attacking users of their networks.  Unfortunately that means from now on when I need to do real work I&#8217;ll just stay home instead of spending money with them.</p>
]]></content:encoded>
			<wfw:commentRss>http://gosdot.com/unity/2008/07/05/t-mobileusa-hijacks-open-ports/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
