Coder Social home page Coder Social logo

happpybt's Introduction

前期准备

安装python

1.安装前查看当前系统下的python版本号

python -V

2.获取python3.x的官方软件包

wget https://www.python.org/ftp/python/3.6.5/Python-3.6.5.tgz

3.解压缩该软件包

tar -zxvf Python-3.6.5.tgz

4.在解压目录下安装配置

cd Python-3.6.5

./configure

5.编译并安装

make

make install

6.验证当前系统下安装的python版本号

python3 -V

安装pip

1.用脚本安装pip
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
python get-pip.py #会看到Successfully.....等安装成功的字样

2.yum安装pip
2.1 首先安装拓展源

yum -y install epel-release
2.2安装pip

yum -y install python-pip

7.0.2版本(适用内存足的服务器)

脚本简介

本次面板版本:7.0.2
本脚本支持一键安装开心版宝塔面板 以及 已经安装宝塔面板升级开心版!
感谢大家使用该脚本,本脚本未加密,有没有后门大家自己看就知道了,仅仅将书记的脚本本地化了,未经任何修改,请放心使用!
本次脚本支持:Centos 7、Debian、Ubuntu!

脚本特点

1. 优化了防火墙安装失败问题!
2. 优化了脚本无法安装面板,不兼容centos8问题!
3. 面板升级为7.0.2!!
4. 修复了若干已知BUG!

面板日志

1、修正一处面板被某些恶意攻击而导致的面板不稳定问题
2、调整CPU信息显示格式
3、修正Ubuntu下计划任务失效问题
4、修正Ubuntu下文件重命名误操作导致的文件覆盖问题
5、优化面板加载逻辑,启动速度提升3倍
6、优化数据加密模块兼容性
7、优化网站/数据库/FTP的搜索功能
8、修正开启目录保护后指定目录无法运行PHP的问题
9、重构【宝塔终端】模块
10、增加PHP-FPM日志清理机制
11、其它细节调整
注意:本次更新为紧急可靠性更新,建议所有用户更新

升级方法(已安装宝塔 7.0.2 免费面板)

1.大家之前安装了 6X 开心版宝塔的 直接 输入 bt命令 选择 0或者18 升到最新 7.0.2 开心版 或者 输入:curl https://52bt.cn/install/update6.sh|bash

2.如果 你是免费的 6.x 宝塔面板 可以使用脚本 升到最新的开心版 7.0.2 面板 或者 输入:curl https://52bt.cn/install/update6.sh|bash

脚本拉黑去除

Centos -1 拉黑解决yum -y install e2fsprogs && wget -O ovo.sh https://52bt.cn/install/ovo.sh && bash ovo.sh

Ubuntu/Debian -1 拉黑解决apt-get install e2fsprogs && wget -O ovo.sh https://52bt.cn/install/ovo.sh && bash ovo.sh

安装 7.0.2 面板

5合1 安装命令(宝塔 7.0.2 开心版面板):Ubuntu/Debian需安装apt-get install wget apt-get install e2fsprogs

yum -y install wget && yum -y install e2fsprogs && wget https://52bt.cn/install/diyu.sh && bash diyu.sh

Bt_Panel_Pro 腳本(Centos):极速安装方式 (安装时间1至10分钟)

yum -y install wget;wget https://52bt.cn/install/install_6.0.sh && bash install_6.0.sh

Bt_Panel_Pro 腳本(Centos/Ubuntu/Debian支持ipv6):极速安装方式 (安装时间1至10分钟)

curl -sSO https://52bt.cn/install/new_install.sh && bash new_install.sh

Bt_Panel_Pro 腳本(Ubuntu):极速安装方式 (安装时间1至10分钟)

wget -O install.sh https://52bt.cn/install/install-ubuntu_6.0.sh && sudo bash install.sh

Bt_Panel_Pro 腳本(Debian):极速安装方式 (安装时间1至10分钟)

wget -O install.sh https://52bt.cn/install/install-ubuntu_6.0.sh && bash install.sh

Bt_Panel_Pro 腳本(Fedora):极速安装方式 (安装时间1至10分钟)

wget -O install.sh https://52bt.cn/install/install_6.0.sh && bash install.sh

已经安装面板

Bt_Panel 脚本(升级开心版):极速安装方式 (安装时间1至10秒)

curl https://52bt.cn/install/update6.sh|bash

Nginx防火墙脚本

Bt_Panel 防火墙脚本(一定要安装好Nginx环境):
防火墙需要面板先安装,然后在使用脚本安装防火墙,请勿在面板升级防火墙!(请勿面板私自升级防火墙,否则无法使用!)

wget https://52bt.cn/install/btwaf.sh && bash btwaf.sh

Apache防火墙脚本

注意:防火墙需要面板先安装,然后在使用脚本安装防火墙,请勿在面板升级防火墙!(请勿面板私自升级防火墙,否则无法使用!)

注意:该版本是书记之前发布的最后一个版本,虽然很老旧,但是依然可以使用,欢迎大家提供Apache 7.2 - 6.9版本防火墙的文件!

wget https://52bt.cn/install/btwaf_httpd.sh && bash btwaf_httpd.sh

宝塔同步工具

安装此插件打开可能会报错,需要重启面板就可以正常使用!

第三方插件免费脚本

wget -O plugin3.sh https://52bt.cn/install/plugin3.sh && bash plugin3.sh

不想使用開心版的,直接使用官方腳本轉成免費

wget -O update.sh http://download.bt.cn/install/update.sh && bash update.sh free

5.9.1(适用小机器)

脚本简介

