08 2020 档案

摘要: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 阅读(3494) 评论(0) 推荐(0)
摘要:sed -i 's/^SELINUX=.*/SELINUX=disabled/' /etc/selinux/config 阅读全文
posted @ 2020-08-26 09:08 铜锣湾扛把子·66 阅读(2616) 评论(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 阅读(306) 评论(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 阅读(250) 评论(0) 推荐(0)
摘要:cat file-name | grep -v ^# | grep -v ^$ 阅读全文
posted @ 2020-08-10 17:33 铜锣湾扛把子·66 阅读(400) 评论(0) 推荐(0)