码迷,mamicode.com
首页 >  
搜索关键字:网卡配置 selinux    ( 3850个结果
1.0 Zabbix 2.4 快速部署
1.环境准备CentOS6.4关闭selinux和iptables两台虚拟机:一台Server,一台Agent2.安装官方yum源所有服务器都要安装此yum源rpm-ivhhttp://repo.zabbix.com/zabbix/2.4/rhel/6/x86_64/zabbix-release-2.4-1.el6.noarch.rpm3.部署ZabbixServeryuminstallzabbix-server-mysqlzabbix-..
分类:其他好文   时间:2014-11-26 16:47:27    阅读次数:181
linux关闭selinux和iptanles
vi /etc/selinux/config #SELINUX=enforcing #注释掉 #SELINUXTYPE=targeted #注释掉 SELINUX=disabled #增加chkconfig iptables off重启
分类:系统相关   时间:2014-11-26 11:15:13    阅读次数:365
关闭RHEL6中的IPV6
目前、ipv6还未普及、真心的搞不清楚、为什么要在rhel6以上的版本就使用IPV6了1、是否使用ipv6ifconfig查看信息2.修改配置文件/etc/modprobe.d/dist.conf在配置文件中增加2个指令添加位置随意aliasnet-pf-10offaliasipv6off3.重新启动服务器reboot4.配置IP直接编辑网卡配置文件..
分类:其他好文   时间:2014-11-26 06:52:52    阅读次数:191
hadoop(2.5) 分布式部署
1.部署环境系统:CentOS6.3需要安装jdk.JDK的RPM下载地址:http://www.oracle.com/technetwork/java/javase/downloads/jdk7-downloads-1880260.htmlhadoop手册地址:http://hadoop.apache.org/docs/r1.2.1/index.html关闭iptables和selinux/etc/init.d/iptablesstop chkconfigipta..
分类:其他好文   时间:2014-11-26 06:52:42    阅读次数:187
hadoop(1.2) 分布式部署
1.部署环境系统:CentOS6.3需要安装jdk.JDK的RPM下载地址:http://www.oracle.com/technetwork/java/javase/downloads/jdk7-downloads-1880260.htmlhadoop手册地址:http://hadoop.apache.org/docs/r1.2.1/index.html关闭iptables和selinux/etc/init.d/iptablesstop chkconfigipta..
分类:其他好文   时间:2014-11-26 06:50:52    阅读次数:261
Oracle Linux 6.5安装Oracle 11.2.0.4 x64
1.oracle11g安装环境准备采用OEL6.5x64安装,安装过程与Redhat一致,安装过程中选中桌面,开发包,开发库,其它默认选项。Desktops>XWindowSystemDevelopment>AdditionalDevelopmentDevelopment>DevelopmentTools安装好后:(1)关闭selinux(2)关闭iptables(3)重启2.开..
分类:数据库   时间:2014-11-26 06:43:57    阅读次数:426
服务器调试随记
这两天在调试机房里的服务器,遇到些情况,记录下来,以作为一个参考。首先,是在同网段的服务器,配置一样,可是有些能ping通,有些则不行;原因,因为我的这些服务器是有多个网卡的,每个网卡配置了不同的IP,没有配默认网关,所以跨网段访问时无法ping通;解决方法是配置一..
分类:其他好文   时间:2014-11-25 18:55:26    阅读次数:136
查看SELinux状态技巧与SELinux关闭方法
大部分使用 SELinux 的人使用的都是 SELinux 就绪的发行版,例如 Fedora、Red Hat Enterprise Linux (RHEL)、Debian或 Centos。它们都是在内核中启用 SELinux 的,并且提供一个可定制的安全策略,还提供很多用户层的库和工具,它们都可以使用 SELinux 的功能。那么SELinux状态怎么查看呢?SELinux又该如何关闭?  ...
分类:系统相关   时间:2014-11-25 18:35:10    阅读次数:235
Linux服务器关闭SeLinux的方法
[danny@localhost ~]$ cat /etc/selinux/config # This file controls the state of SELinux on the system.# SELINUX= can take one of these three values:# e...
分类:系统相关   时间:2014-11-25 18:28:37    阅读次数:281
centos6.4下搭建zabbix2.0.6
一 服务端配置 1.配置前先关闭iptables和SELINUX,避免安装过程中报错。 [root@zabbix ~]# service iptables stop [root@zabbix ~]# chkconfig iptables off [root@zabbix ~]# getenforce Disabled [root@zabbix ~]#setenfor...
分类:其他好文   时间:2014-11-22 21:37:33    阅读次数:314
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!