Most of the newer Nagios checks are run via NRPE (Nagios Remote Plugin Executor). To configure the Nagios client to run you...
It is important to test your Nagios config changes before you try to reload or restart Nagios. To test your configs, run...
Changing the port sshd runs on from port 22 to another port is really simple. You just need to update the /etc/sshd/sshd_config...
To set the execute bit to on (i.e. make a script/file executable), you can use the command below: svn propset svn:executable ON...
Monitoring long running backups in NetBackup can be a somewhat difficult task unless you check the activity monitor regularly. To make things...
The mt command is very useful for performing tape functions such as rewinding tapes, showing the status, and retension a tape: 1)...
To configure logwatch on your Linux server, you can confirm that the package is installed: 1. rpm -qa logwatch 2. If it...
To check to see if your Solaris server is running the 32-bit or 64-bit OS, use the isainfo command. Use the -b...
To install a .deb package file on your Linux server, you can run the dpkg command as shown below: sudo dpkg -i...
To safely and securely erase your hard drive contents, you can use the shred command. Boot up your system using a Knoppix...