user:thomas 由使用者建立的 Gists
user:thomas
title:mygist Gists 的標題
title:mygist
filename:myfile.txt Gists 的檔案名稱
filename:myfile.txt
extension:yml Gists 的副檔名
extension:yml
language:go Gists 的程式語言
language:go
topic:homelab gists with given topic
topic:homelab
登錄
(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
由 Opengist 提供支持 ⋅ Load: 960ms⋅