mirror of
https://github.com/imthenachoman/How-To-Secure-A-Linux-Server.git
synced 2025-12-06 01:02:49 +01:00
Merge pull request #87 from hamzah/master
Update OSSEC Version and other fix
This commit is contained in:
@@ -2647,10 +2647,10 @@ From [https://github.com/ossec/ossec-hids](https://github.com/ossec/ossec-hids)
|
|||||||
|
|
||||||
1. Install OSSEC-HIDS from sources
|
1. Install OSSEC-HIDS from sources
|
||||||
```bash
|
```bash
|
||||||
sudo apt install libz-dev libssl-dev libpcre2-dev build-essential
|
sudo apt install -y libz-dev libssl-dev libpcre2-dev build-essential libsystemd-dev
|
||||||
wget https://github.com/ossec/ossec-hids/archive/3.6.0.tar.gz
|
wget https://github.com/ossec/ossec-hids/archive/3.7.0.tar.gz
|
||||||
tar xzf 3.6.0.tar.gz
|
tar xzf 3.7.0.tar.gz
|
||||||
cd ossec-hids-3.6.0/
|
cd ossec-hids-3.7.0/
|
||||||
sudo ./install.sh
|
sudo ./install.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user