You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
699 B

This file contains ambiguous Unicode characters!

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