Archived
Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c384d28039 | ||
|
|
8da8fea50c | ||
|
|
d71720766c |
+4
-2
@@ -47,8 +47,6 @@ cat /etc/apt/sources.list
|
|||||||
如果希望能更新 CPU 的 `microcode` ,则需要手动添加镜像的 `non-free` 参数,完整系统源示例如下:
|
如果希望能更新 CPU 的 `microcode` ,则需要手动添加镜像的 `non-free` 参数,完整系统源示例如下:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
## 输出内容参考:
|
|
||||||
|
|
||||||
deb https://mirrors.ustc.edu.cn/debian bullseye main contrib non-free
|
deb https://mirrors.ustc.edu.cn/debian bullseye main contrib non-free
|
||||||
|
|
||||||
deb https://mirrors.ustc.edu.cn/debian bullseye-updates main contrib non-free
|
deb https://mirrors.ustc.edu.cn/debian bullseye-updates main contrib non-free
|
||||||
@@ -178,6 +176,10 @@ apt install cpufrequtils
|
|||||||
|
|
||||||
## 根据CPU厂商安装CPU微码工具
|
## 根据CPU厂商安装CPU微码工具
|
||||||
apt install intel-microcode (amd64-microcode)
|
apt install intel-microcode (amd64-microcode)
|
||||||
|
|
||||||
|
## 更新 PCI 数据库
|
||||||
|
update-pciids
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
其中 `unattended-upgrades` 为系统自动更新服务,后续会对其进行配置。
|
其中 `unattended-upgrades` 为系统自动更新服务,后续会对其进行配置。
|
||||||
|
|||||||
@@ -19,6 +19,10 @@ apt install cpufrequtils
|
|||||||
|
|
||||||
## 根据CPU厂商安装CPU微码工具
|
## 根据CPU厂商安装CPU微码工具
|
||||||
apt install intel-microcode (amd64-microcode)
|
apt install intel-microcode (amd64-microcode)
|
||||||
|
|
||||||
|
## 更新 PCI 数据库
|
||||||
|
update-pciids
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
本文后续命令,均在 SSH 终端下完成。
|
本文后续命令,均在 SSH 终端下完成。
|
||||||
|
|||||||
Reference in New Issue
Block a user