How To disable SELinux with sed

** RHEL ( CentOS ) 6, 7, 8 ** ``` sed -i --follow-symlinks 's/^SELINUX=.*/SELINUX=disabled/g' /etc/sysconfig/selinux && cat /etc/sysconfig/selinux ```

New Telegram Channel - PoSTLiST UK

We created **PoSTLiST UK** on the best chat app concerning privacy, **Telegram** You can subscribe on our channel here - [https://t.me/PoSTLiSTuk](https://t.me/PoSTLiSTuk)

How to write post

You can use the following approach: To create a heading like ### Title ### Use ``` ### Title ### ``` For numbered list: Numbered list: 1. Number 1 2. Number 2 3. etc Use ``` Numbered list: 1. Number 1 2. Number 2 3. etc ``` ...

Tips

Follow blog section for recent announcements