[不花钱站长]:从免费域名开始[0元] Oracle永久免费VPS[0元] VPS环境搭建免费脚本[0元] 秒变大盘挂载免费网盘[0元] 小白免费采集器1天500W[0元] CF免费DNS+CDN服务[0元]
[零基础网赚]:撸本站免费源码[0元] 网站强引免费蜘蛛法[0元] 图片视频文件免费存储[0元] 外链轻松发布免费友链[0元] 入坑免费教程学习源代码[0元] 网上百种+赚钱联盟推荐[?元]

↑↑VPS推荐网 WWW.VPS.COM.IN 稳定 便宜 免备案↑↑


您现在的位置是:首页 > 全球[VPS测评] >  永久免费VPS 香港VPS,国外永久免费VPS

干净的一键卸载宝塔面板 WEB 运行环境的方法

全球[VPS测评]来源:VPS推荐网点击:1573
【性价之王】【线路之王】【价格之王】【配置之王】
【免费之王】【香港首推】【梯子之王】【独服之王】
干净的一键卸载宝塔面板 WEB 运行环境的方法

现在国内用户使用宝塔面板用来建站的朋友非常多,如果你的 VPS 不想做网站了,需要卸载宝塔,一般的 VPS 商家都可以到后面直接重新安装新的系统,不过有一些商家的 VPS 是不支持重装系统的,像 KT 就需要发工单重新安装系统,那么有什么办法可以把宝塔全面卸载呢?今天就给大家分享一个脚本,到 VPS 里直接执行一下就可以把宝塔面板卸载掉。
脚本如下:
保存成 sh 文件后,直接执行就可以, sh 文件名.sh

 

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112#!/bin/bashPATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:~/binexport PATHRemove_Bt(){if[!-f"/etc/init.d/bt"]||[!-d"/www/server/panel"];thenecho-e"此服务器没有安装宝塔!"echo-e"This server does not install bt-panel"exit;fi/etc/init.d/bt stopif[-f"/usr/sbin/chkconfig"];thenchkconfig--del btelif[-f"/usr/sbin/update-rc.d"];then/usr/sbin/update-rc.dfirm-rf/www/server/panelrm-f/etc/init.d/btecho-e"宝塔面板已卸载成功"echo-e"bt-panel uninstall success"}Remove_Service(){servicePath="/www/server"forservice innginx httpd mysqld pure-ftpd tomcat redis memcached php-fpm-52php-fpm-53php-fpm-54php-fpm-55php-fpm-56php-fpm-70php-fpm-71doif[-f"/etc/init.d/${service}"];then/etc/init.d/${service}stopif[-f"/usr/sbin/chkconfig"];thenchkconfig  --del${service}elif[-f"/usr/sbin/update-rc.d"];thenupdate-rc.d-f${service}removefiif["${service}"="mysqld"];thenrm-rf${servicePath}/mysqlrm-f/etc/my.cnfelif["${service}"="httpd"];thenrm-rf${servicePath}/apacheelif["${service}"="memcached"];thenrm-rf/usr/local/memcachedelif["${service}"="nginx"]||["${service}"="redis"]||["${service}"="tomcat"]||["${service}"="pure-ftpd"];thenrm-rf${servicePath}/${service}firm-f/etc/init.d/${service}echo-e${service}"33[32mclean33[0m"fidoneif[-d"${servicePath}/php"];thenrm-rf${servicePath}/phpfiif[-d"${servicePath}/nvm"];thenrm-rf${servicePath}/nvmfiif[-d"${servicePath}/phpmyadmin"];thenrm-rf${servicePath}/phpmyadminfiif[-f/opt/gitlab/embedded/service/gitlab-rails/Gemfile];thengitlab-ctl stopyum remove gitlab-ce-yrm-rf/opt/gitlabrm-rf/var/opt/gitlabrm-rf/etc/gitlabrm-rf/www/server/panel/plugin/gitlabfi}Remove_Rpm(){echo-e"查询已安装 rpm 包.."echo-e"Find installed packages"forlib inlibiconv-1.14libmcrypt-2.5.8mcrypt-2.6.8mhash-0.9.9.9bt-mysql bt-httpd bt-mariadb bt-php-5.2bt-php-5.3bt-php-5.4bt-php-5.5bt-php-5.6bt-php-7.0bt-php-7.1dorpm-qa|grep${lib}>${lib}.pllibRpm=`cat${lib}.pl`if["${libRpm}"!=""];thenrpm-e${libRpm}--nodeps>/dev/null2>&1echo-e${lib}"33[32mclean33[0m"firm-f${lib}.pldoneecho-e"清理完毕"echo-e"Clean over"}Remove_Data(){rm-rf/www/server/datarm-rf/www/wwwlogsrm-rf/www/wwwroot}echo "================================================="#echo -e "What you want to do ?(Default:1)"echo "1) 卸载宝塔"echo "2) 卸载宝塔及运行环境"#echo "3) 卸载宝塔及运行环境并清除所有站点相关数据"read -p "请选择你要进行的操作(1-2 默认:1): " action;echo "================================================="case $action in'1')Remove_Bt;;'2')Remove_Serviceif[-f"/usr/bin/yum"]&[-f"/usr/bin/rpm"];thenRemove_RpmfiRemove_Bt;;*)Remove_Bt;;esacrm -f bt-uninstall.sh

 

 

 

 

 

 

 

 

 

 

 

 

 

效果如下:

好了,这样就把宝塔面板卸载了,不过最好的方法还是重装安装系统,才是最干净的。

原文:https://www.laozuo.org/13544.html



猜你可能想看的VPS


转载请注明原文地址:http://140.238.13.167:12355/read-203195.html

下一篇       上一篇