<p dir="ltr">Lots of the above tools, plus zsh with oh-my-zsh plugins. Also discovered ranger recently as a curses file manager, which is slowly replacing my occasional mc use.</p>
<p dir="ltr">Pssh or parallel ssh has become a great friend for network gear also. I&#39;ve done some scripts in python, expect and played with ansible, but pssh is the quick and dirty way to run show commands on 300 switches in parallel for instance. </p>
<div class="gmail_quote">On Nov 6, 2014 4:00 PM, &quot;Lightner, Jeff&quot; &lt;<a href="mailto:JLightner@dsservices.com">JLightner@dsservices.com</a>&gt; wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Some of my favorites have been listed (e.g. dmidecode and others).    A couple that haven&#39;t:<br>
<br>
lsof  = List open files - Great for seeing how many file descriptors are in use and what they are (e.g. sockets, regular files, etc...).   But I use it primarily for looking at networking stuff.   The &quot;-i&quot; flag will let you find things using a given port or a given address (or both).   It also has a &quot;-p&quot; that lets you see things for a specific process and a &quot;-a&quot; for &quot;and&quot; that lets you get specific as you want (e.g. lsof -p 394 -a -i would show only the networking associated with PID 394.)   It has dozens of options and I almost never use netstat because of its capabilities.)<br>
<br>
atop  = Like htop is an improved performance monitor but it will also store history like sar and you can get history down to process level (similar to old HP-UX Glance&#39;s abilities in the past).<br>
<br>
multipath = Not really a utility (a daemon) but the multipath.conf is highly configurable so that one can assign specific names to multipath devices that are better than the &quot;/dev/mpath/mapth##&quot;)<br>
<br>
<br>
Jeffrey C. Lightner<br>
Sr. UNIX Administrator<br>
<br>
DS Services of America, Inc.<br>
5660 New Northside Drive NW<br>
Suite 250<br>
Atlanta, GA  30328<br>
<br>
P: <a href="tel:678-486-3516" value="+16784863516">678-486-3516</a><br>
C: <a href="tel:678-772-0018" value="+16787720018">678-772-0018</a><br>
F: <a href="tel:678-460-3603" value="+16784603603">678-460-3603</a><br>
E: <a href="mailto:jlightner@dsservices.com">jlightner@dsservices.com</a><br>
<br>
<br>
<br>
<br>
-----Original Message-----<br>
From: <a href="mailto:ale-bounces@ale.org">ale-bounces@ale.org</a> [mailto:<a href="mailto:ale-bounces@ale.org">ale-bounces@ale.org</a>] On Behalf Of JD<br>
Sent: Thursday, November 06, 2014 12:56 PM<br>
To: <a href="mailto:ale@ale.org">ale@ale.org</a><br>
Subject: Re: [ale] Your Go-To CLI Tools?<br>
<br>
On 11/06/2014 11:48 AM, Jerald Sheets wrote:<br>
&gt; facter<br>
<br>
$ ansible all -m setup | tee /tmp/log.sys.data<br>
<br>
I think that is the same, just for ansible.<br>
<br>
_______________________________________________<br>
Ale mailing list<br>
<a href="mailto:Ale@ale.org">Ale@ale.org</a><br>
<a href="http://mail.ale.org/mailman/listinfo/ale" target="_blank">http://mail.ale.org/mailman/listinfo/ale</a><br>
See JOBS, ANNOUNCE and SCHOOLS lists at<br>
<a href="http://mail.ale.org/mailman/listinfo" target="_blank">http://mail.ale.org/mailman/listinfo</a><br>
<br>
Athena®, Created for the Cause(tm)<br>
Making a Difference in the Fight Against Breast Cancer<br>
<br>
__________________________________________________________<br>
CONFIDENTIALITY NOTICE: This e-mail may contain privileged<br>
<br>
or confidential information and is for the sole use of the intended<br>
<br>
recipient(s). If you are not the intended recipient, any disclosure,<br>
<br>
copying, distribution, or use of the contents of this information<br>
<br>
is prohibited and may be unlawful. If you have received this electronic<br>
<br>
transmission in error, please reply immediately to the sender that<br>
<br>
you have received the message in error, and delete it. Thank you<br>
<br>
_______________________________________________<br>
Ale mailing list<br>
<a href="mailto:Ale@ale.org">Ale@ale.org</a><br>
<a href="http://mail.ale.org/mailman/listinfo/ale" target="_blank">http://mail.ale.org/mailman/listinfo/ale</a><br>
See JOBS, ANNOUNCE and SCHOOLS lists at<br>
<a href="http://mail.ale.org/mailman/listinfo" target="_blank">http://mail.ale.org/mailman/listinfo</a><br>
</blockquote></div>