Liangxu Linux
Liangxu Linux
Mar 16, 2025 · Operations

How to Cross‑Compile and Deploy vsftpd on an ARM Board

This guide walks you through extracting the vsftpd source, configuring the ARM cross‑toolchain, compiling the server, copying binaries and configuration files to the target board, creating a startup script, and testing the FTP service from a PC client.

ARMEmbedded LinuxFTP server
0 likes · 15 min read
How to Cross‑Compile and Deploy vsftpd on an ARM Board
21CTO
21CTO
Feb 28, 2017 · Operations

How to Build a Robust Init Script for a Swoole Mail Server on Linux

This guide explains how to create a full-featured init script for a Swoole‑based mail service, enabling start, stop, restart, reload, and status commands, plus automatic boot‑time activation, with complete shell code and step‑by‑step instructions.

LinuxService ManagementSwoole
0 likes · 6 min read
How to Build a Robust Init Script for a Swoole Mail Server on Linux
21CTO
21CTO
Sep 16, 2015 · Operations

Master Nginx: From Installation to Load Balancing and Service Scripts

This guide walks through testing Nginx configuration, starting the server, understanding its load‑balancing architecture, installing from source with required dependencies, handling common build errors, reviewing the final configuration summary, and creating a Linux init script for reliable service management.

ConfigurationInstallationLoad Balancing
0 likes · 10 min read
Master Nginx: From Installation to Load Balancing and Service Scripts