Update lxd_extra_config.md

This commit is contained in:
spiritlhl
2023-06-18 16:58:22 +08:00
committed by GitHub
parent adab63a537
commit 1faedc33da

View File

@@ -2,6 +2,9 @@
:::tip
以下的配置安装会加重母鸡的负担,非必要不要安装
:::
:::tip
如果是个人使用,可忽略防滥用部分脚本的安装
:::
@@ -78,7 +81,7 @@ curl -L https://raw.githubusercontent.com/spiritLHLS/lxc/main/scripts/rules.sh -
curl -L https://ghproxy.com/https://raw.githubusercontent.com/spiritLHLS/lxc/main/scripts/rules.sh -o rules.sh && chmod +x rules.sh && bash rules.sh
```
##### 使用screen配置监控屏蔽某些进程的执行遇到某些进程的出现直接关闭容器
## 使用screen配置监控屏蔽某些进程的执行遇到某些进程的出现直接关闭容器
- 如需停止监控可使用```screen```命令停止```lxc_moniter```这个名字的窗口并删除
- (***非必须***,该脚本仅仅是为了防止容器滥用方便,不装的也没问题)
@@ -96,7 +99,7 @@ curl -L https://raw.githubusercontent.com/spiritLHLS/lxc/main/scripts/build_moni
curl -L https://ghproxy.com/https://raw.githubusercontent.com/spiritLHLS/lxc/main/scripts/build_monitor.sh -o build_monitor.sh && chmod +x build_monitor.sh && bash build_monitor.sh
```
##### 一键安装开lxd母鸡所需要的带vnstat环境的常用预配置环境
## 一键安装开lxd母鸡所需要的带vnstat环境的常用预配置环境
- (***非必须***,该脚本仅仅是为了站点对接监控方便,不装的也没问题)
@@ -112,7 +115,7 @@ curl -L https://raw.githubusercontent.com/spiritLHLS/lxc/main/scripts/backend.sh
curl -L https://ghproxy.com/https://raw.githubusercontent.com/spiritLHLS/lxc/main/scripts/backend.sh -o backend.sh && chmod +x backend.sh && bash backend.sh
```
##### 一键安装母鸡可视化操作的面板
## 一键安装母鸡可视化操作的面板
- (***非必须***,该面板只是为了方便可视化操作,没有也没问题)
- 原作者仓库:[跳转](https://github.com/turtle0x1/LxdMosaic)