摘要: 安装apr包 cd /root/ wget http://mirrors.hust.edu.cn/apache/apr/apr-1.5.2.tar.gz tar xf apr-1.5.2.tar.gz cd apr-1.5.2 ./configure --prefix=/usr/local/apr 阅读全文
posted @ 2018-04-22 15:56 迷路的大雁 阅读(97) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2018-04-22 15:55 迷路的大雁 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 参考地址:http://www.linuxfromscratch.org/blfs/view/svn/multimedia/ffmpeg.html yum装依赖包 yum install -y autoconf automake cmake freetype-devel gcc gcc-c++ gi 阅读全文
posted @ 2018-04-22 15:50 迷路的大雁 阅读(228) 评论(0) 推荐(0) 编辑
摘要: ____________________________________________________________________________________________________________________________ install RVM and RUBY | OK 阅读全文
posted @ 2018-04-22 15:49 迷路的大雁 阅读(247) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2018-04-22 15:39 迷路的大雁 阅读(2) 评论(0) 推荐(0) 编辑
摘要: -rw-r--r--. 1 root root 1916 Jan 11 14:29 MogileFS-Server-2.46-2.el6.noarch.rpm-rw-r--r--. 1 root root 176308 Jan 11 14:29 MogileFS-Server-mogilefsd-2 阅读全文
posted @ 2018-04-22 15:38 迷路的大雁 阅读(171) 评论(0) 推荐(0) 编辑
摘要: 因为工作需要部署rabbitmq的单机和集群操作rabbitmq单机部署安装依赖关系并部署ntpdate time.windows.comyum install wget -ywget http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-releas 阅读全文
posted @ 2018-04-22 15:37 迷路的大雁 阅读(638) 评论(0) 推荐(0) 编辑
摘要: redis的数据备份和恢复 保存数据和保存目录 /bin/redis-cli127.0.0.1:6379 > SAVE 127.0.0.1:6379 >exit 127.0.0.1:6379> CONFIG GET dir1) "dir"2) "/usr/local/redis/data" 保存数据 阅读全文
posted @ 2018-04-22 15:37 迷路的大雁 阅读(179) 评论(0) 推荐(0) 编辑
摘要: memcached: tar xf tar xf libevent-2.0.21-stable.tar.gz cd libevent-2.0.21-stable ./configure --prifix=/usr make && make install tar xf memcached-1.4.1 阅读全文
posted @ 2018-04-22 15:33 迷路的大雁 阅读(107) 评论(0) 推荐(0) 编辑
摘要: gitlab的安装: 首次登陆的密码: 输入:root/5iveL!fe 登录! —————————————————————————————————————————————————————— 一键安装 1.安装配置依赖关系 yum install curl openssh-server openss 阅读全文
posted @ 2018-04-22 15:32 迷路的大雁 阅读(294) 评论(0) 推荐(0) 编辑
摘要: install epel源用的阿里云的epel源 https://mirrors.aliyun.com/epel/6/x86_64/epel-release-6-8.noarch.rpm rpm -ivh epel-release-6-8.noarch.rpm yum install cobbler 阅读全文
posted @ 2018-04-22 15:27 迷路的大雁 阅读(150) 评论(0) 推荐(0) 编辑
摘要: 查看主机名 cat /etc/sysconfig/networkNETWORKING=yesHOSTNAME=localhost.localdomain cat /etc/hosts127.0.0.1 localhost localhost.localdomain localhost4 localh 阅读全文
posted @ 2018-04-22 15:26 迷路的大雁 阅读(341) 评论(0) 推荐(0) 编辑