上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 28 下一页
摘要: 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 阅读(3511) 评论(0) 推荐(0)
摘要: sed -i 's/^SELINUX=.*/SELINUX=disabled/' /etc/selinux/config 阅读全文
posted @ 2020-08-26 09:08 铜锣湾扛把子·66 阅读(2633) 评论(0) 推荐(0)
摘要: export JAVA_HOME=/usr/local/jdk1.8.0_261export CLASSPATH=.:${JAVA_HOME}/jre/lib/rt.jar:${JAVA_HOME}/lib/dt.jar:${JAVA_HOME}/lib/tools.jarexport PATH=$ 阅读全文
posted @ 2020-08-21 14:49 铜锣湾扛把子·66 阅读(318) 评论(0) 推荐(0)
摘要: wget -O /etc/yum.repos.d/epel.repo http://mirrors.aliyun.com/repo/epel -7.repo 阅读全文
posted @ 2020-08-14 16:57 铜锣湾扛把子·66 阅读(266) 评论(0) 推荐(0)
摘要: cat file-name | grep -v ^# | grep -v ^$ 阅读全文
posted @ 2020-08-10 17:33 铜锣湾扛把子·66 阅读(417) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/qq_33468857/article/details/84324609 阅读全文
posted @ 2020-07-13 16:32 铜锣湾扛把子·66 阅读(89) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/zwj-linux/p/11552364.html 阅读全文
posted @ 2020-07-13 16:11 铜锣湾扛把子·66 阅读(138) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/yxy666/p/9606286.html 阅读全文
posted @ 2020-07-13 11:35 铜锣湾扛把子·66 阅读(81) 评论(0) 推荐(0)
摘要: 安装es 首先创建用户 和组 然后将下载的es包上传至服务器 解压后授权及所属者和属主 用root用户更改 /etc/security/limits.conf 文件 * soft nofile 65536 * hard nofile 65536 * soft nproc 65536 * hard n 阅读全文
posted @ 2020-07-01 15:50 铜锣湾扛把子·66 阅读(140) 评论(0) 推荐(0)
摘要: 解决办法: ssh-keygen -R 加上你要连接的远程的ip (重新安装openssh主机不能连接) 阅读全文
posted @ 2020-06-30 09:35 铜锣湾扛把子·66 阅读(348) 评论(0) 推荐(0)
上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 28 下一页