摘要: 提示:可以通过 man ssh_config,查看~/.ssh/config的语法。 ➜ tonny@tonny-pc ~/ssh vi ~/.ssh/config # snails Host snails HostName 115.29.240.144 Port 63210 IdentityFil 阅读全文
posted @ 2020-07-03 13:55 i舒 阅读(469) 评论(0) 推荐(0) 编辑
摘要: 涉及命令:jobs, bg, fg, ctrl+z, tmux, screen 传送门:http://kuanghy.github.io/2016/12/31/linux-bg-process#:~:text=%E5%BF%AB%E6%8D%B7%E9%94%AE%20ctrl%2Dz%20%E8% 阅读全文
posted @ 2020-07-03 09:29 i舒 阅读(181) 评论(0) 推荐(0) 编辑
摘要: 只需要:set list 或:set invlist即可以将不可见的字符显示出来,例如,会以^I表示一个tab符,$表示一个回车符等。 set nolist可以回到正常的模式。 阅读全文
posted @ 2020-07-03 09:15 i舒 阅读(1918) 评论(0) 推荐(0) 编辑