mirror of
https://gitee.com/callmer/pve_toss_notes.git
synced 2026-08-31 22:12:51 +08:00
更新 PVE 制作虚拟机模板
This commit is contained in:
+4
-7
@@ -36,12 +36,12 @@ timedatectl set-timezone Asia/Shanghai
|
||||
|
||||
## 检查系统时间
|
||||
date -R
|
||||
```
|
||||
|
||||
参考输出
|
||||
|
||||
## 参考输出
|
||||
|
||||
```
|
||||
Sun, 25 Jun 2023 12:12:12 +0800
|
||||
|
||||
```
|
||||
|
||||
Debian 系统常用 `systemd-timesyncd.service` 来同步时间,而 PVE 系统使用 `chrony.service` 来同步时间。
|
||||
@@ -81,14 +81,11 @@ chronyc sources -V
|
||||
|
||||
如果输出以下类似内容,则表示系统 NTP 服务器设置正确。
|
||||
|
||||
```bash
|
||||
## NTP 服务示例输出
|
||||
|
||||
```
|
||||
MS Name/IP address Stratum Poll Reach LastRx Last sample
|
||||
===============================================================================
|
||||
^+ 106.55.184.199 2 6 17 11 +752us[ +273us] +/- 40ms
|
||||
^* 203.107.6.88 2 6 17 11 -1868us[-2348us] +/- 17ms
|
||||
|
||||
```
|
||||
|
||||
## 2. CPU 调度器
|
||||
|
||||
Reference in New Issue
Block a user