update PVE初始化配置.md.

This commit is contained in:
秋刀狐狸
2022-07-20 05:55:48 +00:00
committed by Gitee
parent eeac2c216b
commit 5ddf438d7c
+3 -3
View File
@@ -4,7 +4,7 @@
![PVE系统信息](img/pve_sys_info.png) ![PVE系统信息](img/pve_sys_info.png)
此处显示出 PVE 底层使用的是 Debian 的系统,代号为bullseye 此处显示出 PVE 底层使用的是 Debian 的系统,代号为 `bullseye`
为了后续能够对 PVE 系统进行升级,需要更换其镜像仓库,也就是大家熟知的软件源。 为了后续能够对 PVE 系统进行升级,需要更换其镜像仓库,也就是大家熟知的软件源。
@@ -172,9 +172,9 @@ apt install iperf iperf3 iftop net-tools ethtool
apt install cpufrequtils apt install cpufrequtils
``` ```
其中fail2ban”和“unattended-upgrades为两个服务,后续会对其进行配置。 其中 `fail2ban``unattended-upgrades` 为两个服务,后续会对其进行配置。
cpufrequtils为 CPU 调度器的配置工具,后续会对 CPU 调度算法进行调整。 `cpufrequtils` 为 CPU 调度器的配置工具,后续会对 CPU 调度算法进行调整。
## 3.配置 PVE 网桥和管理网口 ## 3.配置 PVE 网桥和管理网口