摘要: 1. mysql安装# Preconfiguration setupshell > groupadd mysqlshell > useradd -r -g mysql -s /bin/false mysql# Beginning of source-build specific instructio... 阅读全文
posted @ 2015-12-05 17:41 Robin.Peng 阅读(164) 评论(0) 推荐(0)
摘要: 【RSYNC】指定SSH端口从远程服务器同步文件至本地目录rsync -avH --progress '-e ssh -p 3600' user@remote_ip:remote_dir local_dir【SCP】从远程服务器复制文件到本地scp -r -P 3600 user@remote_ip... 阅读全文
posted @ 2015-08-05 09:43 Robin.Peng 阅读(234) 评论(0) 推荐(0)