转自loc论坛https://www.hostloc.com/thread-498835-1-1.html
1净化系统centos7系统
【源】https://github.com/MeowLove/AlibabaCloud-CentOS7-Pure-and-safe
脚本
sudo curl -sSL https://raw.githubusercontent.com/MeowLove/AlibabaCloud-CentOS7-Pure-and-safe/master/download/kill/New_installation.sh | sudo bash
参考:
https://cvps.top/8229.html
2一键安装锐速/BBR,为VPS提速 一键脚本 暴力BBR
wget -N --no-check-certificate "https://raw.githubusercontent.com/chiakge/Linux-NetSpeed/master/tcp.sh" && chmod +x tcp.sh && ./tcp.sh
参考:
https://cvps.top/8788.html
3.宝塔5.9.1免费版安装
Centos安装脚本
yum install -y wget && wget -O install.sh http://download.bt.cn/install/install.sh && sh install.sh
4.开心版坛子大佬的方法)
首先安装面板免费版
然后升级专业版(5.9专业版)
wget -O update.sh http://download.bt.cn/install/update_pro.sh && bash update.sh pro
找到路径/www/server/panel/class 找到文件名或者直接搜索:common.py
搜索代码164行
data = panelAuth().get_order_status(None)
替换成
data = {'status' : True,'msg' : {'endtime' : 32503651199 }}
完成后,进入 /www/server/panel/data 新建一个文件 文件名为:userInfo.json 内容空的,如果存在这个文件的删掉重新新建文件。
(shell: echo > /www/server/panel/data/userInfo.json)
最后输入命令 /etc/init.d/bt restart 重启宝塔 完美嗨皮!!
参考:
https://cvps.top/8364.html
5.富强脚本
我比较喜欢用逗比根据地的。。这东西自行查找!!!!
文章评论