lamp
LAMP,来自个人的兴趣爱好,提供出来专门针对CentOS/Debian/Ubuntu系统部署LAMP一键环境的,支持Linux + Apache + MySQL/MariaDB/Percona + PHP生产环境,目前也在坚持维护和升级更新。
官网地址: https://www.lamp.sh/
lnmp
LNMP,属于一键包,没有可视化界面,已经更新好多年,每年六月一日会有较大的更新,可以快速的部署LNMP、LAMP环境。基本上涵盖我们常用的建站功能、组件支持和扩展,国内的用户还是比较多在使用的。支持最新的PHP、MYSQL版本以及缓存组件支持
官网地址:https://lnmp.org/
kangle
kangle(kangle web服务器)是一款跨平台、功能强大、安全稳定、易操作的高性能web服务器和反向代理服务器软件,支持asp、net、java。
官网地址:https://github.com/keengo99/kangle
一键安装脚本:
小樱:https://bbs.itzmx.com/forum.php?mod=viewthread&tid=7232&highlight=kangle
rm -rf /etc/yum.repos.d/CentOS-Base.repo;curl -L -s http://github.itzmx.com/1265578519/mirrors/master/CentOS/CentOS6-Base-itzmx.repo -o /etc/yum.repos.d/CentOS6-Base-itzmx.repo
yum -y install wget
echo "timeout=120" >> /etc/yum.conf
yum -y update
yum -y install epel-release
chkconfig nscd off;service nscd stop;yum -y install dnsmasq;sed -i 's/#listen-address.*/listen-address=127.0.0.1/g' /etc/dnsmasq.conf;echo -e 'nameserver 127.0.0.1\nnameserver 8.8.8.8\nnameserver 2001:4860:4860::8888\nnameserver 2606:4700:4700::1111\nnameserver 1.1.1.1\nnameserver 114.114.114.114\nnameserver 119.29.29.29\noptions timeout:1 attempts:1 rotate' > /etc/resolv.conf;chkconfig dnsmasq on;service dnsmasq start
rm -rf /etc/yum.repos.d/CentOS-Base.repo
wget http://github.itzmx.com/1265578519/mirrors/master/CentOS/CentOS6-Base-itzmx.repo -O /etc/yum.repos.d/CentOS6-Base-itzmx.repo
rm -rf /etc/yum.repos.d/*pel.repo /etc/yum.repos.d/epel-testing.repo
wget http://github.itzmx.com/1265578519/mirrors/master/EPEL/epel.repo -O /etc/yum.repos.d/epel.repo
rpm -ivh http://github.itzmx.com/1265578519/repo/master/CentOS/mysql-community-release-el6-5.noarch.rpm
rm -rf /etc/yum.repos.d/mysql-community.repo /etc/yum.repos.d/mysql-community-source.repo
wget http://github.itzmx.com/1265578519/repo/master/CentOS/mysql-community.repo -O /etc/yum.repos.d/mysql-community.repo
yum clean all;yum makecache
yum -y install which file wget make automake gcc gcc-c++ pcre-devel zlib-devel openssl-devel sqlite-devel quota unzip bzip2 libaio-devel bind-utils nload iftop iotop htop lrzsz
ulimit -n 1048576
echo "* soft nofile 1048576" >> /etc/security/limits.conf
echo "* hard nofile 1048576" >> /etc/security/limits.conf
wget http://github.itzmx.com/1265578519/kangle/master/ent/e.sh -O e.sh;sh e.sh /vhs/kangle
wget http://github.itzmx.com/1265578519/kangle/master/kangle/easypanel/ep.sh -O ep.sh;sh ep.sh
yum -y install memcached php-pecl-memcache
yum -y install php-pecl-apc
rm -rf /etc/sysconfig/memcached
wget http://github.itzmx.com/1265578519/kangle/master/memcached/memcached -O /etc/sysconfig/memcached
service memcached start
chkconfig --level 2345 memcached on
echo "127.0.0.1 download.safedog.cn" >> /etc/hosts
echo "127.0.0.1 client-server.safedog.cn" >> /etc/hosts
echo "127.0.0.1 update.safedog.cn" >> /etc/hosts
echo "127.0.0.1 www.safedog.cn" >> /etc/hosts
echo "127.0.0.1 fuyun.safedog.cn" >> /etc/hosts
echo "127.0.0.1 config.safedog.cn" >> /etc/hosts
setenforce 0 && sed -i 's/SELINUX=enforcing/SELINUX=disabled/g' /etc/selinux/config
wget http://github.itzmx.com/1265578519/safedog/master/2.4/safedog_linux64.tar.gz
tar xzf safedog_linux64.tar.gz
cd safedog_linux64
chmod -R 777 install.py
./install.py
sdcmd webflag 0
sdcmd twreuse 1
sdcmd sshddenyflag 1
cd ..
yum -y install mysql mysql-server
rm -rf /etc/my.cnf
wget http://github.itzmx.com/1265578519/kangle/master/mysql/5.6/my.cnf -O /etc/my.cnf
service mysqld restart
yum -y install wget;wget http://kangle.cccyun.cn/start;sh start
yum -y install wget;wget http://kangle.yseaer.cn/install.sh -O install.sh;sh install.sh
狐狸(Hlshell):www.hlsh.sh/hlsh.html
yum -y install wget;wget hlsh.sh -O s;sh s
KOS工具箱:kostool.cn
kangle.us:kangle.us
宝塔面板
宝塔面板,算是这两年新出来的新面板之一,由于有专门的团队运作(不像其他面板单纯个人兴趣爱好),所以在更新升级、功能进度上相当的快。基本上每周都有功能更新和细节修复。宝塔面板有提供WIN和Linux系统的面板,可以安装LNMP、LAMP等环境,而且后台功能比较全,包括备份、监控、定时计划。
宝塔面板毕竟团队运作,官方论坛比较活跃,唯一的问题是新出来可能兼容性以及细节上还需要时间的验证。
官网地址:https://bt.cn/
AMH面板
截止到AMH4.2版本都是提供免费安装的,后来从5.0开始提供付费安装,可以理解开发者的盈利问题,毕竟提供免费工具很难获得盈利,而且会占用较多的时间和维护精力。可以快速安装LNMP环境。从5.0开始付费之后,功能也相当丰富,可以涵盖基本所有的Linux系统的安装环境,比如LNMP、LAMP等,而且有相当丰富的插件支持。
官网地址:http://amh.sh
WDCP面板
WDCP面板,基本上与AMH算是同时期的,虽然这款面板前两年也搁置没有任何更新,但是作者还没有改成付费模式。且目前功能上基本成型,适当的时候也会将软件升级到较新的版本。通过安装可以看到用户可以安装最新的PHP、MYSQL版本,而且可以多PHP版本同存,SSL证书安装都支持。
AppNode
AppNode,面板的前身是VPSMate,当初这个面板还是相当流行的,后来由于各种原因不再更新。AppNode新推出的面板,但是主要是付费服务,免费版本功能很少。新用户可以免费体验30天,如果有准备使用付费面板和功能的可以选择,如果奔着免费开源的面板,那就不用选择。
OneInStack
OneInStack,这个一键脚本是在LNMP之后出现的,也是凭借作者爱好和兴趣提供出来供网友使用,更新比较及时,一旦有新的软件或者有补丁会及时的更新升级。在功能上比LNMP较多一些,很多LNMP原来的用户也纷纷转向这个一键脚本。