<?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>Nils Preusker &#187; commands</title>
	<atom:link href="http://www.nilspreusker.de/tag/commands/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.nilspreusker.de</link>
	<description>Pragmatic Technologist</description>
	<lastBuildDate>Tue, 23 Mar 2010 10:44:19 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Find out which applications are listening to which port on Mac OSX</title>
		<link>http://www.nilspreusker.de/2009/09/11/find-out-which-applications-are-listening-to-which-port-on-mac-osx/</link>
		<comments>http://www.nilspreusker.de/2009/09/11/find-out-which-applications-are-listening-to-which-port-on-mac-osx/#comments</comments>
		<pubDate>Fri, 11 Sep 2009 16:31:07 +0000</pubDate>
		<dc:creator>nils</dc:creator>
				<category><![CDATA[OS X]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[commands]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[terminal]]></category>

		<guid isPermaLink="false">http://www.nilspreusker.de/?p=254</guid>
		<description><![CDATA[If you ever wonder which ports are open on your OS X machine, or whether e.g. jboss is still running, this command will help you:
$sudo lsof -Pi &#124; grep -i "listen"
FAQ: ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/FAQ
Man page: ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/lsof_man
]]></description>
			<content:encoded><![CDATA[<p>If you ever wonder which ports are open on your OS X machine, or whether e.g. jboss is still running, this command will help you:</p>
<pre>$sudo lsof -Pi | grep -i "listen"</pre>
<p>FAQ: <a title="FAQ" href="ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/FAQ" target="_blank">ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/FAQ</a><br />
Man page: <a title="Man Page" href="ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/lsof_man" target="_blank">ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/lsof_man</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.nilspreusker.de/2009/09/11/find-out-which-applications-are-listening-to-which-port-on-mac-osx/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
