mirror of
https://gitee.com/callmer/pve_toss_notes.git
synced 2026-08-31 22:12:51 +08:00
适配 trixie 版本
This commit is contained in:
+2
-2
@@ -160,7 +160,7 @@ $ apt full-upgrade
|
|||||||
$ apt update
|
$ apt update
|
||||||
|
|
||||||
## 安装系统软件
|
## 安装系统软件
|
||||||
$ apt install btop lm-sensors tmux neovim unzip unattended-upgrades powermgmt-base sshguard
|
$ apt install btop lm-sensors curl tmux neovim unzip unattended-upgrades powermgmt-base sshguard
|
||||||
|
|
||||||
## 安装 CPU 调度调整工具
|
## 安装 CPU 调度调整工具
|
||||||
$ apt install linux-cpupower
|
$ apt install linux-cpupower
|
||||||
@@ -194,7 +194,7 @@ $ journalctl --update-catalog
|
|||||||
|系统|作用|说明|
|
|系统|作用|说明|
|
||||||
|--|--|--|
|
|--|--|--|
|
||||||
|RouterOS|主路由|PPPoE 拨号上网|
|
|RouterOS|主路由|PPPoE 拨号上网|
|
||||||
|Debian12|Linux 服务器|内网 DNS 服务器|
|
|Debian|Linux 服务器|内网 DNS 服务器|
|
||||||
|OpenWrt|旁路由|内网插件服务|
|
|OpenWrt|旁路由|内网插件服务|
|
||||||
|
|
||||||
根据 **内部网络地址** 规划,PVE IP 地址规划如下。
|
根据 **内部网络地址** 规划,PVE IP 地址规划如下。
|
||||||
|
|||||||
+5
-5
@@ -110,7 +110,7 @@ analyzing CPU 0:
|
|||||||
Supported: yes
|
Supported: yes
|
||||||
Active: yes
|
Active: yes
|
||||||
|
|
||||||
#### 设备 CPU - N6005 示例输出
|
#### 设备 CPU - N100 示例输出
|
||||||
analyzing CPU 0:
|
analyzing CPU 0:
|
||||||
driver: intel_pstate
|
driver: intel_pstate
|
||||||
CPUs which run at the same hardware frequency: 0
|
CPUs which run at the same hardware frequency: 0
|
||||||
@@ -143,7 +143,7 @@ $ cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
|
|||||||
#### 设备 CPU - J4125 示例输出
|
#### 设备 CPU - J4125 示例输出
|
||||||
performance
|
performance
|
||||||
|
|
||||||
#### 设备 CPU - N6005 示例输出
|
#### 设备 CPU - N100 示例输出
|
||||||
performance
|
performance
|
||||||
```
|
```
|
||||||
|
|
||||||
@@ -158,7 +158,7 @@ $ cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_available_governors
|
|||||||
#### 设备 CPU - J4125 示例输出
|
#### 设备 CPU - J4125 示例输出
|
||||||
conservative ondemand userspace powersave performance schedutil
|
conservative ondemand userspace powersave performance schedutil
|
||||||
|
|
||||||
#### 设备 CPU - N6005 示例输出
|
#### 设备 CPU - N100 示例输出
|
||||||
performance powersave
|
performance powersave
|
||||||
```
|
```
|
||||||
|
|
||||||
@@ -506,7 +506,7 @@ PVE 服务器重启完成后,再次使用终端工具登录,并执行以下
|
|||||||
## 检查系统硬件直通状态
|
## 检查系统硬件直通状态
|
||||||
$ dmesg | grep -e DMAR -e IOMMU -e AMD-Vi
|
$ dmesg | grep -e DMAR -e IOMMU -e AMD-Vi
|
||||||
|
|
||||||
#### 设备 CPU - N6005 示例输出
|
#### 设备 CPU - N100 示例输出
|
||||||
[ 0.017937] ACPI: DMAR 0x00000000746C2000 000088 (v02 INTEL EDK2 00000002 01000013)
|
[ 0.017937] ACPI: DMAR 0x00000000746C2000 000088 (v02 INTEL EDK2 00000002 01000013)
|
||||||
[ 0.017965] ACPI: Reserving DMAR table memory at [mem 0x746c2000-0x746c2087]
|
[ 0.017965] ACPI: Reserving DMAR table memory at [mem 0x746c2000-0x746c2087]
|
||||||
[ 0.047812] DMAR: IOMMU enabled
|
[ 0.047812] DMAR: IOMMU enabled
|
||||||
@@ -544,7 +544,7 @@ $ dmesg | grep -e DMAR -e IOMMU -e AMD-Vi
|
|||||||
## 检查 IOMMU group
|
## 检查 IOMMU group
|
||||||
$ find /sys/kernel/iommu_groups/ -type l
|
$ find /sys/kernel/iommu_groups/ -type l
|
||||||
|
|
||||||
#### 设备 CPU - N6005 示例输出
|
#### 设备 CPU - N100 示例输出
|
||||||
/sys/kernel/iommu_groups/7/devices/0000:00:1c.4
|
/sys/kernel/iommu_groups/7/devices/0000:00:1c.4
|
||||||
/sys/kernel/iommu_groups/15/devices/0000:04:00.0
|
/sys/kernel/iommu_groups/15/devices/0000:04:00.0
|
||||||
/sys/kernel/iommu_groups/5/devices/0000:00:17.0
|
/sys/kernel/iommu_groups/5/devices/0000:00:17.0
|
||||||
|
|||||||
+1
-1
@@ -105,7 +105,7 @@ $ sudo apt full-upgrade
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
## 安装系统软件
|
## 安装系统软件
|
||||||
$ sudo apt install qemu-guest-agent btop tmux logrotate cron neovim zsh git
|
$ sudo apt install qemu-guest-agent btop curl tmux logrotate cron neovim zsh git
|
||||||
|
|
||||||
## 安装系统自动更新工具
|
## 安装系统自动更新工具
|
||||||
$ sudo apt install unattended-upgrades powermgmt-base python3-gi
|
$ sudo apt install unattended-upgrades powermgmt-base python3-gi
|
||||||
|
|||||||
+1
-1
@@ -122,7 +122,7 @@ $ sudo apt full-upgrade
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
## 安装系统软件
|
## 安装系统软件
|
||||||
$ sudo apt install qemu-guest-agent btop tmux logrotate cron neovim zsh git
|
$ sudo apt install qemu-guest-agent btop curl tmux logrotate cron neovim zsh git
|
||||||
|
|
||||||
## 安装系统自动更新工具
|
## 安装系统自动更新工具
|
||||||
$ sudo apt install unattended-upgrades powermgmt-base python3-gi
|
$ sudo apt install unattended-upgrades powermgmt-base python3-gi
|
||||||
|
|||||||
Reference in New Issue
Block a user