https://www.cnblogs.com/xiujin/p/11477419.html
这篇测过可行
windows python安装unrar,使用unrar工具(注意:一定要修改unrar.dll为小写) https://blog.csdn.net/u010856284/article/details/77453408
Python2.7安装Flask-Log-Request-ID==0.10.0
Dockerfile需要
RUN pip install --upgrade pip
RUN pip install zipp -i https://pypi.douban.com/simple/
RUN pip install configparser>=3.5
有python没pip https://blog.csdn.net/weixin_42670402/article/details/87936838
ubuntu 换源 https://blog.csdn.net/baidu_36602427/article/details/86548203
ubuntu安装python3.7 其中在安装完Ubuntu之后首先要更新自己的apt-get然后再去安装gcc apt-get -y install gcc 安装c编译器
ssh快捷键迅速链接服务器
在~/.ssh/config
中添加
Host 主机昵称
Port 端口
User 用户名
Hostname IP地址
要想能够不要密码就能直接登录服务器,将自己的公钥添加到~/.ssh/auth...
中去