Archived
适配 trixie 版本
This commit is contained in:
+2
-25
@@ -6,29 +6,6 @@
|
||||
|
||||
关于 [Neovim](https://neovim.io/) 的基础使用方法,请参阅:[Neovim 基础教程](https://cn.bing.com/search?q=Neovim+%E5%9F%BA%E7%A1%80%E6%95%99%E7%A8%8B) 。
|
||||
|
||||
```bash
|
||||
## 同步镜像仓库
|
||||
$ apt update
|
||||
|
||||
## 安装系统软件
|
||||
$ apt install btop lm-sensors tmux neovim unzip unattended-upgrades powermgmt-base sshguard
|
||||
|
||||
## 安装 CPU 调度调整工具
|
||||
$ 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
|
||||
```
|
||||
|
||||
## 1.系统时区
|
||||
|
||||
如果在安装 PVE 系统时选错了时区,导致系统时间和北京时间不一致,可以执行以下命令修正。
|
||||
@@ -339,7 +316,7 @@ $ nvim /etc/apt/apt.conf.d/50unattended-upgrades
|
||||
|
||||
配置文件中,被修改的参数解释如下:
|
||||
|
||||
- 启用了 Debian `bookworm-updates` 相关更新。
|
||||
- 启用了 Debian `trixie-updates` 相关更新。
|
||||
|
||||
- 增加并启用 PVE 自有仓库的更新。
|
||||
|
||||
@@ -370,7 +347,7 @@ $ nvim /etc/apt/apt.conf.d/50unattended-upgrades
|
||||
|
||||
## 按需添加 PVE Ceph 更新项目
|
||||
|
||||
"origin=Proxmox,codename=${distro_codename},label=Proxmox Ceph Debian Repository";
|
||||
"origin=Proxmox,codename=${distro_codename},label=Proxmox Ceph 19 Squid Debian Repository";
|
||||
|
||||
## 在配置文件末尾增加以下配置项,代表启用,并调整参数
|
||||
|
||||
|
||||
Reference in New Issue
Block a user