1.关闭防火墙 [root@CentOS ~]# chkconfig iptables off 2.关闭selinux vi /etc/sysconfig/selinux //将SELINUX=enforcing修改为disabled然后重启生效 3、配置CentOS 6.0 第三方yum源(Ce....
分类:
其他好文 时间:
2015-01-26 09:59:50
阅读次数:
294
本文是小弟整合几位大神的文章,见笑@@Linux利用sendmail和fetion发送报警通知nagios监控windows主机&&linux主机CentOS5/6.X使用EPELYUM源:实验环境:两台64位的centos-6.6一台window-server-2003安装网络yum源:centos5.x--32位
[root@centos-server~]#wgethttp://mi..
分类:
移动开发 时间:
2015-01-18 08:13:49
阅读次数:
499
能PING通,访问不了web,先在CMD测试telnet ip 80看看是否是防火墙的问题.修改防火墙,打开指定端口1 安装iptables[root@centos ~]#yum install iptables-services设置防火墙规则 (增加80端口)[root@centos ~]#vim...
分类:
系统相关 时间:
2015-01-12 17:27:59
阅读次数:
163
实验环境:ipvsadm-1.26-4.el6.x86_64system:centos-6.6.x86_64kernel:2.6.32-504.el6.x86_64keepalived-1.2.13-4.el6.x86_64配置DR:[root@centos-server~]#sysctl-wnet.ipv4.conf.all.send_redirects=0
net.ipv4.conf.all.send_redirects=0
[root@centos-server~]#sysctl-wne..
分类:
其他好文 时间:
2015-01-12 11:09:37
阅读次数:
244
mongodb的安装/配置(文件)/启动问题下载地址:http://www.mongodb.org/downloads[root@centos-1software]#ll|grepmongodb-linux-x86_64-2.4.12.tar-rw-r--r--.1rootroot952673581月611:02mongodb-linux-x86_64-2.4.12.tar[root@centos-1software]#tar-xvfmongodb-linux-x86_64-..
分类:
数据库 时间:
2015-01-07 15:08:03
阅读次数:
284
Linux基础命令
-----------------目录部分-------------------
【pwd】显示当前所在的绝对目录
【cd】 切换目录
cd - 显示上一个工作目录
cd ~ 显示当前用户的家目录
cd . 显示当前目录
cd .. 显示当前目录的上一级目录
[root@centos ~]# cd /usr/
[root...
分类:
系统相关 时间:
2015-01-02 22:28:00
阅读次数:
351
#!/usr/bin/envpython#KissPython###################ip.list##################################172.16.13.118:root:centos:hostname:##172.16.5.114:root:centos:hostname:whoami:w:ifconfigeth0:###########################################################importparamiko..
分类:
编程语言 时间:
2015-01-01 23:57:12
阅读次数:
398
centos网络配置
环境:
系统硬件:vmware vsphere (CPU:2*4核,内存2G)
系统版本:Centos-6.5-x86_64
路由器网关:192.168.1.1
步骤:
1.查看网络MAC地址
[root@centos ~]# cat /etc/udev/rules.d/70-persistent-net.rules
显示如...
分类:
系统相关 时间:
2014-12-30 11:52:17
阅读次数:
253
这个实验我是在centos6-6进行的,首先给两台主机添加一块5G的硬盘,DRBD硬件规定两块硬盘的容量大少相同。创建逻辑卷[root@centos-serverconf]#fdisk/dev/sdbnp1wq配置环境,修改主机名:[root@centos-server~]#hostnamedrbd-1#vim/etc/sysconfig/network需要重启[root@centos-..
分类:
其他好文 时间:
2014-12-30 01:51:38
阅读次数:
199
Centos6.5 双网卡配置一个上外网一个接局域网1、配置DNS修改对应网卡的DNS的配置文件# vi /etc/resolv.conf 修改以下内容,可以设置多个:nameserver 202.106.0.20nameserver 114.114.114.1142、配置外网网卡的网关 修改网关的配置文件[root@centos]# vi /etc/sysconfig/network修改以下内容...
分类:
其他好文 时间:
2014-12-18 20:43:04
阅读次数:
200