MHlife on GitHub

《人生果实》纪录片

《人生果实》 津端夫妇生活纪录片这篇记录片,其中有很受益的语句。1.Houses must be the jewelry boxes of lives . 房屋一定是生活的珠宝盒。2.All answers are in the great nature . 所有的答案都在大自然中。3.The more you live , the more beautiful your life become

- 阅读全文 -

ssh链接服务端

/etc/init.d/ssh restart 用ssh链接服务端,一段时间不操作或屏幕没输出(比如复制文件)的时候,会自动断开解决:(2种办法)1、在客户端配置vi /etc/ssh/ssh_config(注意不是/etc/ssh/sshd_config文件),后面添加Host * ServerAliveInterval 30 这表示要让所有的ssh连接自动加上此属性;如果要指定服务端

- 阅读全文 -