-
selinux 优化
vi /etc/selinux/configSELINUX=disabled 关闭selinux需要重启生效- sestatus -v 查看selinux状态
-
防火墙优化
- systemctl stop firewalld 关闭防火墙
- systemctl disabled firewalld 禁止防火墙服务开机自启动。
-
自启动服务优化
- systemctl list-unit-files | grep enable 查看自启动服务禁用自启动服务
- systemctl stop bluetooth
- systemctl disable bluetooth 禁止蓝牙服务自启动。
- systemctl list-unit-files | grep enable 查看自启动服务
相关文章
- 07-13枚举类基本教程
- 07-13Spark性能优化(基于Spark 1.x)
- 07-13ZYNQ生成一个工程的基本步骤
- 07-13QT学习 - 基本窗口部件 (代码实现)
- 07-13操作系统实验00——基本概念
- 07-13【优化求解】模拟退火遗传实现带时间窗的车辆路径规划问题
- 07-13线性基基本操作于模板
- 07-133种vue路由传参的基本模式
- 07-131.git使用入门之基本的更新提交操作
- 07-13git GUI和git Bash客户端的基本使用(服务器非GitHub)