enhance: fix tips

This commit is contained in:
Laurence
2024-10-15 22:11:29 +01:00
parent 928eb2de88
commit b834836045

View File

@@ -2139,14 +2139,14 @@ CrowdSec monitors the logs of your applications (like SSH and Apache) to detect
curl -s https://install.crowdsec.net | sudo sh curl -s https://install.crowdsec.net | sudo sh
``` ```
> [!TIP]
> if `curl | sh` is not your thing, you can find additional install methods [here](https://docs.crowdsec.net/u/getting_started/installation/linux).
Install the CrowdSec Security Engine: Install the CrowdSec Security Engine:
``` bash ``` bash
sudo apt install crowdsec sudo apt install crowdsec
``` ```
> [!TIP]
> if `curl | sh` is not your thing, you can find additional install methods [here](https://docs.crowdsec.net/u/getting_started/installation/linux).
By default whilst CrowdSec is installing the Security Engine it will auto-discover your installed applications and install the appropriate parsers and scenarios for them. Since we know most Linux servers are running ssh out of the box CrowdSec will automatically configured this for you. By default whilst CrowdSec is installing the Security Engine it will auto-discover your installed applications and install the appropriate parsers and scenarios for them. Since we know most Linux servers are running ssh out of the box CrowdSec will automatically configured this for you.
2. Install a Remediation Component. (IPS) 2. Install a Remediation Component. (IPS)