上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 28 下一页
摘要: https://www.linuxidc.com/Linux/2017-11/148769.htm (直接划到最下方看配置,适用于仅主机模式) 阅读全文
posted @ 2020-09-28 11:18 铜锣湾扛把子·66 阅读(135) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/finghting321/article/details/107692568 阅读全文
posted @ 2020-09-25 11:51 铜锣湾扛把子·66 阅读(192) 评论(0) 推荐(0)
摘要: http://c.biancheng.net/linux/alias.html (能粘贴绝对不手写!!!) 阅读全文
posted @ 2020-09-25 09:32 铜锣湾扛把子·66 阅读(100) 评论(0) 推荐(0)
摘要: #!/bin/bashss -tnl | grep 6379 if [ $? -eq 0 ];then ps -ef | grep redis | awk 'NR==1 {print $2}' | xargs kill -9 && nohup /usr/local/redis/redis-serve 阅读全文
posted @ 2020-09-24 16:34 铜锣湾扛把子·66 阅读(395) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/luoSteel/p/10038954.html (不好意思,让您失望了,又是转载的!!!) 阅读全文
posted @ 2020-09-04 10:33 铜锣湾扛把子·66 阅读(91) 评论(0) 推荐(0)
摘要: https://blog.51cto.com/zouqingyun/1741263 (自己看链接吧!) 阅读全文
posted @ 2020-09-02 16:28 铜锣湾扛把子·66 阅读(479) 评论(0) 推荐(0)
摘要: http://www.mamicode.com/info-detail-2961996.html (参考链接) 阅读全文
posted @ 2020-09-02 14:33 铜锣湾扛把子·66 阅读(328) 评论(0) 推荐(0)
摘要: https://jingyan.baidu.com/article/ab69b27080c00d2ca7189fd2.html 阅读全文
posted @ 2020-09-01 16:31 铜锣湾扛把子·66 阅读(219) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/yw-ah/p/9770971.html (这条是安装,下面是添加到开机启动) https://blog.csdn.net/hyh17808770899/article/details/108941717 阅读全文
posted @ 2020-09-01 14:24 铜锣湾扛把子·66 阅读(151) 评论(0) 推荐(0)
摘要: vim /etc/ssh/sshd_config 在最后一行添加:KexAlgorithms curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-gr 阅读全文
posted @ 2020-08-26 11:01 铜锣湾扛把子·66 阅读(3489) 评论(0) 推荐(0)
上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 28 下一页