.
.
Overview of NRPE:
Installing and Configuring Nagios NRPE in Linux:
# cd /tmp
# wget http://internap.dl.sourceforge.net/sourceforge/nagios/nrpe-2.12.tar.gz
# tar -zxvf nrpe-2.12.tar.gz
# cd nrpe-2.12
# ./configure –enable-ssl –enable-command-args
(should …
Linux mini manual
Linux Debian/Ubuntu Commands
Last Updated April 2009
My Mini Manual
|– FILES/SEARCH/SYSTEMÂ –|
Unique names, remove duplicate names:
# cat words.txt | sort | uniq > dictionary.txt
remove any words …