码迷,mamicode.com
首页 >  
搜索关键字:关闭selinux    ( 915个结果
centos 7 yum 安装mysql 5.6或 5.7
环境为最小化安装初始化环境 yum install -y vim net-tools wget tree lrzsz关闭防火墙systemctl stop firewalld.servicesystemctl disable firewalld.service关闭selinuxsed -i 's/S ...
分类:数据库   时间:2021-06-29 15:18:17    阅读次数:0
centos7无法与主机/外网/局域网互ping——2021-03-30
前言:方案仅供参考,请参考前置条件和问题描述后以实际情况为准; 前置条件:导入centos7后,关闭selinux,关闭防火墙,主机ping通了虚拟机,虚拟机无法ping主机,于是在百度上搜索后一顿操作猛如虎,最后作死了..... 问题描述: 虚拟机导入的centos7默认为nat连接;原本主机能p ...
分类:其他好文   时间:2021-03-31 12:02:40    阅读次数:0
Kubeadm 部署
1.环境如下 主机名 IP 角色 2.部署前准备 1.环境准备,所有节点分别配置。 关闭防火墙: $ systemctl stop firewalld $ systemctl disable firewalld 关闭 selinux: $ sed -i 's/enforcing/disabled/' ...
分类:其他好文   时间:2021-01-20 12:03:09    阅读次数:0
ELK集群搭建(2)
ELK集群配置安装初始化iptables关闭selinux关闭配置hosts解析[root@localhostelasticsearch]#cat/etc/hosts127.0.0.1localhostlocalhost.localdomainlocalhost4localhost4.localdomain4::1localhostlocalhost.localdomainlocalhost6lo
分类:其他好文   时间:2020-12-01 11:46:16    阅读次数:2
ansible自动化安装及部署httpd
实验环境:(开始实验之前,请保证防火墙关闭,selinux关闭,时间同步)ansible:192.168.2.7web1:192.168.2.7web2:192.168.2.17OS:centos7OS:centos7OS:centos7实现功能:(自动化部署两台各自主机命名的httpd服务器)1、使用ansible的playbook实现自动化安装httpd2、建立httpd服务器,要求提供各自基
分类:Web程序   时间:2020-11-26 14:48:24    阅读次数:9
ansible自动化安装及部署httpd
实验环境:(开始实验之前,请保证防火墙关闭,selinux关闭,时间同步)ansible:192.168.2.7web1:192.168.2.7web2:192.168.2.17OS:centos7OS:centos7OS:centos7实现功能:(自动化部署两台各自主机命名的httpd服务器)1、使用ansible的playbook实现自动化安装httpd2、建立httpd服务器,要求提供各自基
分类:Web程序   时间:2020-11-26 14:48:12    阅读次数:11
1+X云计算 应用商城系统(gpmall)-遇到的问题以及解决办法
1+X云计算 应用商城系统(gpmall)-遇到的问题以及解决办法 问题1: 关于网站访问(打不开或者连接不上服务器的问题): 没有关闭selinux和防火墙,是访问不了网站 [root@mall ~]# setenforce 0 [root@mall ~]# getenforce [root@ma ...
分类:其他好文   时间:2020-11-20 11:41:05    阅读次数:5
CentOS 7安装Oracle11g详细步骤
1、安装linux注意事项,swap需要大于4g2、初始化设置修改固定ip地址,可用修改/etc/hosts关闭selinux,修改/etc/selinux/config,SELINUX=enforcing改为SELINUX=disabled关闭防火墙,systemctldisablefirewalld.service,查看状态systemctlstatusfirewalld.service3、配
分类:数据库   时间:2020-10-05 22:00:59    阅读次数:40
CentOS7.6更新python3.8本版
系统环境:CentOS7.6系统状态:关闭selinux、firewalld安装依赖包:[root@rhel7Python-3.8.0]#yuminstallzlib-develbzip2bzip2-develreadline-develsqlitesqlite-developenssl-develxzxz-devellibffi-devel(重启)一、下载python3.8版本[root@rhe
分类:编程语言   时间:2020-09-18 00:48:22    阅读次数:44
Citrix Linux VDA安装
最近又遇到了linuxvda测试的需求,根据官方kb又简单整理了一波安装centos,选择desktop模式,配置网络,修改计算机名关闭防火墙systemctldisablefirewalld.service关闭selinuxvi/etc/selinux/config![](https://s4.51cto.com/images/blog/202009/07/73cc2fae6459a2bdcdc
分类:系统相关   时间:2020-09-17 17:49:11    阅读次数:46
915条   1 2 3 4 ... 92 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!