更新软件包描述

This commit is contained in:
CallMeR
2025-03-16 22:51:48 +08:00
parent 1606e0c74b
commit b5a44c52b2
4 changed files with 21 additions and 15 deletions
+4 -4
View File
@@ -126,17 +126,17 @@ $ sudo apt full-upgrade
```bash
## 安装系统软件
$ sudo apt install qemu-guest-agent zsh git btop tmux logrotate cron nftables sshguard neovim
$ sudo apt install qemu-guest-agent zsh git btop tmux logrotate cron nftables sshguard neovim lsof knot-dnsutils dnsmasq conntrack
## 安装系统自动更新工具
$ sudo apt install unattended-upgrades powermgmt-base python3-gi
## 安装网络工具
$ sudo apt install iperf iperf3 iftop lsof knot-dnsutils dnsmasq conntrack
## 安装 TS
$ sudo apt install tailscale
## 安装网络工具(可选)
$ sudo apt install iftop iperf3 iperf
## 写入磁盘
$ sudo sync
```