user:thomas Gists erstellt von Nutzer
user:thomas
title:mygist Gists mit Titel
title:mygist
filename:myfile.txt Gists mit Dateinamen
filename:myfile.txt
extension:yml Gists mit Dateiendung
extension:yml
language:go Gists in Sprache
language:go
topic:homelab gists with given topic
topic:homelab
Anmelden
(Get from here)
Configure the host interface which will be exposed to the container.
$ sudo cp /lib/systemd/network/80-container-ve.network /etc/systemd/network/80-container-<MY_CONTAINER>.network
233 curl -s https://install.crowdsec.net | sudo sh 234 apt -y install crowdsec 235 systemctl reload crowdsec && systemctl status crowdsec 236 cscli metrics 237 apt -y install crowdsec-firewall-bouncer-iptables 238 cscli allowlist create my_allowlist -d 'my-ips' 239 cscli allowlist add my_allowlist 1.2.3.4 240 cscli allowlist add my_allowlist 5.6.7.8/24 241 cscli decisions list
Добавляем поддержку русского языка в Ubuntu\Debian системах:
Установим\обновим пакет locales:
apt-get install locales
После чего выполним команду:
Опубликовано 9 октября 2024, 10:51
systemctl disable --now apparmor
Powered by Opengist ⋅ Load: 269ms⋅