更新 PVE 初始化配置

This commit is contained in:
CallMeR
2023-06-24 20:14:54 +08:00
parent 9ee5a6eab3
commit 9b7a9c4480
2 changed files with 3 additions and 3 deletions
+3 -3
View File
@@ -165,10 +165,10 @@ apt install htop lm-sensors unzip vim tmux unattended-upgrades powermgmt-base
## 安装网络工具
apt install iperf iperf3 iftop
## 安装CPU调度调整工具
## 安装 CPU 调度调整工具
apt install cpufrequtils
## 根据CPU厂商安装CPU微码工具
## 根据 CPU 厂商安装 CPU 微码工具
apt install intel-microcode (amd64-microcode)
## 更新 PCI 数据库
@@ -178,7 +178,7 @@ update-pciids
## 3.配置 PVE 网络
设置电脑的 IP 地址为静态 IP IP 地址段与 PVE 的 IP 地址段保持一致。
设置电脑的 IPv4 地址为静态地址,电脑 IPv4 地址段需要与 PVE 的地址段保持一致。
用网线将电脑的网口与 PVE 的管理网口,此时应该为编号最小的第一个网口,相连接。
Binary file not shown.

Before

Width:  |  Height:  |  Size: 169 KiB

After

Width:  |  Height:  |  Size: 189 KiB