Archived
优化文案描述 & 新增 TS UDP 优化
This commit is contained in:
+7
-7
@@ -162,7 +162,7 @@ performance powersave
|
||||
$ editor /etc/default/cpupower
|
||||
```
|
||||
|
||||
在配置文件中修改以下配置项,并保存。
|
||||
在配置文件中输入以下内容,并保存。
|
||||
|
||||
```bash
|
||||
# This configuration file is customized by fox,
|
||||
@@ -180,7 +180,7 @@ CPUPOWER_STOP_OPTS="frequency-set -g performance"
|
||||
$ editor /etc/systemd/system/cpupower.service
|
||||
```
|
||||
|
||||
在服务配置文件中修改以下配置项,并保存。
|
||||
在服务配置文件中输入以下内容,并保存。
|
||||
|
||||
```bash
|
||||
# This configuration file is customized by fox,
|
||||
@@ -243,7 +243,7 @@ $ crontab -l
|
||||
$ crontab -e
|
||||
```
|
||||
|
||||
在配置文件末尾,增加以下配置项。
|
||||
在配置文件末尾,增加以下内容。
|
||||
|
||||
```bash
|
||||
## 定时任务配置项
|
||||
@@ -299,7 +299,7 @@ $ cd /etc/apt/apt.conf.d
|
||||
$ editor /etc/apt/apt.conf.d/20auto-upgrades
|
||||
```
|
||||
|
||||
删除里面全部内容,添加以下配置项,并保存。
|
||||
清空当前全部配置项后,输入以下内容,并保存。
|
||||
|
||||
配置文件中,用来控制更新周期的参数为 `APT::Periodic::Unattended-Upgrade` ,`5` 表示更新周期为 `5` 天。
|
||||
|
||||
@@ -355,7 +355,7 @@ $ editor /etc/apt/apt.conf.d/50unattended-upgrades
|
||||
|
||||
"origin=Proxmox,codename=${distro_codename},label=Proxmox Ceph 19 Squid Debian Repository";
|
||||
|
||||
## 在配置文件末尾增加以下配置项,代表启用,并调整参数
|
||||
## 在配置文件末尾增加以下内容,代表启用,并调整参数
|
||||
|
||||
Unattended-Upgrade::AutoFixInterruptedDpkg "true";
|
||||
|
||||
@@ -382,7 +382,7 @@ Unattended-Upgrade::Automatic-Reboot-Time "02:30";
|
||||
$ systemctl edit apt-daily-upgrade.timer
|
||||
```
|
||||
|
||||
根据配置文件中的提示,在中间空白处填入以下配置项。
|
||||
根据配置文件中的提示,在中间空白处填入以下内容。
|
||||
|
||||
```bash
|
||||
## 定时器配置项
|
||||
@@ -464,7 +464,7 @@ $ update-grub
|
||||
$ editor /etc/modules-load.d/10-server-modules.conf
|
||||
```
|
||||
|
||||
在配置文件中添加以下配置项,并保存。
|
||||
在配置文件中输入以下内容,并保存。
|
||||
|
||||
```bash
|
||||
# This configuration file is customized by fox,
|
||||
|
||||
Reference in New Issue
Block a user