当前宝塔版本 7.7.0 可用,第三方插件提示“文件hash校验失败”无法安装暂未解决,还有偶发性失效,请重新替换 找到文件 /www/server/panel/data/plugin.json 批量替换 "endtime": -1为"endtime": 9999999999999 一键替换命令,可在计划任务中直接添加 cd /www/s…
使用 salsa20 或 chacha20 或 chacha20-ietf 算法,需要安装 libsodium ,否则就算在config.json里面设置成chacha20也会提示method not supported. centos: yum -y groupinstall "Development Tools" wget https://gi…
以下是代码 \#!/usr/bin/env bash Green="\033[32m" Font="\033[0m" Red="\033[31m" \#root权限 root_need(){ if [[ $EUID -ne 0 ]]; then echo -e "${Red}Error:This script must be run as ro…