mirror of
https://gitee.com/callmer/pve_toss_notes.git
synced 2026-08-31 05:52:52 +08:00
优化部分文案
This commit is contained in:
+2
-4
@@ -23,7 +23,7 @@
|
||||
|
||||
### 1.1.配置 SSH
|
||||
|
||||
与配置内网 DNS 服务器时一样,首先需要调整系统的 SSH 登录权限参数。
|
||||
与配置 Debian 模板虚拟机时一样,首先需要调整系统的 SSH 登录权限参数。
|
||||
|
||||
在虚拟机的命令行界面,使用 `vim` 编辑器编辑 `sshd` 服务的配置文件,执行以下命令。
|
||||
|
||||
@@ -375,8 +375,6 @@ APT::Periodic::CleanInterval "1";
|
||||
$ sudo editor /etc/apt/apt.conf.d/50unattended-upgrades
|
||||
```
|
||||
|
||||
根据 “注释” 中相关说明,调整配置文件。
|
||||
|
||||
因为该配置文件很长,完整的配置文件可查看 [debian_ts_50unattended_upgrades.conf](./src/debian/debian_ts_50unattended_upgrades.conf) 以便对比。
|
||||
|
||||
```bash
|
||||
@@ -404,7 +402,7 @@ Unattended-Upgrade::Automatic-Reboot-Time "13:00";
|
||||
|
||||
```
|
||||
|
||||
系统自动更新配置文件修改完成后,需要重设自动更新定时器,执行以下命令。
|
||||
系统自动更新配置文件修改完成后,需调整自动更新定时器,执行以下命令。
|
||||
|
||||
```bash
|
||||
## 配置系统定时器
|
||||
|
||||
Reference in New Issue
Block a user