Fail2ban设置ssh登录失败N次后封锁该IP
Fail2ban是一款用来阻挡使用暴力破解法登录服务器的工具,最常被应用在SSH服务器上。它会去检查服务器的日志(Log),并将登录失败的IP地址记录下来,如果该IP在一段时间内错了超过规定的次数,就...
mysql中把两列数据对调
方法一:使用临时变量第一步:创建临时变量首先我们需要创建2个临时变量来保存2列数据的值。例如:SET @tmp1 = (SELECT col1 FRO...
conda 删除虚拟环境报错CondaEnvironmentError: cannot remove current environment
conda 删除虚拟环境报错CondaEnvironmentError: cannot remove current environment. deactivate and run conda rem...
PyQt5安装
下面直接使用pip来安装PyQt5,此处可能是pip/pip3,或者两者皆可,后面不再重复直接pip安装PyQt5pip install PyQt5由于Qt Designer已经在...
windows更换conda源
使用清华源一、cmd中执行conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/an...