centos7.x 升级openssl1.1.1

openssl version查看openssl版本,发现版本还是1.0.2k-fips,所以决定升级openssl。卸载旧版本openssl查看旧版本rpm -qa|grep openssl有需要可以不卸载yum remove -y openssl看到有文章说系统默认安装的openssl-libs不能卸载,否则系统可能会崩溃。安装新版本openssl1、官网下载opensll最新版本:wget

- 阅读全文 -

python更换pip源

windows下换源:C:\Users\xx\目录下新建pip目录,xx为当前电脑的用户名再新建pip.ini文件pip.ini文件内输入:[global] index-url = https://pypi.tuna.tsinghua.edu.cn/simple相关阅读:https://zhuanlan.zhihu.com/p/41734812

- 阅读全文 -