Tagged articles
19 articles
Page 1 of 1
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.

CentOSLAMPNFS
0 likes · 6 min read
Step-by-Step Guide: Deploy WordPress with NFS on CentOS 7
MaGe Linux Operations
MaGe Linux Operations
Oct 27, 2024 · Operations

Step-by-Step Guide to 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 its database, and verifying the site works, providing all necessary commands and configuration details.

DeploymentLAMPWordPress
0 likes · 5 min read
Step-by-Step Guide to 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
ITPUB
ITPUB
Nov 6, 2023 · Databases

Why MySQL Dominates China While PostgreSQL Lags Behind

Despite PostgreSQL’s rapid global growth, MySQL remains the leading database in China, a gap explained by early Windows support, the entrenched LAMP stack, lower entry barriers, extensive tooling, and strong backing from major tech firms, as illustrated by trend data and ecosystem analysis.

ChinaDatabase PopularityEcosystem
0 likes · 9 min read
Why MySQL Dominates China While PostgreSQL Lags Behind
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.

CompilationLAMPUbuntu
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.

ApacheBBSLAMP
0 likes · 24 min read
How to Build a High‑Performance LAMP Stack with FastCGI, ApacheBench, and XCache
21CTO
21CTO
May 12, 2019 · Backend Development

Choosing the Right Web Stack: LAMP vs MEAN and Beyond

This article compares popular web technology stacks such as LAMP and MEAN, explains their components and derivatives, discusses other options like WISA, Ruby, Java‑Spring and Django, and provides practical guidance on how to select the most suitable stack for a project.

LAMPTechnology Comparisonbackend-development
0 likes · 11 min read
Choosing the Right Web Stack: LAMP vs MEAN and Beyond
21CTO
21CTO
May 20, 2018 · Backend Development

Why the MEAN Stack Could Beat LAMP for Your Next Project

The article compares the MEAN (MongoDB, Express, Angular, Node.js) and LAMP stacks, highlighting MEAN's flexibility, simplicity, and performance advantages while acknowledging LAMP's reliability, and lists nine reasons to consider MEAN for new projects.

AngularLAMPMongoDB
0 likes · 12 min read
Why the MEAN Stack Could Beat LAMP for Your Next Project
MaGe Linux Operations
MaGe Linux Operations
Dec 29, 2016 · Backend Development

How to Build a LAMP Stack on CentOS 7 and Deploy WordPress

This guide walks through installing the LAMP stack (Linux, Apache, MySQL/MariaDB, PHP) on CentOS 7, explains HTTP request processing for static and dynamic resources, and then shows step‑by‑step deployment of WordPress and phpMyAdmin, including common pitfalls and fixes.

ApacheLAMPWordPress
0 likes · 8 min read
How to Build a LAMP Stack on CentOS 7 and Deploy WordPress
21CTO
21CTO
Dec 5, 2015 · Backend Development

How LAMP Powers Rapid Iteration Across Development, Testing, and Operations

This article explains how a unified LAMP-based solution enables fast development, automated testing, and streamlined operations for large‑scale online services, detailing the architecture’s layers, tooling, and future directions for standardization and platformization.

LAMPOperationsTesting Automation
0 likes · 8 min read
How LAMP Powers Rapid Iteration Across Development, Testing, and Operations
MaGe Linux Operations
MaGe Linux Operations
Jun 11, 2015 · Operations

How to Automate LAMP Stack Deployment with Ansible Roles

This guide walks you through using Ansible—an agent‑less, SSH‑based automation tool—to create reusable roles and deploy a complete LAMP platform across multiple servers, covering installation, inventory setup, SSH key authentication, directory structure, playbooks, tasks, handlers, and verification steps.

AnsibleLAMPRoles
0 likes · 11 min read
How to Automate LAMP Stack Deployment with Ansible Roles