更新 Proxmox Virtual Environment
parent
5eb39d012a
commit
9740755321
@ -6,3 +6,15 @@ Proxmox Virtual Environment 提供了一个开源且功能强大的虚拟化平
|
||||
|
||||
- [中国科科学技术大学](https://mirrors.ustc.edu.cn/proxmox/iso/)
|
||||
- [清华大学](https://mirrors.tuna.tsinghua.edu.cn/proxmox/iso/)
|
||||
|
||||
# 三、初始配置
|
||||
### 3.1 配置时间和时区
|
||||
```
|
||||
timezonectl -set-timezone Asia/Shanghai
|
||||
|
||||
#安装ntpsec
|
||||
apt install ntpsec
|
||||
#编辑配置文件,注释默认服务器,添加中科院授时中心域名
|
||||
vim /etc/ntpsec/ntp.conf
|
||||
“server ntp.ntsc.ac.cn”
|
||||
```
|
Loading…
x
Reference in New Issue
Block a user