Difference between revisions of "Ossec install server"
Jump to navigation
Jump to search
(Created page with "# Ubuntu 22.04 ``` apt-get -y install build-essential zlib1g-dev libpcre2-dev libsqlite3-dev libssl-dev libsystemd-dev curl -LO https://github.com/ossec/ossec-hids/archive/ref...") |
(No difference)
|
Revision as of 20:31, 22 January 2024
Ubuntu 22.04
apt-get -y install build-essential zlib1g-dev libpcre2-dev libsqlite3-dev libssl-dev libsystemd-dev curl -LO https://github.com/ossec/ossec-hids/archive/refs/tags/3.7.0.tar.gz cd ossec-hids-3.7.0 ./install.sh