惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

WordPress大学
WordPress大学
V
Visual Studio Blog
P
Privacy International News Feed
月光博客
月光博客
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
L
Lohrmann on Cybersecurity
N
News and Events Feed by Topic
K
KPMG report finds enterprise disconnect between AI and its ROI | CIO
Apple Machine Learning Research
Apple Machine Learning Research
阮一峰的网络日志
阮一峰的网络日志
Webroot Blog
Webroot Blog
T
Threatpost
宝玉的分享
宝玉的分享
The Last Watchdog
The Last Watchdog
小众软件
小众软件
L
LINUX DO - 最新话题
C
Cisco Blogs
T
Troy Hunt's Blog
Schneier on Security
Schneier on Security
酷 壳 – CoolShell
酷 壳 – CoolShell
www.infosecurity-magazine.com
www.infosecurity-magazine.com
雷峰网
雷峰网
G
GRAHAM CLULEY
有赞技术团队
有赞技术团队
Know Your Adversary
Know Your Adversary
博客园 - 叶小钗
罗磊的独立博客
V
V2EX
博客园 - Franky
P
Proofpoint News Feed
SecWiki News
SecWiki News
腾讯CDC
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
Jina AI
Jina AI
博客园 - 三生石上(FineUI控件)
S
Secure Thoughts
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Google DeepMind News
Google DeepMind News
Attack and Defense Labs
Attack and Defense Labs
人人都是产品经理
人人都是产品经理
The Cloudflare Blog
PCI Perspectives
PCI Perspectives
V2EX - 技术
V2EX - 技术
Google DeepMind News
Google DeepMind News
Last Week in AI
Last Week in AI
aimingoo的专栏
aimingoo的专栏
Cisco Talos Blog
Cisco Talos Blog
N
News and Events Feed by Topic
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
S
SegmentFault 最新的问题

记录生活,精彩一刻 - 宝塔

宝塔面板自动挂载 webdav 无需输入密码充当网站附件盘 解决宝塔面板后台访问卡顿软件商店加载不出来问题 宝塔面板强制安装 MySQL8.0 phpMyAdmin访问出现Warning: require_once(./libraries/common.inc.php)完美解决办法 解决宝塔面板SSL证书安装失败: Invalid version. The only valid version for X509Req is 0. 宝塔Nginx免费防火墙拦截发布的文章的解决办法 关于宝塔面板如何调整PHP配置 FTP连接不上 阿里云的服务器 宝塔的面板 解决办法 宝塔面板日常使用八大技巧总结(建议收藏)
宝塔面板v7.7.0 Github纯净版 优化脚本 手动解锁插件
Huo · 2024-04-01 · via 记录生活,精彩一刻 - 宝塔

相关介绍

目前最实用的宝塔7.7.0系列,本地安装纯净版本,并去除了强制绑定帐号、自动创建垃圾文件、活动推荐、在线客服,去除面板日志与网站绑定域名、手动解锁所有付费插件等等。

一、宝塔面板7.7原版

海外

curl -sSO https://raw.githubusercontent.com/zhucaidan/btpanel-v7.7.0/main/install/install_panel.sh && bash install_panel.sh

国内

wget -O install.sh http://f.cccyun.cc/bt/install_6.0.sh && bash install.sh

二、一键破解脚本

curl -sSO https://raw.githubusercontent.com/ztkink/bthappy/main/one_key_happy.sh && bash one_key_happy.sh

备用地址:

curl -sSO https://cdn.cheshirex.com/uploads/sh/one_key_happy.sh && bash one_key_happy.sh

三、彩虹优化补丁 (不建议安装)

(不建议安装,可能在使用一键迁移的时候出错)

curl -sS -O https://raw.githubusercontent.com/woniu336/open_shell/main/optimize.sh && chmod +x optimize.sh && ./optimize.sh

备用地址:

wget -O optimize.sh http://f.cccyun.cc/bt/optimize.sh && bash optimize.sh

1.去除宝塔面板强制绑定账号;
2.去除各种删除操作时的计算题与延时等待;
3.去除创建网站自动创建的垃圾文件(index.html、404.html、.htaccess)
4.关闭未绑定域名提示页面,防止有人访问未绑定域名直接看出来是用的宝塔面板;
5.关闭活动推荐与在线客服;
6.去除自动校验文件与上报信息定时任务;
7.去除面板日志与网站绑定域名上报。

四、去后门

sudo echo "" > /www/server/panel/script/site_task.py
sudo chattr +i /www/server/panel/script/site_task.py
sudo rm -rf /www/server/panel/logs/request/*
sudo chattr +i -R /www/server/panel/logs/request

净化面板

一、下载文件

wget -O /tmp/bt.zip https://github.com/woniu336/btpanel-v7.7.0/raw/main/bt/bt.zip

二、解压文件并合并到目标目录

unzip -uo /tmp/bt.zip -d /www/server/panel/BTPanel/templates/default

三、删除下载的压缩文件

rm /tmp/bt.zip

四、重启宝塔面板

bt restart

搞定!

宝塔面板linux版修改底部版权

第一步:登录宝塔面板
第二步:点击左边的文件菜单
第三步:在www目录下查找layout.html文件
第四步:编辑layout.html文件的第85行,用自定义的名字替换‘{{session[‘brand’]}}{{session[‘product’]}}’这个字符串。
第五步:修改后,重启面板。