Problem scenario
You have Debian/Ubuntu, RedHat (including CentOS and Fedora), and SUSE distributions of Linux. You want to install OSSEC on each server (to protect them with host-based intrusion detection systems, IDSes). You want to use the same script to install OSSEC on each server. How do you do this?
Solution
1. Create a script such as this /tmp/ossec.sh.
#!/bin/bash
# Written by www.continualintegration.com
ossecversion=3.1.0
…
Continue reading “How Do You Install OSSEC on Any Type of Linux?”