<?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>Small Program Blog &#187; port</title>
	<atom:link href="http://blog.sunnycyk.hk/?feed=rss2&#038;tag=port" rel="self" type="application/rss+xml" />
	<link>http://blog.sunnycyk.hk</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Sat, 05 Nov 2011 06:32:15 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>List Open ports on Mac OS X</title>
		<link>http://blog.sunnycyk.hk/?p=355</link>
		<comments>http://blog.sunnycyk.hk/?p=355#comments</comments>
		<pubDate>Thu, 16 Jul 2009 06:14:03 +0000</pubDate>
		<dc:creator>Sunny</dc:creator>
				<category><![CDATA[Mac Stuff]]></category>
		<category><![CDATA[listening port]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[open port]]></category>
		<category><![CDATA[OSX]]></category>
		<category><![CDATA[port]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://blog.sunnycyk.hk/?p=355</guid>
		<description><![CDATA[Found this on the web.  I used to use fport to see which port is open on my machine, but it only works for Windows.  So, this will be helpful for any of you if you are looking for the same information.
open terminal windows, and type: sudo -lsof -i -P &#124; grep -i [...]]]></description>
			<content:encoded><![CDATA[<p>Found this on the web.  I used to use fport to see which port is open on my machine, but it only works for Windows.  So, this will be helpful for any of you if you are looking for the same information.</p>
<p>open terminal windows, and type: <b>sudo -lsof -i -P | grep -i &#8220;listen&#8221;</b></p>
<p>P.S.<br />
<b>| grep -i &#8220;listen&#8221; </b>  <&#8212; this is optional&#8230; but help you to grep which port is listening</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.sunnycyk.hk/?feed=rss2&amp;p=355</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
