linux 基本优化

Posted IT小学生

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了linux 基本优化相关的知识,希望对你有一定的参考价值。

  • selinux 优化

             vi /etc/selinux/config
             SELINUX=disabled   关闭selinux
             需要重启生效
    • sestatus -v    查看selinux状态
  • 防火墙优化

    • systemctl stop firewalld             关闭防火墙
    • systemctl disabled firewalld       禁止防火墙服务开机自启动。
  • 自启动服务优化

    • systemctl list-unit-files | grep enable    查看自启动服务
      禁用自启动服务
      • systemctl stop bluetooth
      • systemctl disable bluetooth    禁止蓝牙服务自启动。

以上是关于linux 基本优化的主要内容,如果未能解决你的问题,请参考以下文章

Linux基本优化

linux 基本优化

linux的基本优化

linux的基本优化

linux 系统基本优化

Linux基本优化