环境:CentOS6.5(最小化安装)执行截图:#!/bin/bash
#date:2015-6-14
#author:yfshare
#mail:838554604@qq.com
echo‘‘
echo-e"\t###########################################################"
echo-e"\t###\t\t\t\t\t\t\t###"
echo-e"\t###\twelcometouseZabbix&NginxI..
分类:
其他好文 时间:
2015-06-16 01:28:28
阅读次数:
302
环境:windows8.1withupdate(IP:192.168.80.135)centos6.5最小化安装的系统步骤:1.在windows的E盘创建了一个文件夹myhome,在myhome下随便新建一个文件,然后把该文件夹设置共享。windows下如何共享文件夹步骤请自行百度。2.在linux下安装cifs软件yuminstallcifs-utils3.挂..
一、环境系统:CentOS6.4x64最小化安装node1192.168.3.61node1.test.comnode2192.168.3.62node2.test.comvip192.168.3.63二、基础配置a.配置ssh互信node1:[root@node1~]#ssh-keygen
[root@node1~]#ssh-copy-id-i~/.ssh/id_rsa.pubroot@192.168.3.62node2:[root@node2~]#ssh-key..
分类:
数据库 时间:
2015-06-11 23:17:07
阅读次数:
814
Redis安装配置作者:Enoch时间:2014年10月9日11:10:01【1】下载Redis安装包wgethttp://download.redis.io/releases/redis-2.8.13.tar.gz注:wget时提示-bash:wgetcommandnotfound,很明显没有安装wget软件包。一般linux最小化安装时,wget不会默认被安装,这里是CentOS6.332位..
分类:
其他好文 时间:
2015-06-11 00:26:04
阅读次数:
415
最小化安装centos后发现git docker等命令不能自动补全参数,而在Desktop安装环境下是可以自动补全的.要解决这个问题需要安装一个小软件:bash-completionsudo yum install bash-completion
分类:
其他好文 时间:
2015-06-09 16:37:57
阅读次数:
110
一、环境系统:CentOS6.4x64最小化安装R-Servereth0192.168.3.72eth110.1.1.72R-Clienteth010.1.1.74L-Servereth0192.168.3.71eth1172.16.10.71L-Clienteth0172.16.10.74注:所有在R-Client和L-Client都通过各自的网关ssh过去进行操作二、R-Server和L-Server配置epel源和ntp时..
分类:
其他好文 时间:
2015-06-04 17:36:25
阅读次数:
136
安装步骤确保CentOS主机能够连上Internet这里将不再详述如何使CentOS上网,直接进行安装。更新yum源为网易源(速度更快)[root@CentOS6 6]# cd /etc/yum.repos.d/[root@CentOS6 yum.repos.d]# mv CentOS-Base.r...
分类:
其他好文 时间:
2015-06-02 11:00:25
阅读次数:
132
一、环境系统:CentOS6.4x64最小化安装ha-keep-m:192.168.3.15ha-keep-s:192.168.3.22httpd-16:192.168.3.16httpd-17:192.168.3.17VIP:192.168.3.28二、在ha-keep-m和ha-keep-s上安装haproxy[root@ha-keep-s~]#rpm-ivhhttp://download.fedoraproject.org/pub/epel/6/x86_64/epe..
分类:
其他好文 时间:
2015-06-01 20:51:55
阅读次数:
159
一、环境系统:CentOS6.4x64位最小化安装nginx-m:192.168.3.23nginx-s:192.168.3.24vip:192.168.3.25二、安装nginx在nginx-m和nginx-s安装nginx,这里使用脚本安装,脚本内容如下#!/bin/bash
cur_dir=$(pwd)
NGINXVERSION=‘nginx-1.6.0‘
exportLANG=zh_CN.UTF-8
#Sourcefuncti..
分类:
其他好文 时间:
2015-06-01 20:37:06
阅读次数:
190
本文参考http://freeloda.blog.51cto.com/2033581/1294094一、环境系统:CentOS6.4x64最小化安装haproxy:192.168.3.15httpd-16:192.168.3.16httpd-17:192.168.3.17二、配置测试用的httpd服务在httpd-16和httpd-17配置httpd服务#在httpd-16上操作
[root@httpd-16~]#yuminstallht..
分类:
其他好文 时间:
2015-06-01 14:57:33
阅读次数:
194