码迷,mamicode.com
首页 >  
搜索关键字:selinux 和iptables关闭    ( 2925个结果
zabbix4.0 监控安装搭建(使用postgresql)
本实例是在云上做的,请开放相关端口selinux关闭在centos系统中执行yuminstallhttps://download.postgresql.org/pub/repos/yum/10/redhat/rhel-7-x86_64/pgdg-centos10-10-2.noarch.rpm-yyuminstallpostgresql10-contribpostgresql10-server-y
分类:数据库   时间:2019-08-10 09:27:57    阅读次数:191
corosync+pacemaker+httpd
准备2台机器,3个ip 建立互通并安装软件 #关闭两台防火墙systemctl disable firewalldsystemctl stop firewalld#在/etc/selinux/config中把enforcing设为disableenforcing=disable #在node01,和 ...
分类:Web程序   时间:2019-08-09 23:29:58    阅读次数:153
CentOS7配置vsftpd3.0.2
1、安装和查看 yum install -y vsftpd rpm -ql vsftpd 查看所有和vsftpd相关的文件或文件夹 vsftpd -v 查看vsftpd版本 2、启动vsftpd,设置vsftpd开机启动 3、设置selinux为disabled 4、设置firewall防火墙 #f ...
分类:其他好文   时间:2019-08-09 19:53:40    阅读次数:479
Linux进阶之排错
Permission denied 检查selinux长时间没有响应 防火墙 nginx和httpd可以自检nginx和httpd有日志 /var/log/nginx/ /var/log/httpd/ 其他服务日志 /var/log/messages 启动报错 通过systemctl status ...
分类:系统相关   时间:2019-08-09 17:38:32    阅读次数:109
cobbler脚本
#!/bin/bashsetenforce 0sed -i 's/=enforcing/=disabled/g' /etc/selinux/configsystemctl start firewalldsystemctl enable firewalld rm -rf /etc/yum.repos. ...
分类:其他好文   时间:2019-08-08 19:08:20    阅读次数:98
Mediawiki
虚拟机安装1使用yum安装LAMP环境,关闭防火墙和selinux,便于顺利测试:systemctlstatusfirewalldsystemctlstopfirewalldsystemctldisablefirewalld2配置MariaDByum源安装Http和MariaDB:vim/etc/yum.repos.d/Mariadb.repo(空文件里输入)[mariadb]name=Maria
分类:其他好文   时间:2019-08-08 00:27:10    阅读次数:120
Root密码忘记修改方式!
一:进入linux内核: Linux系统开机进入引导画面,选择:CentOS Linux(3.10.0-693.e17.x86_64)7 (Core) ,按字母 "E"键,进入Linux内核模式进行编辑。 二:进行linux内核编译; 进入Linux内核模式后,找到Linux16开头的那一行,在最后 ...
分类:其他好文   时间:2019-08-07 12:05:16    阅读次数:134
Centos 7安装配置 vsftp服务 (虚拟用户登录)
一、实验环境操作系统:CentOS7二、安装关闭SELINUX:vim/etc/selinux/configSELINUX=disable临时关闭:setenforce0三、安装vsftpd服务:1.使用安装yum安装vsftp:yum-yinstallvsftp2.备份vsftp主配置文件:cp/etc/vsftpd/vsftpd.conf{,.bak}四、配置虚拟用户访问vsftp服务:1.创
分类:其他好文   时间:2019-08-05 23:06:45    阅读次数:164
Centos 7安装配置 vsftp服务(虚拟用户登录)
1.vim/etc/selinux/config该配置文件为SELINUX=disable2.关闭防火墙setenforce03.yum-yinstallvsftpd4.cp/etc/vsftpd/vsftpd.conf{,.bak}备份vsftpd主配置文件5.vim/etc/vsftpd/vir_user创建虚拟用户如:yuxin43436.生成虚拟用户数据库yum-yinstalllibdb
分类:其他好文   时间:2019-08-05 20:38:15    阅读次数:121
vsftp
1关闭SELINUX永久关闭(必须要重启):#vim/etc/selinux/config吧SELINUX=enforcing改成SELINUX=disable临时关闭:#setenforce02安装vsftpd#yum-yinstallvsftpd备份主配置文件#cp/etc/vsftpd/vsftpd.conf{,.bak}3配置虚拟用户访问的vsftpd服务#vim/etc/vsftpd/v
分类:其他好文   时间:2019-08-05 20:36:41    阅读次数:125
2925条   上一页 1 ... 45 46 47 48 49 ... 293 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!