![image.png](/static/img/25526
js macro = "your_macro_name" -- 替换为录制的宏名称(纯英
macro = "your_macro_name" -- 替换为录制的宏名称(纯英
临时关闭防火墙
jssystemctl stop firewalld
systemctl stop firewalld
永久关闭防火墙
jssystemctl disable firewalld
systemctl disable firewalld
jsswapoff -a
swapoff -a
jsvim /etc/fstab # 注释 swap 行
vim /etc/fstab # 注释 swap 行
3.关闭selinux
jssetenforce 0
setenforce 0
4.同步服务器时间
jsyum install ntpdate -t ntpdate -u ntp.aliyun.com
yum install ntpdate -t ntpdate -u ntp.aliyun.com
sqlCREATE TABLE IF NOT EXISTS
CREATE TABLE IF NOT EXISTS
解压openssh-9.5p1.tar.g