摘要:
-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 阅读全文
摘要:
因为工作需要部署rabbitmq的单机和集群操作rabbitmq单机部署安装依赖关系并部署ntpdate time.windows.comyum install wget -ywget http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-releas 阅读全文
摘要:
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" 保存数据 阅读全文
摘要:
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 阅读全文
摘要:
gitlab的安装: 首次登陆的密码: 输入:root/5iveL!fe 登录! —————————————————————————————————————————————————————— 一键安装 1.安装配置依赖关系 yum install curl openssh-server openss 阅读全文
摘要:
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 阅读全文
摘要:
查看主机名 cat /etc/sysconfig/networkNETWORKING=yesHOSTNAME=localhost.localdomain cat /etc/hosts127.0.0.1 localhost localhost.localdomain localhost4 localh 阅读全文