1建议安装epel源2建议从国内清华大学yum源安装repo文件:[gitlab-ce]name=gitlab-cebaseurl=https://mirrors.tuna.tsinghua.edu.cn/gitlab-ce/yum/el6/repo_gpgcheck=0gpgcheck=0enabled=1gpgkey=https://packages.gitlab.com/gpg.key3安装GitLabyuminstallgitlab-ce4启动GitLa..
分类:
其他好文 时间:
2016-11-09 13:20:22
阅读次数:
151
一、配置epel源yuminstallparamikoPyYAMLjinja2httplib2#安装环境依赖包yuminfoansible#查看ansible安装包详细信息yum-yinstallansible#前提安装epel源二、客户端免秘钥:ssh-keygen-trsa#生成秘钥ssh-copy-id-i/root/.ssh/id_rsa.pubUSER@IP#拷贝秘钥到远程主机
分类:
其他好文 时间:
2016-11-07 20:04:36
阅读次数:
165
众所周知,mysql5.5版本之前都是通过./configure进行编译环境检查,mysql5.5之后用的是cmake(包括5.5)安装前的准备工作:1、安装epel源[root@localhost~]#wgethttps://dl.fedoraproject.org/pub/epel/epel-release-latest-6.noarch.rpm
[root@localhost~]#rpm-ivhhttps://dl.fed..
分类:
数据库 时间:
2016-11-07 12:35:37
阅读次数:
270
1、导入fedora的epel源wgethttp://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpmrpm–ivhepel-release-6-8.noarch.rpm2、安装ansibleyum-yinstallansible
分类:
其他好文 时间:
2016-11-05 23:50:43
阅读次数:
322
一、配置epel源wgethttp://mirrors.aliyun.com/epel/6/x86_64/epel-release-6-8.noarch.rpm
rpm-ivhepel-release-6-8.noarch.rpm二、安装依赖包yum-yinstalllibicu-develpatchgcc-c++readline-develzlib-devellibffi-developenssl-develmakecmakeautoconfautomakelibtoolbisonl..
分类:
其他好文 时间:
2016-11-03 19:26:39
阅读次数:
238
sysbench源码包下载过程略(也可以使用epel源安装),自行网上搜索。1先安装mysql数据库。#yuminstallmysql-community-server,我这环境安装的是5.7.16版本。#tarxfsysbench-0.4.12.10.tar.gz#cdsysbench#./configure--with-mysql-includes=/usr/include/mysql/--with-mysql-libs=..
分类:
数据库 时间:
2016-10-31 22:49:12
阅读次数:
311
恢复内容开始 一、安装源和依赖包 cd /usr/local/src #增epel源,如果你是i686系统,请把x86_64修改下。 wget -O /etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-6 https://www.fedoraproject.org/static/06 ...
分类:
其他好文 时间:
2016-10-28 19:38:31
阅读次数:
267
这里我们需要使用到sshfs这个工具,安装这个工具需要epel源1.确认你的CentOS的版本首先通过以下命令确认你的CentOS版本#cat/etc/redhat-releaseCentOSrelease6.5(Final)2.下载EPEL的rpm安装包现在从上面的地址下载CentOS版本所对应的EPEL的版本#wgethttp://download.fedoraproj..
分类:
系统相关 时间:
2016-10-25 03:08:49
阅读次数:
291
这里我们需要使用到sshfs这个工具,安装这个工具需要epel源1.确认你的CentOS的版本首先通过以下命令确认你的CentOS版本#cat/etc/redhat-releaseCentOSrelease6.5(Final)2.下载EPEL的rpm安装包现在从上面的地址下载CentOS版本所对应的EPEL的版本#wgethttp://download.fedoraproj..
分类:
系统相关 时间:
2016-10-25 03:08:26
阅读次数:
219
1. epel源,使用yum安装htop http://download.fedoraproject.org/pub/epel/5/i386/epel-release-5-4.noarch.rpm 2. mysql-community源 http://repo.mysql.com/mysql-com ...
分类:
其他好文 时间:
2016-10-18 13:57:31
阅读次数:
134