当前位置:首页 > sa
sa

sa 作者

暂无介绍

0 篇文章 0 次评论

Docker基础命令

sa2023-05-13
Docker基础命令
...

Centos7.9安装Docker

sa2023-05-13
Centos7.9安装Docker
内核配置:下载地址:http://193.49.22.109/elrepo/kernel/...

常用命令备忘 01

sa2023-02-08
常用命令备忘 01
1,一行命令让CPU占用100% :for i in `seq 1 $(cat /proc...

解决配置 limits.conf 不生效问题

sa2023-02-03
解决配置 limits.conf 不生效问题
如下两张图,在CentOS 或 Fedora 中修改 /etc/security/limits.conf 配置后,且在 /etc/security/limits...

解决百度输入法Ubuntu22.04下输入乱码问题

sa2022-11-29
解决百度输入法Ubuntu22.04下输入乱码问题
默认安装完成后显示为乱码,在终端中运行 sudo apt install qt5-* qtcreator qml-module-qtquick-controls...

win10清理hiberfil.sys系统睡眠文件

sa2022-11-16
win10清理hiberfil.sys系统睡眠文件
通过WinDirStat 工具(链接:...

ERROR:libffi.so.6: cannot open shared object file: no such file or directory

sa2022-11-07
ERROR:libffi.so.6: cannot open shared object file: no such file or directory
存在如图的报错:ERROR:libffi.so.6: cannot open shared object file: no such file or direc...

Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.") 问题处理

sa2022-10-27
Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.") 问题处理
具体报错详见附图:在通过pip 安装或更新时存在Caused by SSLError("Can't connect to HTTPS URL...

升级openssl版本

sa2022-09-28
升级openssl版本
...

pip 使用国内镜像源

sa2022-09-27
pip 使用国内镜像源
本文使用国内清华大学的源:https://pypi.tuna.tsinghua.edu.cn/simple 在日常pip使用中可通过 -i 参数来指定镜像源:...