摘要:
The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 3B4FE6ACC0B21F32 NO_PUBKEY 871920D1991BC93C 解决办法 apt- 阅读全文
摘要:
docker 常用命令 To get more help with docker, check out our guides at https://docs.docker.com/go/guides/->会重定向至首页,可直接访问 https://docs.docker.com/reference/ 阅读全文
摘要:
通过 os 模块实现import os result = os.system('ssh localhost -p7021')#现场机做过远程登陆 ''' def system() #Execute the command in a subshell pass ''' os.system 方法本质上是 阅读全文
摘要:
基于 python 3 跳板机和目标机处于同一内网,在外网仅可访问跳板机, import pymysql as mysql from sshtunnel import SSHTunnelForwarder server = SSHTunnelForwarder(('IP', 'PORT'), # 跳 阅读全文