Archived
更新软件包描述
This commit is contained in:
+2
-2
@@ -164,7 +164,7 @@ $ apt full-upgrade
|
|||||||
$ apt update
|
$ apt update
|
||||||
|
|
||||||
## 安装系统软件
|
## 安装系统软件
|
||||||
$ apt install btop lm-sensors unzip neovim tmux sshguard unattended-upgrades powermgmt-base
|
$ apt install btop lm-sensors tmux neovim unzip unattended-upgrades powermgmt-base sshguard
|
||||||
|
|
||||||
## 安装 CPU 调度调整工具
|
## 安装 CPU 调度调整工具
|
||||||
$ apt install linux-cpupower
|
$ apt install linux-cpupower
|
||||||
@@ -175,7 +175,7 @@ $ apt install intel-microcode (amd64-microcode)
|
|||||||
## 安装 Open vSwitch(可选)
|
## 安装 Open vSwitch(可选)
|
||||||
$ apt install openvswitch-switch
|
$ apt install openvswitch-switch
|
||||||
|
|
||||||
## 安装网络工具(可选)
|
## 安装网络检测工具(可选)
|
||||||
$ apt install iftop iperf3 iperf
|
$ apt install iftop iperf3 iperf
|
||||||
|
|
||||||
## 更新 PCI 数据库
|
## 更新 PCI 数据库
|
||||||
|
|||||||
+2
-2
@@ -11,7 +11,7 @@
|
|||||||
$ apt update
|
$ apt update
|
||||||
|
|
||||||
## 安装系统软件
|
## 安装系统软件
|
||||||
$ apt install btop lm-sensors unzip neovim tmux sshguard unattended-upgrades powermgmt-base
|
$ apt install btop lm-sensors tmux neovim unzip unattended-upgrades powermgmt-base sshguard
|
||||||
|
|
||||||
## 安装 CPU 调度调整工具
|
## 安装 CPU 调度调整工具
|
||||||
$ apt install linux-cpupower
|
$ apt install linux-cpupower
|
||||||
@@ -22,7 +22,7 @@ $ apt install intel-microcode (amd64-microcode)
|
|||||||
## 安装 Open vSwitch(可选)
|
## 安装 Open vSwitch(可选)
|
||||||
$ apt install openvswitch-switch
|
$ apt install openvswitch-switch
|
||||||
|
|
||||||
## 安装网络工具(可选)
|
## 安装网络检测工具(可选)
|
||||||
$ apt install iftop iperf3 iperf
|
$ apt install iftop iperf3 iperf
|
||||||
|
|
||||||
## 更新 PCI 数据库
|
## 更新 PCI 数据库
|
||||||
|
|||||||
+5
-2
@@ -155,12 +155,15 @@ $ sudo apt full-upgrade
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
## 安装系统软件
|
## 安装系统软件
|
||||||
$ sudo apt install qemu-guest-agent zsh git btop tmux logrotate cron nftables sshguard neovim lsof knot-dnsutils
|
$ sudo apt install qemu-guest-agent btop tmux logrotate cron neovim zsh git
|
||||||
|
|
||||||
## 安装系统自动更新工具
|
## 安装系统自动更新工具
|
||||||
$ sudo apt install unattended-upgrades powermgmt-base python3-gi
|
$ sudo apt install unattended-upgrades powermgmt-base python3-gi
|
||||||
|
|
||||||
## 安装网络工具(可选)
|
## 安装网络工具
|
||||||
|
$ sudo apt install nftables sshguard lsof knot-dnsutils
|
||||||
|
|
||||||
|
## 安装网络检测工具(可选)
|
||||||
$ sudo apt install iftop iperf3 iperf
|
$ sudo apt install iftop iperf3 iperf
|
||||||
|
|
||||||
## 写入磁盘
|
## 写入磁盘
|
||||||
|
|||||||
+5
-2
@@ -126,15 +126,18 @@ $ sudo apt full-upgrade
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
## 安装系统软件
|
## 安装系统软件
|
||||||
$ sudo apt install qemu-guest-agent zsh git btop tmux logrotate cron nftables sshguard neovim lsof knot-dnsutils dnsmasq conntrack
|
$ sudo apt install qemu-guest-agent btop tmux logrotate cron neovim zsh git
|
||||||
|
|
||||||
## 安装系统自动更新工具
|
## 安装系统自动更新工具
|
||||||
$ sudo apt install unattended-upgrades powermgmt-base python3-gi
|
$ sudo apt install unattended-upgrades powermgmt-base python3-gi
|
||||||
|
|
||||||
|
## 安装网络工具
|
||||||
|
$ sudo apt install dnsmasq conntrack nftables sshguard lsof knot-dnsutils
|
||||||
|
|
||||||
## 安装 TS
|
## 安装 TS
|
||||||
$ sudo apt install tailscale
|
$ sudo apt install tailscale
|
||||||
|
|
||||||
## 安装网络工具(可选)
|
## 安装网络检测工具(可选)
|
||||||
$ sudo apt install iftop iperf3 iperf
|
$ sudo apt install iftop iperf3 iperf
|
||||||
|
|
||||||
## 写入磁盘
|
## 写入磁盘
|
||||||
|
|||||||
Reference in New Issue
Block a user