码迷,mamicode.com
首页 >  
搜索关键字:selinux 禁用后    ( 2962个结果
nginx之旅第一篇:nginx下载安装、nginx配置文件详解、nginx默认网站
一、nginx下载安装 版本nginx 1.15.5 系统环境centos7.5(本机ip192.168.199.228) 关闭selinux 和防火墙firewall 1、下载 wget http://nginx.org/download/nginx-1.15.5.tar.gz -P /usr/s ...
分类:Web程序   时间:2019-12-15 23:50:48    阅读次数:122
Centos7.x部署SeaFile私有网盘
1.安装依赖环境 yum y install wge gcc c++ .......... 2.关闭Firewalld防火墙和SElinux systemctl stop firewalld systemct disable firewalld cd /etc/selinux/config 把ena ...
分类:其他好文   时间:2019-12-15 18:49:33    阅读次数:116
Oracle-安装
一、关闭防火墙 (1)[root@oracle ~]# vim /etc/selinux/config [root@oracle ~]# setenforce 0 [root@oracle ~]# getenforce (2)[root@oracle ~]# systemctl stop firew ...
分类:数据库   时间:2019-12-15 01:14:59    阅读次数:144
salt-api 获取服务器信息,minion批量执行cmd命令
import requests import json try: import cookielib except: import http.cookiejar as cookielib # 使用urllib2请求https出错,做的设置 import ssl context = ssl._creat ...
分类:Windows程序   时间:2019-12-13 23:20:48    阅读次数:231
centos基本信息和ssh
欧气dsfkj 博客园 首页 新随笔 联系 订阅 管理 随笔 - 1 文章 - 0 评论 - 0 基于CentOS7.7的实践 安装docker [root@MiWiFi-R1CM-srv ~]# sed -i.bak '/SELINUX/s/enforcing/disabled/g' /etc/s ...
分类:其他好文   时间:2019-12-13 14:01:39    阅读次数:146
启动时,同时进入容器 -it 可交互终端
[root@MiWiFi-R1CM-srv ~]# sed -i.bak '/SELINUX/s/enforcing/disabled/g' /etc/selinux/config #养成习惯,遇到要该重要文件时一定要进行备份 [root@MiWiFi-R1CM-srv ~]# cat /etc/s ...
分类:其他好文   时间:2019-12-13 13:47:25    阅读次数:92
MySQL使用简单教程
[root@MiWiFi-R1CM-srv ~]# sed -i.bak '/SELINUX/s/enforcing/disabled/g' /etc/selinux/config #养成习惯,遇到要该重要文件时一定要进行备份 [root@MiWiFi-R1CM-srv ~]# cat /etc/s ...
分类:数据库   时间:2019-12-13 13:39:15    阅读次数:172
修改mysql端口后重启mysql报错:Can't start server: Bind on TCP/IP port. Got error...n denied
1:错误信息:如下 2:解决方法 修改mysql端口后需要修改: vi /etc/selinux/configSELINUX=disabled 然后重启服务。可以用命令:setenforce 0 临时关闭selinux ,不用重启服务器;setenforce 0systemctl restart m ...
分类:数据库   时间:2019-12-13 09:14:00    阅读次数:286
四加时我骄傲是PEJHSJ
安装docker [root@MiWiFi-R1CM-srv ~]# sed -i.bak '/SELINUX/s/enforcing/disabled/g' /etc/selinux/config #养成习惯,遇到要该重要文件时一定要进行备份 [root@MiWiFi-R1CM-srv ~]# c ...
分类:其他好文   时间:2019-12-12 18:19:51    阅读次数:101
基于php7.0开发智能
安装docker [root@MiWiFi-R1CM-srv ~]# sed -i.bak '/SELINUX/s/enforcing/disabled/g' /etc/selinux/config #养成习惯,遇到要该重要文件时一定要进行备份 [root@MiWiFi-R1CM-srv ~]# c ...
分类:Web程序   时间:2019-12-12 18:10:54    阅读次数:118
2962条   上一页 1 ... 28 29 30 31 32 ... 297 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!