mirror of
https://gitee.com/callmer/pve_toss_notes.git
synced 2026-08-31 14:02:53 +08:00
更新软件包描述
This commit is contained in:
+7
-4
@@ -164,10 +164,7 @@ $ apt full-upgrade
|
||||
$ apt update
|
||||
|
||||
## 安装系统软件
|
||||
$ apt install btop lm-sensors unzip neovim tmux unattended-upgrades powermgmt-base
|
||||
|
||||
## 安装网络工具
|
||||
$ apt install iperf iperf3 iftop sshguard openvswitch-switch
|
||||
$ apt install btop lm-sensors unzip neovim tmux sshguard unattended-upgrades powermgmt-base
|
||||
|
||||
## 安装 CPU 调度调整工具
|
||||
$ apt install linux-cpupower
|
||||
@@ -175,6 +172,12 @@ $ apt install linux-cpupower
|
||||
## 根据 CPU 厂商安装 CPU 微码工具
|
||||
$ apt install intel-microcode (amd64-microcode)
|
||||
|
||||
## 安装 Open vSwitch(可选)
|
||||
$ apt install openvswitch-switch
|
||||
|
||||
## 安装网络工具(可选)
|
||||
$ apt install iftop iperf3 iperf
|
||||
|
||||
## 更新 PCI 数据库
|
||||
$ update-pciids
|
||||
```
|
||||
|
||||
+7
-4
@@ -11,10 +11,7 @@
|
||||
$ apt update
|
||||
|
||||
## 安装系统软件
|
||||
$ apt install btop lm-sensors unzip neovim tmux unattended-upgrades powermgmt-base
|
||||
|
||||
## 安装网络工具
|
||||
$ apt install iperf iperf3 iftop sshguard openvswitch-switch
|
||||
$ apt install btop lm-sensors unzip neovim tmux sshguard unattended-upgrades powermgmt-base
|
||||
|
||||
## 安装 CPU 调度调整工具
|
||||
$ apt install linux-cpupower
|
||||
@@ -22,6 +19,12 @@ $ apt install linux-cpupower
|
||||
## 根据 CPU 厂商安装 CPU 微码工具
|
||||
$ apt install intel-microcode (amd64-microcode)
|
||||
|
||||
## 安装 Open vSwitch(可选)
|
||||
$ apt install openvswitch-switch
|
||||
|
||||
## 安装网络工具(可选)
|
||||
$ apt install iftop iperf3 iperf
|
||||
|
||||
## 更新 PCI 数据库
|
||||
$ update-pciids
|
||||
```
|
||||
|
||||
+3
-3
@@ -155,13 +155,13 @@ $ 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
|
||||
|
||||
## 安装系统自动更新工具
|
||||
$ sudo apt install unattended-upgrades powermgmt-base python3-gi
|
||||
|
||||
## 安装网络工具
|
||||
$ sudo apt install iperf iperf3 iftop lsof knot-dnsutils
|
||||
## 安装网络工具(可选)
|
||||
$ sudo apt install iftop iperf3 iperf
|
||||
|
||||
## 写入磁盘
|
||||
$ sudo sync
|
||||
|
||||
+4
-4
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user