摘要:
格式 ssh -L <local port>:<remote host>:<remote port> <SSH servername> 示例 # ssh -L 3307:$server2:3306 user@$server1 实现的效果是使用user登录$server1之后建立本地3307端口到远程 阅读全文
posted @ 2019-01-28 18:36
匠人先生
阅读(1751)
评论(0)
推荐(0)
摘要:
keepalived 2.0.12 官方:http://www.keepalived.org/ 一 简介 Keepalived is a routing software written in C. The main goal of this project is to provide simple 阅读全文
posted @ 2019-01-28 18:16
匠人先生
阅读(4414)
评论(0)
推荐(0)
摘要:
一 安装 # wget -i -c http://dev.mysql.com/get/mysql57-community-release-el7-10.noarch.rpm# yum -y install mysql57-community-release-el7-10.noarch.rpm# yu 阅读全文
posted @ 2019-01-28 15:56
匠人先生
阅读(282)
评论(0)
推荐(0)