<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Linux/OSX: find out what network ports are in use</title>
	<atom:link href="http://www.rustyrazorblade.com/2010/01/linuxosx-find-out-what-network-ports-are-in-use/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rustyrazorblade.com/2010/01/linuxosx-find-out-what-network-ports-are-in-use/</link>
	<description>Tech Thoughts, Mostly on LAMP - by Jon Haddad</description>
	<lastBuildDate>Thu, 22 Jul 2010 09:10:54 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Twirrim</title>
		<link>http://www.rustyrazorblade.com/2010/01/linuxosx-find-out-what-network-ports-are-in-use/comment-page-1/#comment-46484</link>
		<dc:creator>Twirrim</dc:creator>
		<pubDate>Tue, 05 Jan 2010 21:37:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.rustyrazorblade.com/?p=951#comment-46484</guid>
		<description>&quot;netstat -plan&quot; is my preferred options.  Ensures you don&#039;t sit there waiting for netstat to resolve a bunch of IP addresses.  Technically -a makes -l redundant but it&#039;s easier to remember &quot;plan&quot; and type it on autopilot.</description>
		<content:encoded><![CDATA[<p>&#8220;netstat -plan&#8221; is my preferred options.  Ensures you don&#8217;t sit there waiting for netstat to resolve a bunch of IP addresses.  Technically -a makes -l redundant but it&#8217;s easier to remember &#8220;plan&#8221; and type it on autopilot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jelder</title>
		<link>http://www.rustyrazorblade.com/2010/01/linuxosx-find-out-what-network-ports-are-in-use/comment-page-1/#comment-46482</link>
		<dc:creator>jelder</dc:creator>
		<pubDate>Tue, 05 Jan 2010 21:35:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.rustyrazorblade.com/?p=951#comment-46482</guid>
		<description>I&#039;ve given up on netstat and now use lsof nearly all of the time. sudo lsof -itcp -a -p $mysql_pid a common use but you can also slice it up a number of different ways.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve given up on netstat and now use lsof nearly all of the time. sudo lsof -itcp -a -p $mysql_pid a common use but you can also slice it up a number of different ways.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
