Disbale SELinux on CentOS

Sometimes you want to disbale SELinux on your CentOS machine, here is how:
[sourcecode language="text"]
Edit /etc/sysconfig/selinux  and change SELINUX=disabled
[/sourcecode]

After you disable SELinux, you need reboot your system to make it take effect.

No comments:

Post a Comment

Datatable static image not found on the server

When you use ```datatables.min.css``` and ```datatables.min.js``` locally, instead of datatables CDN, you may have encountered that ```sort...