Update README.md

This commit is contained in:
aiminick 2019-06-09 00:45:58 +08:00 committed by GitHub
parent 69b7e313bf
commit ed62b3c50a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 19 additions and 1 deletions

View File

@ -48,7 +48,7 @@
- **时间同步**
系统默认没有启用时间同步"**ntp服务**", 若要启用"**时间同步**"服务, 请行以下命令:
系统默认没有启用时间同步"**ntp服务**", 若要启用"**时间同步**"服务, 请行以下命令:
```
systemctl enable ntp.service && systemctl start ntp.service
@ -818,6 +818,24 @@ dmidecode -t 4
# FAQ (常见问题处理)
### 时间同步
**问题描述:**
系统没有**自动**与时间服务器进行时间同步
**根源:**
系统默认没有启用时间同步"**ntp服务**"
**解决方案:**
启用"**时间同步**"服务, 执行以下命令:
```
systemctl enable ntp.service && systemctl start ntp.service
```
### 中文环境下TTY 无法显示中文字体
**问题描述:**