<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.3.2" -->
<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/"
	>

<channel>
	<title>riahmat1c &#187; protip</title>
	<link>http://riah.mat1c.org</link>
	<description>web technology and security</description>
	<pubDate>Thu, 21 Feb 2008 20:47:49 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.2</generator>
	<language>en</language>
			<item>
		<title>Need to know the default port for a service?</title>
		<link>http://riah.mat1c.org/2008/02/04/need-to-know-the-default-port-for-a-serv/</link>
		<comments>http://riah.mat1c.org/2008/02/04/need-to-know-the-default-port-for-a-serv/#comments</comments>
		<pubDate>Mon, 04 Feb 2008 07:33:08 +0000</pubDate>
		<dc:creator>riahmatic</dc:creator>
		
		<category><![CDATA[carrots]]></category>

		<category><![CDATA[linux]]></category>

		<category><![CDATA[protip]]></category>

		<guid isPermaLink="false">http://riah.mat1c.org/2008/02/04/need-to-know-the-default-port-for-a-serv/</guid>
		<description><![CDATA[Need to know the default port for a service, like mysql? Run cat /etc/services &#124; grep mysql. Or maybe you know the port (say, 22) and want the service - run cat /etc/services &#124; grep 22. List all: cat /etc/services. Just found this out, thought I&#8217;d share with fellow noobs.
]]></description>
			<content:encoded><![CDATA[<p>Need to know the default port for a service, like <em>mysql</em>? Run <code>cat /etc/services | grep <em>mysql</em></code>. Or maybe you know the port (say, <em>22</em>) and want the service - run <code>cat /etc/services | grep <em>22</em></code>. List all: <code>cat /etc/services</code>. Just found this out, thought I&#8217;d share with fellow noobs.</p>
]]></content:encoded>
			<wfw:commentRss>http://riah.mat1c.org/2008/02/04/need-to-know-the-default-port-for-a-serv/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
