Java知识分享网 - 轻松学习从此开始!    

Java知识分享网

        
AI编程,程序员挑战年入30~100万高级指南 - 职业规划
SpringBoot+SpringSecurity+Vue权限系统高级实战课程        

IDEA永久激活

Java微信小程序电商实战课程(SpringBoot+VUe)

     

AI人工智能学习大礼包

     

PyCharm永久激活

66套java实战课程无套路领取

     

Cursor+Claude AI编程 1天快速上手视频教程

     

Linux+7平台下Oracle19C+standalone数据库安装文档 PDF 下载


时间:2021-08-15 09:43来源:http://www.java1234.com 作者:转载  侵权举报
Linux+7平台下Oracle19C+standalone数据库安装文档 PDF 下载
失效链接处理
 Linux+7平台下Oracle19C+standalone数据库安装文档 PDF 下载


本站整理下载:
提取码:6tjn 
 
 
相关截图:
 
主要内容:

3.2.2 禁用设置
3.2.2.1 防火墙、 NetworkManager
3.2.2.1.1 检查状态
[root@crmcdb ~]# systemctl status firewalld
3.2.2.1.2 关闭防火墙-重启
[root@crmcdb ~]# systemctl disable firewalld
3.2.2.1.3 关闭防火墙-即时生效
[root@crmcdb ~]# systemctl stop firewalld
3.2.2.1.4 检查状态
[root@crmcdb ~]# systemctl status firewalld
3.2.2.2 禁用 selinux
[root@crmcdb ~]# vi /etc/selinux/config
# This file controls the state of SELinux on the system.
# SELINUX= can take one of these three values:
# enforcing - SELinux security policy is enforced.
# permissive - SELinux prints warnings instead of enforcing.
# disabled - No SELinux policy is loaded.
SELINUX= disabled
# SELINUXTYPE= can take one of three two values:
# targeted - Targeted processes are protected,
# minimum - Modification of targeted policy. Only selected processes are protected.
# mls - Multi Level Security protection.
SELINUXTYPE=targeted

 

------分隔线----------------------------


锋哥推荐