优化软件包顺序

This commit is contained in:
CallMeR
2026-08-16 18:50:08 +08:00
parent 0d97a04ea9
commit e87732ed00
3 changed files with 10 additions and 10 deletions
+2 -2
View File
@@ -160,7 +160,7 @@ $ apt full-upgrade
$ apt update
## 安装系统软件
$ apt install btop lm-sensors curl tmux neovim unattended-upgrades powermgmt-base sshguard knot-dnsutils
$ apt install btop curl knot-dnsutils lm-sensors neovim powermgmt-base unattended-upgrades sshguard tmux
## 安装 CPU 调度调整工具
$ apt install linux-cpupower
@@ -172,7 +172,7 @@ $ update-pciids
$ apt install openvswitch-switch
## 安装网络检测工具(可选)
$ apt install iftop iperf3 iperf
$ apt install iftop iperf iperf3
## 根据 CPU 厂商安装 CPU 微码工具(可选,现已默认安装)
$ apt install intel-microcode (amd64-microcode)
+4 -4
View File
@@ -100,16 +100,16 @@ $ sudo apt full-upgrade
```bash
## 安装系统软件
$ sudo apt install qemu-guest-agent btop curl tmux logrotate cronie neovim zsh git
$ sudo apt install btop cronie curl git logrotate neovim qemu-guest-agent tmux zsh
## 安装系统自动更新工具
$ sudo apt install unattended-upgrades powermgmt-base
$ sudo apt install powermgmt-base unattended-upgrades
## 安装网络工具
$ sudo apt install nftables sshguard lsof knot-dnsutils
$ sudo apt install knot-dnsutils lsof nftables sshguard
## 安装网络检测工具(可选)
$ sudo apt install iftop iperf3 iperf
$ sudo apt install iftop iperf iperf3
## 刷新 systemd 日志分类索引
$ sudo journalctl --update-catalog
+4 -4
View File
@@ -103,19 +103,19 @@ $ sudo apt full-upgrade
```bash
## 安装系统软件
$ sudo apt install qemu-guest-agent btop curl tmux logrotate cronie neovim zsh git
$ sudo apt install btop cronie curl git logrotate neovim qemu-guest-agent tmux zsh
## 安装系统自动更新工具
$ sudo apt install unattended-upgrades powermgmt-base
$ sudo apt install powermgmt-base unattended-upgrades
## 安装网络工具
$ sudo apt install nftables sshguard lsof knot-dnsutils ethtool dnsmasq conntrack networkd-dispatcher
$ sudo apt install conntrack dnsmasq ethtool knot-dnsutils lsof networkd-dispatcher nftables sshguard
## 安装 TS
$ curl -fsSL https://tailscale.com/install.sh | sh
## 安装网络检测工具(可选)
$ sudo apt install iftop iperf3 iperf
$ sudo apt install iftop iperf iperf3
## 刷新 systemd 日志分类索引
$ sudo journalctl --update-catalog