
iterm
Shuah153
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
iterm 快捷键
command + n 新建command + t 新建标签command + w 关闭标签command + 数字 command + 左右方向键 切换标签command + enter 切换全屏command + f 查找command + d 水平分屏command + shift + d 垂直分屏command + option + 方向键 command + [ 或...原创 2019-08-30 09:33:31 · 224 阅读 · 0 评论 -
ssh文件,免密登录centerOS服务器
创建一个文件 touch hk.ssh内容为:spawn ssh root@103.97.5.4expect "password:"send "asdfg123456"interact在终端输入 expect hk.ssh就能够登录centerOS服务器了原创 2019-09-02 10:40:33 · 494 阅读 · 0 评论