一、安装宝塔,略。二、通过宝塔-软件商店-python管理器-安装相应的Python,此法只能安装到3.9版本。在shell中建立链接,注意目录是python_managerln -s /www/server/python_manager/versions/3.8.5/bin/python3.8 /usr/local/bin/python三、后来发现:...

在使用Linux的重启的时候使用nginx -t检查 是ok的,但是出现了一个问题,nginx: [warn] conflicting server name "localhost" on 0.0.0.0:80, ignored这句话在百度大多数的解释的因为localhost这个域名被别的conf文件占用了,说只是警告不用理会不影响...

1. 安装ipset:RedHat:yum install ipsetDebian:apt-get install ipset1.2#建表ipset create china hash:net hashsize 10000 maxelem 10000001.3#批量增加中国IP到ipset的china表cd /root#以下内容保存成脚本执行即可比如v...
PHP

一、教程:服务器更新了php版本报错(PHP7.3)  :链接地址。二、摘要:1、问题:Continue targeting switch is equivalent to break . did you mean to use "continue 2"2、解决:找到相关文件代码,最好的方式是把 continue...