摘要: 方法一: 方法二: 在跳板机上启动sh脚本做ssh端口转发,客户端配置连接 10.0.0.1的8306端口即可 jdbc:mysql://10.0.0.1:8306/testdb?useUnicode=true&characterEncoding=UTF-8&generateSimpl... 阅读全文
posted @ 2016-08-16 17:09 reblue520 阅读(1017) 评论(0) 推荐(0) 编辑
摘要: #!/bin/bash #========================================================================== # FILE: Init.sh # # DESCRIPTION: This script is used ... 阅读全文
posted @ 2016-08-16 16:43 reblue520 阅读(180) 评论(0) 推荐(0) 编辑
摘要: #修改centos服务器ssh端口 sed -i 's/#Port 22/Port 38390/' /etc/ssh/sshd_config sed -i 's/^GSSAPIAuthentication yes$/GSSAPIAuthentication no/' /etc/ssh/sshd_co 阅读全文
posted @ 2016-08-16 16:42 reblue520 阅读(673) 评论(0) 推荐(0) 编辑
摘要: 故障现象: 客户端报错:service zabbix-agent 启动后,端口没有被正常监听,服务端也无法正常连接 将客户端改为二进制文件安装也不能正常启动/usr/local/zabbix/sbin/zabbix_agentd -c /usr/local/zabbix/conf/zabbix_... 阅读全文
posted @ 2016-08-16 13:52 reblue520 阅读(1489) 评论(0) 推荐(0) 编辑