After administering Unix or Unix-like servers, what tools (command-line preferably) do you feel you cannot live without?
|
feedback
|
closed as off topic by MDMarra, DJ Pon3, Iain♦ Feb 26 at 12:59
Questions on Server Fault are expected to generally relate to servers, networking, or desktop infrastructure, within the scope defined in the faq.
|
screen is a must, especially with a good .screenrc file. I have it configured to display visually which window I'm in and can move between them with Ctrl+Arrow. For a single ssh session and multiple shells, it is a life saver. | ||||
|
feedback
|
Where possible the GNU versions of the above over the propritary versions. | ||||
|
feedback
|
|
I love AWK as well as "for" on the command line. Especially to build up a list of commands I want to run and then execute them all at once. | ||||
|
feedback
|
|
These are the tools I use on a daily basis (as a developer more than a system administrator)
| ||||
|
feedback
|
|
All the standard commands and utilities (Bash, grep, sed, AWK, find, xargs, ssh, Vim, etc.)
| ||||
|
feedback
|
|
Perl and Vim. In that order. Anything else, I can use Perl to emulate somehow. | ||||
|
feedback
|
| ||||
|
feedback
|
Of course, beyond command line, you need Nagios/Cacti/MRTG/etc... | ||||
|
feedback
|
|
Learn Vim or Emacs in and out!!
| ||||
|
feedback
|
|
munin is a great tool for doing capacity analysis and review, but you need to set it up before you need it. We install it as a standard part of every server install we do. | ||||
|
feedback
|
|
Haven't seen anyone mention this yet. The nmon tool is designed for AIX and Linux performance specialists to use for monitoring and analyzing performance data, including:
Can be run in file mode which generates a big CSV file. IBM also provide an Excel macro for parsing this and turning it in to awesome graphs, although you do need a Windows VM for that. | ||||
|
feedback
|