Compare commits
No commits in common. '0144d908ffb071109ca9c88e8da0396d4ae1e95c' and '7c9765b8f206c6f54f70b466ea4d76793c8ab7e7' have entirely different histories.
0144d908ff
...
7c9765b8f2
@ -1,13 +0,0 @@ |
||||
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