Last update at :2023-12-12,Edit by888u
Today is the annual Children’s Day, Jun Ge released the LNMP one-click installation package V1.2 on his blog!
LNMP 1.2 rewrites and optimizes scripts, using lnmp for most management tasks, upgrade.sh for program upgrades, and addons.sh for component installation and uninstallation. At the same time, many practical scripts have been added.
The LNMP one-click installation package is written in Linux Shell and can be used to install LNMP (Nginx/MySQL/PHP), LNMPA (Nginx/MySQL) for CentOS/RadHat/Fedora, Debian/Ubuntu/Raspbian VPS (VDS) or independent hosts. /PHP/Apache), LAMP (Apache/MySQL/PHP) Shell program for production environment. At the same time, some practical auxiliary tools are provided, such as: virtual host management, FTP user management, Nginx, MySQL/MariaDB, PHP upgrade, installation of common cache components, reset MySQL root password, 502 automatic restart, log cutting, SSH protection DenyHosts/ Fail2Ban, backup and many other useful scripts.
Detailed installation tutorial reference: http://lnmp.org/install.html
It is recommended to use screen before installation. After executing: screen -S lnmp, execute: wget -c http://soft.vpser.net/lnmp/lnmp1.2-full. tar.gz && tar zxf lnmp1.2-full.tar.gz && cd lnmp1.2-full && ./install.sh {lnmp|lnmpa|lamp}
LNMP status management:lnmp {start|stop|reload|restart|kill|status}
Status management of each LNMP program: lnmp {nginx|mysql|mariadb|php-fpm|pureftpd} {start|stop|reload|restart|kill|status}
Virtual host management: lnmp vhost {add|list|del}
Database management:lnmp database {add|list|del}
FTP user management: lnmp ftp {add|list|del}
V1.2 update record
Completely rewrite most scripts such as optimized installation scripts, upgrade scripts and component installation;
Status management, virtual host management, FTP management and database management are all replaced by lnmp commands, and /root/vhost.sh and /root/lnmp scripts are removed;
The upgrade scripts of Nginx, MySQL/MariaDB, and PHP are integrated into upgrade.sh;
The installation and uninstallation of cache, acceleration, imageMagick, ionCube, etc. are performed using addons.sh;
Added SSH protection tool DenyHosts, Failban installation script and DenyHosts blocked IP deletion script;
Add new backup script backup.sh;
Supported Linux distributions: CentOS 5-7, RHEL 6-7, Fedora 20-21, Aliyun, Debian 6-8, Raspbian, Ubuntu 10.10-15.04;
Supports ARM platform, Raspberry Pi has been tested;
When installing MySQL, you can choose 5.1.73, 5.5.42, 5.6.23, and MariaDB can choose 5.5.42, 10.0.17;
You can choose 5.2.17, 5.3.29, 5.4.41, 5.5.25, 5.6.9 when installing PHP;
Add memory optimization jemalloc or gperftools during installation;
Apache can be installed with 2.2.29 or 2.4.12;
Apache logs are unified into /home/wwwlogs/;
Update Nginx to 1.8.0;
Update Zend Guard Loader to support PHP 5.6;
The Nginx configuration file has been adjusted, php and pathinfo are enabled using the include method, and SSL sample configuration is added;
…
Add, delete virtual hosts and pseudo-static management: http://lnmp.org/faq/lnmp-vhost-add-howto.html
Installation of eAccelerator, xcache, memcached, imageMagick, ionCube, opcache, redis: http://lnmp.org/faq/addons.html
Use the communication forum: http://bbs.vpser.net/forum-25-1.html
Recommended site searches: cn domain name, Hong Kong cloud host, US PHP space, corporate virtual host, Hong Kong IP, German server, website for renting a server, domain name registration official website, ICP website filing, Linux virtual host,
发表评论