Linux使用技巧
vikeyfox
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
opensuse安装face_recognition全记录
opensuse安装face_recognition全记录 vikeyfox@20210821@opensuse安装face_recognition全记录 安装所需的python-devel 首先确保安装了对应版本的python-devel, ubuntu可能叫python-dev,在这里我的系统里安装了python-devel,python38-devel,python39-devel这几个包,实际安装过程中需要的是python39-devel. opensuse的命令是sudo zypper insta原创 2021-08-21 10:35:30 · 316 阅读 · 0 评论 -
ssh连接服务器发送文件
发送文件代码 #!/usr/bin/expect spawn scp -P xxx /dir/file usrname@xxx.xxx.xxx.xxx:/dir/file set timeout 30 expect "usrname@xxx.xxx.xxx.xxx's password:" send "yourpassword\n" interact 连接服务器代码 #!/usr/bin/expect set timeout 30 spawn ssh -p xxx usrname@xxx.xxx.xxx原创 2021-07-01 14:50:47 · 358 阅读 · 0 评论
分享