前提: 1、已经安装Warp,设置ipv4.(这只是我的环境,没有的设置NAT64应该也行) 2、Debian10系统,因为centos8已经关闭源,ipv6环境下很难切换源。 3、安装完成后,bt端口非8888,详情看脚本输出。 4、安装完成后,需要添加ipv6支持(文章最后一步)。 5、如有侵权请联系删除文章,本文章仅作个人记录。 安装宝塔: …
来源:loc #宝塔面板7.7原版第三方存档 纯原版1:curl -sSO https://raw.githubusercontent.com/zhucaidan/btpanel-v7.7.0/main/install/install_panel.sh && bash install_panel.sh 纯原版2:wget -O in…
Aria2是一款很好用的下载工具,支持多种下载协议,还能离线下载,配合腾讯云轻量应用服务器内置的宝塔面板镜像搭建一个web控制面板就在方便不过了。 首先,下载安装aria和ariaNG的文件。 ARIA2的安装: yum install aria2 -y mkdir /www/server/aria2 touch /www/server/aria2…
宝塔的php7.2 gd库不支持webp格式图片处理 chevereto只支持GD,不支持imagemagick 升级到php7.4 或者用下列命令重新编译php wget -O php.sh http://download.bt.cn/tools/php.sh bash php.sh install 7.4 install 7.* 对应php版本
宝塔面板做的就是一款简单好用的服务器管理软件。 由于宝塔面板的版本更新,不时会出现bug或者强制登录等情况,所以历史版本的使用更为方便,于是做个备份。 一、官方下载链接: http://download.bt.cn/install/update/LinuxPanel-5.9.1.zip http://download.bt.cn/install/u…
宝塔Linux面板最新7.4.5破解网站统计插件免费使用教程。 测试系统:centos7.6 宝塔版本:7.5.2。 (宝塔的历史版本已被本站备份:https://www.dll3.cn/565.html) 我们首先打开路径::/www/server/panel/class下的panelplugin.py文件,搜索“softList['l…
宝塔的php7.2 gd库不支持webp格式图片处理 chevereto只支持GD,不支持imagemagick 升级到php7.4 或者用下列命令重新编译php wget -O php.sh http://download.bt.cn/tools/php.sh bash php.sh install 7.2 install 7.* 对应php版本…
自己的whmcs安装过程中,出现了Warning: require(): open_basedir restriction in effect.错误。 记录: 宝塔部署时,出现“open_basedir restriction in effect”错误 下面是错误代码: Warning: require(): open_basedir restri…