From c384d28039c8344cee1d7182bf72529921ac09c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8B=90=E7=8B=B8Nomad?= <9463297+callmer@user.noreply.gitee.com> Date: Thu, 9 Feb 2023 08:28:04 +0000 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=9B=B4=E6=96=B0=20PCI=20?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=E5=BA=93=E6=96=B9=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 狐狸Nomad <9463297+callmer@user.noreply.gitee.com> --- 3.PVE系统调整.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/3.PVE系统调整.md b/3.PVE系统调整.md index 617b00a..753a870 100644 --- a/3.PVE系统调整.md +++ b/3.PVE系统调整.md @@ -9,7 +9,7 @@ apt update ## 安装系统软件 -apt install htop lm-sensors unzip vim tmux unattended-upgrades apt-listchanges powermgmt-base +apt install htop lm-sensors unzip vim tmux unattended-upgrades apt-listchanges powermgmt-base ## 安装网络工具 apt install iperf iperf3 iftop ethtool @@ -19,6 +19,10 @@ apt install cpufrequtils ## 根据CPU厂商安装CPU微码工具 apt install intel-microcode (amd64-microcode) + +## 更新 PCI 数据库 +update-pciids + ``` 本文后续命令,均在 SSH 终端下完成。