摘要:
Version: redis-4.0.9.tar.gz yum install gcc tcl make PREFIX=/opt/redis-4.0.9/ install mkdir /opt/redis-4.0.9/{conf,log,data} cp redis.conf /opt/redis-4.0.9/conf/ vi redis.conf ln -s redis-4.0.9... 阅读全文
阅读排行榜
ansible on aws linux 2
2019-06-21 16:00 by divl, 337 阅读, 收藏,
摘要:
1. 安装epel yum install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm 2. 安装ansible yum install ansible 3. 建立role mkdir -p /opt/ansible-playbook/roles mkdir -p {elast... 阅读全文
sns
2019-07-18 15:28 by divl, 309 阅读, 收藏,
摘要:
1. Create topic 2. Create subscription 3. Confirmed subscription 阅读全文
zabbix template
2019-07-03 17:24 by divl, 308 阅读, 收藏,
摘要:
1. template 是分层级的,所有很多修改需要到父级去修改,而且影响所有子级。 阅读全文