<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:s="http://www.techrepublic.com/search" xmlns:dc="http://purl.org/dc/elements/1.1/"  xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
    <title><![CDATA[Discussion on Four of my most-used CLI commands ]]></title>
    <link><![CDATA[http://www.techrepublic.com/forum/discussions/102-390365]]></link>
    <atom:link rel="hub" type="application/rss+xml" href="http://pubsubhubbub.appspot.com/" />
    <atom:link rel="self" type="application/rss+xml" href="http://www.techrepublic.com/forum/discussions/102-390365/rss" />

    <description><![CDATA[]]></description>
    <language>en-us</language>
    <lastBuildDate>2013-05-20T17:50:35-07:00</lastBuildDate>
             

    <item>
        <title><![CDATA[ll of course]]></title>
        <link><![CDATA[http://www.techrepublic.com/forum/discussions/102-390365-3658060]]></link>
        <description><![CDATA[It depends where you're going with this but I always need to set up a few alias for ls. ll is often established already these days for 'ls -l' but I also add lll which I set to do almost the same thing. I type ll so often that I find I occasionally type lll by mistake, so it's nice to have something similarly useful there when I do so rather than the error message.Also:diffwcless -S -x 24And of course:vimsshFor network:pingnslookup (maybe someone can describe dig and traceroute)]]></description>
        <guid><![CDATA[http://www.techrepublic.com/forum/discussions/102-390365-3658060]]></guid>
        <dc:creator><![CDATA[anil_g]]></dc:creator>
        <pubDate>Tue, 03 Apr 2012 16:01:18 -0700</pubDate>
    </item>
             

    <item>
        <title><![CDATA[my most frequent]]></title>
        <link><![CDATA[http://www.techrepublic.com/forum/discussions/102-390365-3658007]]></link>
        <description><![CDATA[Mainly I use the terminal for updates in Mint. This one will ensure that you have the latest greatest version of Linux. You will need to install Synaptic first, however.                         apt-get dist-upgrade -Vfy  If you already have that, it'll also handle normal updates and bugfixes nicely. Run it once a week.]]></description>
        <guid><![CDATA[http://www.techrepublic.com/forum/discussions/102-390365-3658007]]></guid>
        <dc:creator><![CDATA[rcugini@...]]></dc:creator>
        <pubDate>Tue, 03 Apr 2012 11:54:15 -0700</pubDate>
    </item>
             

    <item>
        <title><![CDATA[MC / midnight commander is the best ;)]]></title>
        <link><![CDATA[http://www.techrepublic.com/forum/discussions/102-390365-3657921]]></link>
        <description><![CDATA[Hi! I think I use mostly  these: apt-get  install  something mc - for browsing throught folders and editing config files df ifconfig route]]></description>
        <guid><![CDATA[http://www.techrepublic.com/forum/discussions/102-390365-3657921]]></guid>
        <dc:creator><![CDATA[pjamer]]></dc:creator>
        <pubDate>Tue, 03 Apr 2012 07:16:07 -0700</pubDate>
    </item>
             

    <item>
        <title><![CDATA[iptstate, iptraf...]]></title>
        <link><![CDATA[http://www.techrepublic.com/forum/discussions/102-390365-3657609]]></link>
        <description><![CDATA[and of course pgrep.Another thing to mention if usefulness is the topic is shell completion. (I use bash, ergo bash-completion) With cd and ls, it's easy to dive into file systems to find something you need to edit.]]></description>
        <guid><![CDATA[http://www.techrepublic.com/forum/discussions/102-390365-3657609]]></guid>
        <dc:creator><![CDATA[pgit]]></dc:creator>
        <pubDate>Mon, 02 Apr 2012 09:28:39 -0700</pubDate>
    </item>
             

    <item>
        <title><![CDATA[Most used]]></title>
        <link><![CDATA[http://www.techrepublic.com/forum/discussions/102-390365-3657606]]></link>
        <description><![CDATA[ipconfignslookupdsquery (so much faster to look up than AD User and Computers)]]></description>
        <guid><![CDATA[http://www.techrepublic.com/forum/discussions/102-390365-3657606]]></guid>
        <dc:creator><![CDATA[arvinsloane]]></dc:creator>
        <pubDate>Mon, 02 Apr 2012 08:23:50 -0700</pubDate>
    </item>
             

    <item>
        <title><![CDATA[Pinging the King]]></title>
        <link><![CDATA[http://www.techrepublic.com/forum/discussions/102-390365-3657091]]></link>
        <description><![CDATA[is a waste of time.  It's not that he isn't alive, but he signed a contract requiring all attempts to ping him to forward to Col. Tom Parker.  All the DNS providers have it mapped that way in their tables.]]></description>
        <guid><![CDATA[http://www.techrepublic.com/forum/discussions/102-390365-3657091]]></guid>
        <dc:creator><![CDATA[CharlieSpencer_Palmetto]]></dc:creator>
        <pubDate>Fri, 30 Mar 2012 03:20:00 -0700</pubDate>
    </item>
             

    <item>
        <title><![CDATA[A random selection]]></title>
        <link><![CDATA[http://www.techrepublic.com/forum/discussions/102-390365-3657028]]></link>
        <description><![CDATA[1.  ps2.  find3.  grep4.  tcpdump5.  traceroute6.  scp7.  mount8.  script9.  df...together with their various switches and arguments.(Also use &quot;# ping Elvis&quot; occasionally to see if he's still alive)]]></description>
        <guid><![CDATA[http://www.techrepublic.com/forum/discussions/102-390365-3657028]]></guid>
        <dc:creator><![CDATA[ColinFromTheCrypt]]></dc:creator>
        <pubDate>Thu, 29 Mar 2012 20:32:16 -0700</pubDate>
    </item>
             

    <item>
        <title><![CDATA[Adding to netstat and awk]]></title>
        <link><![CDATA[http://www.techrepublic.com/forum/discussions/102-390365-3656723]]></link>
        <description><![CDATA[# Show connects per IP addressnetstat -ntu | awk '{print $5}' | cut -d: -f1 | sort | uniq -c | sort -n# For mail server trouble shooting# show port 25 connections by IP and those that are involved in SYNnetstat -ntu | grep ':25' | awk '{print $5}' | cut -d: -f1 | sort | uniq -c | sortnetstat -an | grep SYN | grep :25 | sort]]></description>
        <guid><![CDATA[http://www.techrepublic.com/forum/discussions/102-390365-3656723]]></guid>
        <dc:creator><![CDATA[pmabraham]]></dc:creator>
        <pubDate>Wed, 28 Mar 2012 15:12:04 -0700</pubDate>
    </item>
    </channel>
</rss>

