zibll子比主题添加小黑屋检测功能模块
操作说明 将xy_block.php放到子比主题里 例如:网站->wp-content->themes->zibll 将block_banned.php放到子比主题的pages文件里 例如:网站->wp-content->themes->zibll->...
最新发布第45页
排序
Git常用命令参考手册
如题 git init # 初始化本地git仓库(创建新仓库) git config --global user.name 'xxx' # 配置用户名 git config --global user.email 'xxx@xxx.com' # 配置邮件 git config --global color.u...
收录谷歌搜索免翻网站
2022年4月24日更新Google搜索:https://www.xn--flw351e.cf/Google搜索:https://s.isway.cn/Google搜索:https://search.ecnu.cf/2022年4月25日更新Google搜索:https://ge1.azurewebsites.net...
宝塔面板常用命令大全
宝塔工具箱(包含下列绝大部分功能 直接ssh中执行bt命令 仅限6.x以上版本面板) bt 停止 /etc/init.d/bt stop 启动 /etc/init.d/bt start 重启 /etc/init.d/bt restart 卸载 /etc/init.d/bt stop ...
CentOS7 BBR内核一键更换脚本
BBR 是 Google 提出的一种新型拥塞控制算法,可以使 Linux 服务器显著地提高吞吐量和减少 TCP 连接的延迟。从 4.9 开始,Linux 内核已经用上了该算法。如果手动更换bbr内核还是比较麻烦的,下面...
Centos7安装Python3
前言 推荐在线安装。但工作需要,服务器不能连接外网,因此需要离线安装。 操作系统说明 操作系统:CentOS Linux release 7.4.1708 (Core)操作系统安装包:CentOS-7-x86_64-Minimal-1708.iso 在...