摘要: shell $$ $0 $* $? $@ $! $# 阅读全文
posted @ 2017-08-24 16:27 imag_ing 阅读(11843) 评论(0) 推荐(0)
摘要: redis集群环境的搭建 阅读全文
posted @ 2017-08-02 19:15 imag_ing 阅读(199) 评论(0) 推荐(0)
摘要: 部署简单redis集群步骤: 1.准备三台服务器,我这里是三台虚拟机,地址分别为192.168.40.130,192.168.40.131,192.168.40.132;130作为master,131和132作为slave。 2.修改slave的redis配置,vim进入redis.conf只修改一 阅读全文
posted @ 2017-07-19 17:01 imag_ing 阅读(239) 评论(0) 推荐(0)
摘要: 1.今天在练习scp命令从一台centos6.4虚拟机复制到另外一台时出现了错误。 原命令为:scp -r /usr/local/practice/copy.txt 192.168.40.131:/usr/local,回车返回 The authenticity of host '192.168.40 阅读全文
posted @ 2017-07-19 15:25 imag_ing 阅读(1930) 评论(0) 推荐(0)