mirror of
https://gitee.com/callmer/pve_toss_notes.git
synced 2026-08-31 05:52:52 +08:00
update PVE系统调整.md.
This commit is contained in:
+19
@@ -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 终端下完成。
|
||||||
|
|||||||
Reference in New Issue
Block a user