码迷,mamicode.com
首页 >  
搜索关键字:关闭selinux    ( 915个结果
6月技术考核
centosftp搭建1.开启匿名上传。2.新建一个ftp用户wy密码设置为:onlyidc2018,ftp目录设置为/var/ftp/wy并且可以上传删除文件。开始前我们先关闭SElinux,临时关闭命令为:setenforce0查询SElinux状态:getenforce如图中所示为关闭状态永久关闭需进selinux配置文件修改把SELINUX=enforcing修改成SELINUX=disa
分类:其他好文   时间:2018-08-20 00:27:41    阅读次数:194
Web运维架构设计与实现之apache篇
系统环境:(关闭selinux) Lamp架构之apache依赖安装及所需依赖包如下: apr-1.4.5 apr-util-1.3.12 pcre-8.10.zip libxml2-2.7.6 libmcrypt-2.5.8 zlib-1.2.3 libpng-1.2.31 jpegsrc.v6b ...
分类:Web程序   时间:2018-08-19 01:01:23    阅读次数:195
Centos7 Docker安装部署
1、系统环境:centos7版本 2、内核版本: 3、关闭selinux 4、centos7关闭防火墙 5、安装docker-ce ...
分类:其他好文   时间:2018-08-17 20:01:58    阅读次数:230
CentOS 7下JumpServer安装及配置
环境系统#cat/etc/redhat-releaseCentOSLinuxrelease7.4.1708(Core)#uname-r3.10.0-693.21.1.el7.x86_64关闭Selinux和防火墙#systemctlstopfirewalld.service#sed-i‘/^SELINUX/s/enforcing/disabled/g‘/etc/selinux/config#gre
分类:其他好文   时间:2018-08-15 10:38:10    阅读次数:355
omnibus gitlab-ce安装
架构 关闭防火墙 关闭SELinux 安装依赖组件 下载gitlab ce仓库 。 启动邮件服务器 安装gitlab 安装omnibus gitlab ce omnibus相当于一键安装包,自动安装gitlab所依赖的所有组件 创建私钥与证书 配置gitlab 初始化所有配置 配置本地windows ...
分类:其他好文   时间:2018-08-15 00:36:06    阅读次数:168
lepus监控数据库
环境:192.168.1.128? mini2Lepus安装需要Lamp环境安装LAMP:关闭selinux[root@mini2 ~]# vim /etc/selinux/config?SELINUX=disabled[root@mini2 ~]# setenforce 0[root@mini2 ~]# yum install -y httpd php mariadb mar
分类:数据库   时间:2018-08-13 23:46:47    阅读次数:331
快速搭建完整zabbix3.4
一.准备工作OS:centos7.4Zabbix version:3.4.6(2018/1/15日上线的新版本)Database:MariaDB关闭防火墙:systemctl stop firewalld防火墙开机不自启:systemctl disable firewalld关闭selinux:临时 ...
分类:其他好文   时间:2018-08-12 17:30:02    阅读次数:202
Apache服务部署
部署服务的一般步骤: 1.准备环境 关闭防火墙: service iptables stop(chkconfig iptables off) 关闭selinux: setenforce 0(/etc/sysconfig/selinux -> selinux=disabled) 配置IP地址 2.安装 ...
分类:Web程序   时间:2018-08-12 15:36:49    阅读次数:240
Linux - apache 服务
暂时关闭 iptables 防火墙 暂时关闭 firewall 防火墙 暂时关闭 selinux 安装软件包 查看配置文件 ServerRoot 为配置文件根目录 Listen 为 apache 服务监听的端口 Include 为包含的配置文件 DocumentRoot 为网站根目录 Errorlo ...
分类:Web程序   时间:2018-08-12 15:36:04    阅读次数:163
Linux更改ssh端口号,很easy!
因为公司业务需求,可能涉及到更改ssh远程的端口号,用下面方法轻松解决,废话不多说! 1.打开ssh端口配置文件:vim /etc/ssh/sshd_config,找到如下图所示的端口,改为自己想改的端口,也可以同时打开多个端口: 2.需要关闭SELinux,打开配置文件:vim /etc/seli ...
分类:系统相关   时间:2018-08-10 15:57:51    阅读次数:174
915条   上一页 1 ... 26 27 28 29 30 ... 92 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!