摘要: 查询下载最新版本 kafka http://kafka.apache.org/downloads.html wget http://mirror.bit.edu.cn/apache/kafka/0.8.2.0/kafka-0.8.2.0-src.tgz tar zxvf kafka-0.8.2.0- 阅读全文
posted @ 2016-05-31 18:42 丶小炒肉 阅读(1724) 评论(0) 推荐(0) 编辑
摘要: 配置 Gitblit 进行 Git 代码管理 环境 CentOS 7 x64 IP: 10.6.0.2 首先需要安装jdk 安装步骤 就略过了 下载最新版本 gitblit wget http://dl.bintray.com/gitblit/releases/gitblit-1.6.2.tar.g 阅读全文
posted @ 2016-05-31 18:41 丶小炒肉 阅读(1301) 评论(0) 推荐(0) 编辑
摘要: nexus 中央仓库 下载地址:http://www.sonatype.org/nexus/archived 下载最新版本 mkdir -p /opt/local/nexus tar zxvf nexus-2.11.1-01-bundle.tar.gz cp nexus-2.11.1-01-bund 阅读全文
posted @ 2016-05-31 18:41 丶小炒肉 阅读(266) 评论(0) 推荐(0) 编辑
摘要: 1. 环境说明: 系统CentOS 7 x64 IP: 10.6.0.126 1.1 首先安装配置 svn Centos 7 通过yum 安装svn 既可, 版本为1.7.14 # yum -y install subversion 安装完毕以后查看版本信息 # svnserve --version 阅读全文
posted @ 2016-05-31 18:40 丶小炒肉 阅读(7862) 评论(0) 推荐(2) 编辑
摘要: 环境: CentOS 7 x64 * 3 IP : 192.168.0.100 IP : 192.168.0.101 IP : 192.168.0.102 配置mariadb YUM 源 http://yum.mariadb.org/10.0.15/rhel7-amd64/rpms/ 分别下载软件 阅读全文
posted @ 2016-05-31 18:40 丶小炒肉 阅读(418) 评论(0) 推荐(0) 编辑
摘要: 环境配置:CentOS 7 x64 * 3 IP: 172.24.0.100 172.24.0.101 172.24.0.102 服务器配置: 172.24.0.100 - Nginx 前端负载均衡 172.24.0.101 - JBOSS - Wildfly-8.1.0.Final 172.24. 阅读全文
posted @ 2016-05-31 18:39 丶小炒肉 阅读(252) 评论(0) 推荐(0) 编辑
摘要: 1. 安装rrdtool yum install rrdtool 2. 创建 rrdtool 数据库 rrdtool create /opt/local/rrdtool/jicki.rrd -s 300 DS:pv:GAUGE:600:U:U DS:ip:GAUGE:600:U:U RRA:AVER 阅读全文
posted @ 2016-05-31 18:39 丶小炒肉 阅读(343) 评论(0) 推荐(0) 编辑
摘要: nginx 编译的时候增加 ./configure --with-http_image_filter_module 配置如下 server { listen 80; server_name 192.168.0.156; index index.html index.htm index.php; ro 阅读全文
posted @ 2016-05-31 18:38 丶小炒肉 阅读(470) 评论(0) 推荐(0) 编辑
摘要: 环境: Git Sserver IP: 10.6.0.2 Git Client IP: 10.6.0.126 1. 在 Git Server 安装软件所需的依赖包 yum install curl-devel expat-devel gettext-devel openssl-devel zlib- 阅读全文
posted @ 2016-05-31 18:38 丶小炒肉 阅读(185) 评论(0) 推荐(0) 编辑
摘要: CentOS6.4部署OpenStack Havana(Nova-Network版) 一 基本设备介绍 测试环境 CentOS6.4 x64 OpenStack 服务 介绍 计算 (Compute) - Nova; 网络和地址管理 - Neutron; 对象存储 (Object) - Swift; 阅读全文
posted @ 2016-05-31 18:37 丶小炒肉 阅读(491) 评论(0) 推荐(0) 编辑