Baota Panel Server Management Guide: from installation to LNMP environment setup
Baota Panel is one of the most popular Linux server management panels. Complete guide from installation, environment config to website deployment and security.
Baota Panel is one of the most popular Linux server management panels. Complete guide from installation, environment config to website deployment and security.
LNMP is the classic server architecture for PHP websites. Complete guide from Linux system initialization through Nginx, MySQL, PHP installation and optimization.
An introduction to CIS Benchmarks and their Level 1/Level 2 tiers, common Linux baseline items, and CIS-CAT scanning plus automation steps for systematic hardening and compliance.
To extract parts of a path in Shell scripts, use ${variable#...}, ${variable##...}, ${variable%...}, and ${variable%%...} pattern matching to quickly strip directory components or extensions.
scp is a secure remote file copy command based on SSH that transfers files and directories between Linux servers with encryption. This article covers scp syntax, common parameters, and examples of uploading and downloading files and directories.
Use a for loop in Linux to compress every folder in the current directory into a zip file with the same name, or use tar to package multiple folders into one archive. This article covers both common batch compression approaches.
Binding IP addresses to MAC addresses as static ARP entries on Linux helps prevent ARP spoofing attacks on the LAN. This article covers the immediate-effect arp -s command and writing it into rc.local for auto-binding at boot.
Server logs are the first place to check when troubleshooting. Linux log management, real-time monitoring, and analysis basics.
Build a Docker Compose LAMP stack (Nginx + PHP-FPM + MySQL) with a .env file, Nginx-to-PHP routing, troubleshooting notes, and a pre-launch security checklist.