From 56dae3cf45c0851dcc61c6e495289a56519b36b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A7=8B=E5=88=80=E7=8B=90=E7=8B=B8?= Date: Wed, 20 Jul 2022 09:43:49 +0000 Subject: [PATCH] =?UTF-8?q?update=20PVE=E7=B3=BB=E7=BB=9F=E8=B0=83?= =?UTF-8?q?=E6=95=B4.md.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- PVE系统调整.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/PVE系统调整.md b/PVE系统调整.md index e69de29..2e954d1 100644 --- a/PVE系统调整.md +++ b/PVE系统调整.md @@ -0,0 +1,19 @@ +## 0.必要条件 + +在 PVE 系统调整之前,请确保必要的软件包已经安装完成。 + +```bash +## 同步镜像仓库 +apt update + +## 安装系统软件 +apt install htop lm-sensors neofetch fail2ban vim tmux unattended-upgrades apt-listchanges powermgmt-base + +## 安装网络工具 +apt install iperf iperf3 iftop net-tools ethtool + +## 安装CPU调度调整工具 +apt install cpufrequtils +``` + +本篇教程后续命令,均在 SSH 终端下完成。