Tag

LAMP

0 views collected around this technical thread.

Raymond Ops
Raymond Ops
Jun 15, 2025 · Operations

Step-by-Step Guide: Deploy WordPress with NFS on CentOS 7

This tutorial walks through configuring an NFS server and client on CentOS 7, installing the LAMP stack, setting up a virtual host, deploying WordPress, configuring the MySQL database, and verifying the site works, providing complete command‑line instructions and code snippets.

CentOSLAMPMySQL
0 likes · 6 min read
Step-by-Step Guide: Deploy WordPress with NFS on CentOS 7
Efficient Ops
Efficient Ops
Mar 4, 2024 · Databases

How MySQL’s Ecosystem Fueled Its Rise and Shaped Modern Databases

The article traces MySQL’s origins from Monty Widenius’s early Unireg project through its rapid growth, acquisition by Sun and Oracle, and the emergence of MariaDB, highlighting how an open‑source, user‑focused ecosystem and the LAMP stack propelled MySQL to become the world’s most popular database.

Database HistoryLAMPMariaDB
0 likes · 10 min read
How MySQL’s Ecosystem Fueled Its Rise and Shaped Modern Databases
php中文网 Courses
php中文网 Courses
Nov 7, 2023 · Backend Development

Top 10 Popular Web Development Stacks and How to Choose the Right One

This article introduces the ten most popular web development stacks—MERN, MEAN, LAMP, MEVN, Django, Ruby on Rails, MERN with Nest.js, Laravel, PERN, and ASP.NET Core—explains their components, provides code examples, and offers guidance on selecting the most suitable stack for a project.

DjangoLAMPMERN
0 likes · 9 min read
Top 10 Popular Web Development Stacks and How to Choose the Right One
php中文网 Courses
php中文网 Courses
Mar 31, 2021 · Backend Development

Compiling PHP Source on Ubuntu 14.04: Common Errors and Solutions

This guide walks through setting up a LAMP environment on Ubuntu 14.04, cloning the PHP source, configuring and building it, and provides a comprehensive list of compilation errors with step‑by‑step commands to resolve each dependency issue.

CompilationLAMPPHP
0 likes · 7 min read
Compiling PHP Source on Ubuntu 14.04: Common Errors and Solutions
Efficient Ops
Efficient Ops
Nov 24, 2019 · Backend Development

How to Build a High‑Performance LAMP Stack with FastCGI, ApacheBench, and XCache

This guide walks through deploying a LAMP architecture with static‑dynamic separation, compiling PHP with FastCGI, configuring Apache proxy to PHP‑FPM, performing load testing using ApacheBench, installing XCache for PHP acceleration, and finally setting up a Discuz BBS forum, providing step‑by‑step commands and performance metrics.

ApacheBBSFastCGI
0 likes · 24 min read
How to Build a High‑Performance LAMP Stack with FastCGI, ApacheBench, and XCache