摘要:
有两台主机1,2 两台主机均有用户bmsali 配置使主机1能够访问主机2 主机1运行 ssh-keygen -t rsa 主机1中创建一个密钥,由于所有设置都是用的默认的,因此直接三个回车 我们可以查看一下当前用户主目录下的.ssh文件夹 bmsali@ubuntu:~$ pwd /home/bm 阅读全文
摘要:
mkdir ~/.pip vim ~/.pip/pip.conf [global] index-url = http://mirrors.aliyun.com/pypi/simple/ [install] trusted-host = mirrors.aliyun.com 找不到.pip在任意目录下 阅读全文