上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 28 下一页
摘要: sed -i 's/^SELINUX=.*/SELINUX=disabled/' /etc/selinux/config 阅读全文
posted @ 2020-08-26 09:08 铜锣湾扛把子·66 阅读(2614) 评论(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 阅读(304) 评论(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 阅读(249) 评论(0) 推荐(0)
摘要: cat file-name | grep -v ^# | grep -v ^$ 阅读全文
posted @ 2020-08-10 17:33 铜锣湾扛把子·66 阅读(396) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/qq_33468857/article/details/84324609 阅读全文
posted @ 2020-07-13 16:32 铜锣湾扛把子·66 阅读(81) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/zwj-linux/p/11552364.html 阅读全文
posted @ 2020-07-13 16:11 铜锣湾扛把子·66 阅读(130) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/yxy666/p/9606286.html 阅读全文
posted @ 2020-07-13 11:35 铜锣湾扛把子·66 阅读(79) 评论(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 阅读(115) 评论(0) 推荐(0)
摘要: 解决办法: ssh-keygen -R 加上你要连接的远程的ip (重新安装openssh主机不能连接) 阅读全文
posted @ 2020-06-30 09:35 铜锣湾扛把子·66 阅读(284) 评论(0) 推荐(0)
摘要: 1 yum -y install telnet* 2 yum -y install xinetd* 3 vim /etc/securetty 添加如下:pts/1pts/2pts/3pts/4pts/5 4 vim /etc/xinetd.d/telnetservice telnet { flags 阅读全文
posted @ 2020-06-29 17:13 铜锣湾扛把子·66 阅读(1046) 评论(1) 推荐(0)
上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 28 下一页