上一页 1 ··· 18 19 20 21 22
摘要: centos使用netstat命令报错;-bash: netstat: command not found 运行 yum install net-tools 就OK了 阅读全文
posted @ 2019-05-09 11:52 疯刘小三 阅读(1052) 评论(0) 推荐(0) 编辑
摘要: 1、firewalld的基本使用 启动: systemctl start firewalld 关闭: systemctl stop firewalld 查看状态: systemctl status firewalld 开机禁用 : systemctl disable firewalld 开机启用 : 阅读全文
posted @ 2019-05-09 11:28 疯刘小三 阅读(2956) 评论(0) 推荐(0) 编辑
摘要: (1)到NodeJs官网(https://nodejs.org/en/download/),复制下载链接 (2)下载并解压 命令:wget https://nodejs.org/dist/v8.11.1/node-v8.11.1-linux-x64.tar.gz (4)安装 进入解压目录下的bin目 阅读全文
posted @ 2019-05-08 17:25 疯刘小三 阅读(1306) 评论(0) 推荐(0) 编辑
摘要: 当我们限定了用户不能跳出其主目录之后,使用该用户登录FTP时往往会遇到这个错误: 500 OOPS: vsftpd: refusing to run with writable root inside chroot () 这个问题发生在最新的这是由于下面的更新造成的: - Add stronger 阅读全文
posted @ 2019-05-08 16:33 疯刘小三 阅读(395) 评论(0) 推荐(0) 编辑
摘要: 这里以三台mysql的主从服务器为例:manage、master、slave1、slave2 给4个机器生成秘钥文件 以manage为例,执行命令,生成空字符串的秘钥(后面要使用公钥),命令是: 以manage为例,执行命令,生成空字符串的秘钥(后面要使用公钥),命令是: [root@manage 阅读全文
posted @ 2019-05-08 16:15 疯刘小三 阅读(504) 评论(0) 推荐(0) 编辑
摘要: 脚本如下: #!/usr/bin/env perl use strict; use warnings FATAL => 'all'; use Getopt::Long; my ( $command, $ssh_user, $orig_master_host, $orig_master_ip, $or 阅读全文
posted @ 2019-05-08 16:14 疯刘小三 阅读(486) 评论(0) 推荐(0) 编辑
摘要: 1.master_check_ssh --conf=/etc/app1.conf 这个检查就报错的我觉得百分之九十都是ssh之间连接问题。务必要保证各节点之间都可以免秘钥访问! 2.master_check_repl --conf=/etc/app1.conf (1)报错代码: 类似就是说什么cop 阅读全文
posted @ 2019-05-08 15:33 疯刘小三 阅读(711) 评论(0) 推荐(0) 编辑
上一页 1 ··· 18 19 20 21 22