优化部分文案

This commit is contained in:
CallMeR
2025-08-27 23:18:26 +08:00
parent c1812b2a45
commit ade7a53cad
6 changed files with 27 additions and 46 deletions
+3 -16
View File
@@ -28,7 +28,7 @@ update-alternatives: using /usr/bin/nvim to provide /usr/bin/editor (editor) in
如果在安装 PVE 系统时选错了时区,导致系统时间和北京时间不一致,可以执行以下命令修正。
输出结果如果和北京时间一致,则代表修改正确。
输出结果和北京时间一致,则代表修改正确。
```bash
## 修改系统时区
@@ -130,22 +130,9 @@ analyzing CPU 0:
这里面主要关注两个点:
- driver: `intel_cpufreq``intel_pstate`
- `driver` CPU 调频驱动方案,例如 `intel_cpufreq``intel_pstate`
- current policy: `governor "ondemand"``governor "performance"`
还有另外一个命令可用来显示 CPU 当前调度器。
```bash
## 检查 CPU 当前调度器
$ cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
#### 设备 CPU - J4125 示例输出
performance
#### 设备 CPU - N100 示例输出
performance
```
- `governor` :调频策略中使用的调度器,例如 `performance`
CPU 驱动一般不建议手动调整,而 `governor` 后面的参数表示 CPU 当前调度器设置。