摘要: 1. 关闭swap和防火墙 ① ubuntu: # swapoff -a 编辑/etc/fstab,注释掉包含swap的一行即可,重启后永久关闭 # ufw disable ② centos: #systemctl disable firewalld.service #systemctl stop 阅读全文
posted @ 2022-11-06 22:41 斌斌的博客 阅读(58) 评论(0) 推荐(0)