更新 Proxmox Virtual Environment
parent
5eb39d012a
commit
9740755321
@ -5,4 +5,16 @@ Proxmox Virtual Environment 提供了一个开源且功能强大的虚拟化平
|
|||||||
从国内镜像站点下载iso,然后通过U盘安装到硬件或者虚拟机中。
|
从国内镜像站点下载iso,然后通过U盘安装到硬件或者虚拟机中。
|
||||||
|
|
||||||
- [中国科科学技术大学](https://mirrors.ustc.edu.cn/proxmox/iso/)
|
- [中国科科学技术大学](https://mirrors.ustc.edu.cn/proxmox/iso/)
|
||||||
- [清华大学](https://mirrors.tuna.tsinghua.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