parent
94c6303b5c
commit
6718790667
@ -1,4 +1,12 @@ |
||||
> 1.Vultr 的 CentOS 是默认开启防火墙的 关闭防火墙 : `systemctl stop firewalld; systemctl disable firewalld` |
||||
> 2 更新服务器时间 rm -rf /etc/localtime |
||||
1.Vultr 的 CentOS 是默认开启防火墙的 关闭防火墙 |
||||
``` |
||||
systemctl stop firewalld; systemctl disable firewalld |
||||
|
||||
```` |
||||
2.更新服务器时间 |
||||
``` |
||||
rm -rf /etc/localtime |
||||
ln -s /usr/share/zoneinfo/Asia/Shanghai /etc/localtime |
||||
date |
||||
|
||||
``` |
Loading…
Reference in new issue