<div class="gmail_quote">On Mon, Aug 29, 2011 at 10:12 AM, Tom H <span dir="ltr">&lt;<a href="mailto:tomh0665@gmail.com">tomh0665@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im">On Sun, Aug 28, 2011 at 3:07 AM, Mike Dwiggins &lt;<a href="mailto:mike@azdwiggins.com">mike@azdwiggins.com</a>&gt; wrote:<br>
&gt; On 8/27/2011 11:59 PM, Tom H wrote:<br>
&gt;&gt;<br>
</div><div class="im">&gt;&gt; If I find the thread, I&#39;ll post a link; you might find it handy.<br>
&gt;&gt; You&#39;ll just have to replace the &quot;dpkg ...&quot; statements with their &quot;rpm<br>
&gt;&gt; ...&quot; equivalents.<br>
&gt;<br>
&gt; Actually I could just try it in Ubuntu first.  I have two Fedora Servers<br>
&gt; and one Ubuntu.  Run the Ubuntu for one application as a favor to my<br>
&gt; Son-In-Law.  BigBlueButton only runs on Ubuntu 10.04 LTS and he needs it<br>
&gt; in his Masters program.<br>
<br>
</div>Thread:<br>
<a href="http://lists.debian.org/debian-user/2009/09/msg00697.html" target="_blank">http://lists.debian.org/debian-user/2009/09/msg00697.html</a></blockquote><div><br></div><div> #!/bin/bash</div><div><br></div><div>netstat -lntup \</div>
<div>| awk &#39;/^(tcp|udp)/ {print substr($4, match($4, &quot;:[^:]+$&quot;) + 1) &quot;/&quot; $1, substr($NF, 1, index($NF, &quot;/&quot;) - 1)}&#39; \</div><div>| while read PORT PID</div><div>do</div><div>        BIN=$(readlink /proc/$PID/exe)</div>
<div>        echo $PORT $PID $BIN</div><div>done</div><div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><br>
<div><div></div><div class="h5">--<br>
users mailing list<br>
<a href="mailto:users@lists.fedoraproject.org">users@lists.fedoraproject.org</a><br>
To unsubscribe or change subscription options:<br>
<a href="https://admin.fedoraproject.org/mailman/listinfo/users" target="_blank">https://admin.fedoraproject.org/mailman/listinfo/users</a><br>
Guidelines: <a href="http://fedoraproject.org/wiki/Mailing_list_guidelines" target="_blank">http://fedoraproject.org/wiki/Mailing_list_guidelines</a><br>
</div></div></blockquote></div><br><br clear="all"><div><br></div>-- <br><div>J. E. Aneiros</div><div>GNU/Linux User #190716 en <a href="http://counter.li.org" target="_blank">http://counter.li.org</a></div><div>perl -e &#39;$_=pack(c5,0105,0107,0123,0132,(1&lt;&lt;3)+2);y[A-Z][N-ZA-M];print;&#39;</div>
<div>PK fingerprint: 5179 917E 5B34 F073 E11A  AFB3 4CB3 5301 4A80 F674</div><br>