06 2020 档案
摘要:解决办法: ssh-keygen -R 加上你要连接的远程的ip (重新安装openssh主机不能连接)
阅读全文
摘要: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
阅读全文
摘要:ps -ef | grep tomcat | awk '{print $2}' | grep '^3' | xargs kill -9 ps -ef | grep tomcat (查看tomcat 所有进程) awk '{print $2}' (打印输出第二行) grep '^3' (匹配以3 开头
阅读全文
摘要:stop slave ;set GLOBAL SQL_SLAVE_SKIP_COUNTER=1; start slave ;
阅读全文
摘要:https://blog.csdn.net/qiucheng_198806/article/details/80361944
阅读全文
摘要:参考链接:https://blog.csdn.net/qq_40389276/article/details/98842887
阅读全文