码迷,mamicode.com
首页 >  
搜索关键字:selinux 和iptables关闭    ( 2925个结果
centos6.5上使用devstack部署openstack开发环境
一、环境准备1、操作系统配置关闭selinux,并重启系统。[root@localhost~]#cat/etc/sysconfig/selinuxSELINUX=disabled2、安装所需的包[root@localhost~]#yum-yinstallvimgitpython-setuptoolsyum安装的pip包版本不对,安装时会出错,从网上下载pip源码包,源码安装pip包pip源..
分类:其他好文   时间:2015-06-01 14:53:56    阅读次数:317
Apache+SVN搭建
#关闭SELinux和防火墙 setenforce0 vi/etc/sysconfig/selinux SELINUX=disabled iptables-F serviceiptablessave #安装软件包 yum-yinstallhttpdsubversionmod_dav_svnmod_ssl #创建svn主目录 mkdir/var/svn #建一个项目 svnadmincreate/var/svn/project1 #编辑主配置文件 vim/..
分类:Web程序   时间:2015-05-29 18:32:16    阅读次数:125
zabbix server is not running: the information displayed may not be current
一、1、关闭selinux及防火墙2、在/etc/hosts文件里加入ip及对应的主机名。3、修改配置文件:zabbix.conf.php /opt/data/apache2/htdocs/zabbix/conf/zabbix.conf.php --zabbix web目录下面编辑zabbix.co...
分类:其他好文   时间:2015-05-29 17:33:03    阅读次数:208
corosync+pacemaker双机同步
环境:两台服务器版本:centos7(64)IP分配:192.168.1.204(主web1)192.168.1.205(备份web2)192.168.1.206(VIP)需要的rpm包安装:http://download.opensuse.org/repositories/network:/ha-clustering:/Stable/CentOS_CentOS-7/x86_64/关闭防火墙:vi/etc/selinux/config..
分类:其他好文   时间:2015-05-28 18:19:31    阅读次数:406
Hadoop2.6深入伪分布安装(CentOS 6.5)
一、安装前准备 CentOS6.5(64bit) hadoop-2.6.0-64.tar.gz jdk-7u67-linux-x64.tar.gz 二、安装 1、关闭防火墙和SELinux service iptables status (查看) service iptables stop chkconfig iptables off (永久关闭) vi /et...
分类:其他好文   时间:2015-05-27 22:51:08    阅读次数:159
[RHEL7.1]关闭防火墙及SElinux
一、关闭防火墙1.先查看防火墙状态[root@bogon~]#systemctlstatusfirewalldfirewalld.service-firewalld-dynamicfirewalldaemonLoaded:loaded(/usr/lib/systemd/system/firewalld.service;enabled)Active:active(running)since一2015-05-2522:53:54CST;3min18sagoMainPID:979(f..
分类:系统相关   时间:2015-05-26 06:52:42    阅读次数:301
搭建zabbix监控
1.安装系统 #centos 6.4最小化安装2.配置好IP 关闭iptables、selinux 重启启动服务器3.服务端安装 lamp 环境 (最好配置163yum源)yum -y install gcc gcc-c++ autoconf httpd php mysql mysq...
分类:其他好文   时间:2015-05-25 12:52:27    阅读次数:170
qemu-kvm安装以及简单使用
试验环境:开启Bois虚拟化功能VT/centos7x64/INTEL处理器/8G内存实验前准备:关闭selinux(如果出现不明错误请检查该选项关闭状态),关闭防火墙firewalld注明:centos7版本已经默认加载kvm模块:[root@localhost~]#lsmod|grepkvmkvm_intel1480810kvm4611261kvm_intel1现将现在..
分类:其他好文   时间:2015-05-24 06:40:34    阅读次数:327
NFS服务安装配置
NFS共享目录为:/data/share1、关闭SELINUX、防火墙#vim/etc/selinux/configSELINUX=disabled#setenforce0#serviceiptablesstop2、安装配置NFS#rpm-qnfs-utilsrpcbind#yum-yinstallnfs-utilsrpcbind#vim/etc/sysconfig/nfsRQUOTAD_PORT=875LOCKD_TCPPORT=32803LOCKD_UDPPORT=32..
分类:其他好文   时间:2015-05-23 06:38:25    阅读次数:139
部署ftp文件共享服务
1.安装vsftpd包并启动服务yuminstallvsftpd-ysystemctlstartvsftpdsystemctlenablevsftpd2.启用vsftpd服务Firewall-config3.firewall-cmd--list-all查看防火墙状态在/etc/sysconfig/selinux中将getenforce=====>disable4.FTP服务器配置配置文件为:/etc/vsftpd/vsftpd.conf匿..
分类:其他好文   时间:2015-05-23 06:33:28    阅读次数:209
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!