mirror of
https://gitee.com/callmer/pve_toss_notes.git
synced 2026-08-31 05:52:52 +08:00
优化软件包顺序
This commit is contained in:
+4
-4
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user