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
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: 341ms⋅