This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
#IP和端口
10.10.14.210
22
# 用户名与密码
root
DsideaL4r5t6y7u
### 注意以下几点
(1) RockyLinux在安装界面时,可以选择GUI界面,还是Mini安装无GUI界面,需要动手选择好!
(2) 在安装界面上输入密码时,有允许Rocky Linux 9 root用户通过ssh登录的选项,注意选择!
(3) 分区时,先Auto,然后删除掉 /和 /home,然后再进行一遍所有剩余空间到 / 的操作。
### 常用命令
# 临时关闭selinux
setenforce 0
# 永久关闭selinux
vi /etc/sysconfig/selinux
SELINUX=disabled
# 临时关闭防火墙:
systemctl stop firewalld
# 永久关闭防火墙:
systemctl disable firewalld