<?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>I Can Has Linux? &#187; ss</title>
	<atom:link href="http://icanhaslinux.com/category/ss/feed/" rel="self" type="application/rss+xml" />
	<link>http://icanhaslinux.com</link>
	<description>Invisible Patent Infringement!</description>
	<lastBuildDate>Mon, 29 Aug 2011 13:37:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Fun with ss (no, not the SS)</title>
		<link>http://icanhaslinux.com/2007/09/24/fun-with-ss-no-not-the-ss/</link>
		<comments>http://icanhaslinux.com/2007/09/24/fun-with-ss-no-not-the-ss/#comments</comments>
		<pubDate>Mon, 24 Sep 2007 13:11:30 +0000</pubDate>
		<dc:creator>LightningCrash</dc:creator>
				<category><![CDATA[ss]]></category>

		<guid isPermaLink="false">http://icanhaslinux.com/2007/09/24/fun-with-ss-no-not-the-ss/</guid>
		<description><![CDATA[Netstat is a staple, but ever wish you could get more information about sockets in use? ss to the rescue! Open up your terminal and execute: ss -pantus Now sit back and enjoy the information you have been presented with. I much prefer the output of ss to lsof, and it&#8217;s quicker than grepping for [...]]]></description>
			<content:encoded><![CDATA[<p>Netstat is a staple, but ever wish you could get more information about sockets in use?</p>
<p>ss to the rescue!</p>
<p>Open up your terminal and execute:<br />
<code>ss -pantus</code></p>
<p>Now sit back and enjoy the information you have been presented with. I much prefer the output of ss to lsof, and it&#8217;s quicker than grepping for IPv4 from lsof&#8217;s output.</p>
<p>There&#8217;s really not much else to say about ss, either you&#8217;re going to go &#8220;Oh wow!&#8221; or not care.</p>
<p>Edit: I should add that this might not be in your path. If it&#8217;s not, you should be able to discern its location from the iproute package. On Ubuntu it should be /sbin/ss, on FC7 it might be /usr/sbin/ss</p>
<p>To find it on Ubuntu/Debian: dpkg -L iproute |grep ss</p>
<p>To find it on RH/Fedora: rpm -ql iproute | grep ss</p>
<p>Until next time!<br />
-LightningCrash</p>
]]></content:encoded>
			<wfw:commentRss>http://icanhaslinux.com/2007/09/24/fun-with-ss-no-not-the-ss/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

