Skip to content
cmh edited this page May 4, 2015 · 18 revisions

###保持ssh连接不断 vim /etc/ssh/ssh_config

单位为秒

ServerAliveInterval 30

###scp

远程主机copy到当前系统

scp -P 22 xxx@XXX.XXX.XXX.XXX:/home/xxx/tmp/mysql-bin.001280 mysql-bin.001280

###too many open files

ulimit -a

  • 不同帐号之间时无法共享设置的

Clone this wiki locally