本次面板版本:5.9.1
本脚本支持一键安装开心版宝塔面板 以及 已经安装宝塔面板升级开心版!
感谢大家使用该脚本,本脚本未加密,有没有后门大家自己看就知道了,仅仅将书记的脚本本地化了,未经任何修改,请放心使用!
本次脚本支持:Centos 7、Debian、Ubuntu!

脚本特点

1. 本次脚本 放在 腾讯3m香港小鸡上,速度会很慢,大家耐心等待。。。 如果还出现 问题 把服务器 dns 改成 8.8.8.8 8.8.4.4 怎么改 谷歌!
2. 杜绝盗取本脚本 非法出事 请大家使用 开心版的同时 支持正版!
3. 允许转载本脚本、需留下出处!
4. 为了安全考虑,面板端口已经由 8888 改 8899 若无法打开面板,请放行8899端口!
5. 插件直接面板安装即可用!

面板日志

1、优化验证码模块,增强可辨识度
2、优化面板加载逻辑,提升面板响应速度
3、修正部分服务器因升级Openssl之后导致面板异常的问题
4、修正部分地区无法正常绑定小程序的问题

更新技巧

1.如果 你是免费的 5.x 宝塔面板 可以使用脚本 升到最新的开心版 5.9.1 面板(或者输入:curl https://52bt.cn/install/update_pro.sh|bash)!

结束:该版本 完美破解版,无任何bug~!别打脸~!

安装 5.9.1 面板

Bt_Panel_Pro 腳本(Centos):极速安装方式 (安装时间1至10分钟)

yum install -y wget && wget -O install.sh https://52bt.cn/install/install.sh && sh install.sh

Bt_Panel_Pro 腳本(Ubuntu):极速安装方式 (安装时间1至10分钟)

wget -O install.sh https://52bt.cn/install/install-ubuntu.sh && sudo bash install.sh

Bt_Panel_Pro 腳本(Debian):极速安装方式 (安装时间1至10分钟)

wget -O install.sh https://52bt.cn/install/install-ubuntu.sh && bash install.sh

Bt_Panel_Pro 腳本(Fedora):极速安装方式 (安装时间1至10分钟)

wget -O install.sh https://52bt.cn/install/install.sh && bash install.sh

已经安装面板

Bt_Panel 脚本(升级开心版):极速安装方式 (安装时间1至10秒)

curl https://52bt.cn/install/update_pro.sh|bash

不想使用開心版的,直接使用官方腳本轉成免費

wget -O update.sh http://download.bt.cn/install/update.sh && bash update.sh free

5.9.2适合低配置,小内存机器!如果机器配置足够还是推荐安装最新的破解版!最新的破解版在网站右上角!

安装要求

Python版本: 2.6/2.7(安装宝塔时会自动安装)
内存:128M以上,推荐512M以上(纯面板约占系统10M内存)
硬盘:100M以上可用硬盘空间(纯面板约占20M磁盘空间)
系统:CentOS 6.x / 7.x (Ubuntu、Debian、Fedora 请点这里),
确保是干净的操作系统,不支持32位系统,没有安装过其它环境带的Apache/Nginx/php/MySQL(已有环境不可安装)


宝塔面板 5.9.2 安装命令 New端口:3888

Centos安装命令:

yum install -y wget && wget -O install.sh https://download.ccspump.com/install/install.sh && sh install.sh

Ubuntu/Deepin安装命令:

wget -O install.sh https://download.ccspump.com/install/install-ubuntu.sh && sudo bash install.sh

Debian安装命令:

wget -O install.sh https://download.ccspump.com/install/install-ubuntu.sh && bash install.sh

Fedora安装命令:

wget -O install.sh https://download.ccspump.com/install/install.sh && bash install.sh

更新命令:

curl https://download.ccspump.com/install/update.sh|bash

免费版升级专业版

升级专业版脚本:

wget -O update_pro.sh https://download.ccspump.com/install/update_pro.sh && bash update_pro.sh

宝塔面板 7.2.0 安装命令 New端口:8088

Centos安装命令:

yum install -y wget && wget -O install.sh https://download.ccspump.com/install/install_6.0.sh && sh install.sh

试验性Centos/Ubuntu/Debian安装命令 独立运行环境(py3.7) 可能存在少量兼容性问题 不断优化中

curl -sSO https://download.ccspump.com/install/install_panel.sh && bash install_panel.sh

Ubuntu/Deepin安装命令:

wget -O install.sh https://download.ccspump.com/install/install-ubuntu_6.0.sh && sudo bash install.sh

Debian安装命令:

wget -O install.sh https://download.ccspump.com/install/install-ubuntu_6.0.sh && bash install.sh

Fedora安装命令:

wget -O install.sh https://download.ccspump.com/install/install_6.0.sh && bash install.sh

Linux面板7.2.0升级命令:

curl https://download.ccspump.com/install/update6.sh|bash

插件相关脚本

收费Nginx防火墙(面板先安装在执行脚本):

wget -O btwaf.sh https://download.ccspump.com/install/btwaf.sh && bash btwaf.sh install

免费Nginx防火墙(无需面板安装):

wget -O free_btwaf.sh https://download.ccspump.com/install/free_btwaf.sh && bash free_btwaf.sh install

收费Apache防火墙(面板先安装在执行脚本):

wget -O btwaf_httpd.sh https://download.ccspump.com/install/btwaf_httpd.sh && bash btwaf_httpd.sh install

主机异常登录插件脚本

wget -O host_login.sh https://download.ccspump.com/install/host_login.sh && bash host_login.sh install

河马webshell查杀插件脚本

wget -O hm_shell_san.sh https://download.ccspump.com/install/hm_shell_san.sh && bash hm_shell_san.sh install

修复工具

解除拉黑、解锁文件脚本:

wget -O waf.sh https://download.ccspump.com/install/waf.sh && bash waf.sh

happpybt's People

Contributors

closty avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.