To stop Network Manger ( for example then using pacemaker cluster) execute as root:
# service NetworkManager stop
To prevent Network Manager Service from starting at boot execute as root:
# chkconfig NetworkManager off
Keep in mind that you now need to manually configure your network interfaces.
Provided by:Forthscale systems, cloud experts
Showing posts with label howto. Show all posts
Showing posts with label howto. Show all posts
Thursday, November 28, 2013
Wednesday, November 27, 2013
How to turn off SELINUX in Red - Hat based distributions including CentOS, Oracle Linux and Fedora?
To check if SELinux is running execute following command:
# getenforce
To disable it, execute the following command:
# setenforce Permissive
This will put selinux in a passive (allow all) mode and last until the machine is rebooted.
To permanently disable it, change SELINUX= line in: /etc/sysconfig/selinux.
Provided by:Forthscale systems, cloud experts
Subscribe to:
Posts (Atom)
2026. What I Actually Do Now
It’s been over 20 years of on-and-off dumping into this blog. 27 and going years in tech, more than 10 years around AI, going back to Heili ...
-
Following information is intended for bash shell only. The system variable TMOUT can be set to specify the amount of time the user is ina...
-
Amazon Elastic File System (Amazon EFS) is a scalable file storage for EC2 and services that run on EC2 (for example Kubernetes clusters). ...
-
To this day (8/8/2019) Terraform is not packaged in an official apt repository. There is an option to install it with Snap but be careful ...