Tagged articles
153 articles
Page 2 of 2
Programmer DD
Programmer DD
Jan 13, 2021 · Backend Development

Mastering Nginx: From Reverse Proxy to High‑Availability Load Balancing

This guide explains Nginx’s core concepts—including reverse and forward proxy, load‑balancing strategies, static‑dynamic separation, essential commands, configuration file structure, practical reverse‑proxy setups, load‑balancing implementations, and high‑availability clustering with keepalived—providing a complete roadmap for building robust backend services.

Backend DevelopmentServer Configurationhigh availability
0 likes · 10 min read
Mastering Nginx: From Reverse Proxy to High‑Availability Load Balancing
Top Architect
Top Architect
Nov 28, 2020 · Operations

Comprehensive Nginx Guide: Architecture, Reverse Proxy, Load Balancing, Static/Dynamic Separation, and High Availability

This article provides a detailed overview of Nginx, covering its high‑performance architecture, reverse‑proxy concepts, load‑balancing strategies, static‑dynamic separation techniques, common command‑line operations, configuration file structure, practical reverse‑proxy and load‑balancing examples, and a high‑availability solution using Keepalived.

OperationsServer Configurationhigh availability
0 likes · 10 min read
Comprehensive Nginx Guide: Architecture, Reverse Proxy, Load Balancing, Static/Dynamic Separation, and High Availability
Liangxu Linux
Liangxu Linux
Nov 12, 2020 · Operations

Secure Intranet Web Access with HTTPS Using Nginx and FRP

This guide shows how to add HTTPS to an internal web service by either routing traffic through Nginx as a reverse proxy or configuring FRP itself with SSL certificates, including detailed server (frps) and client (frpc) settings, firewall tips, and verification steps.

NGINXServer Configurationfrp
0 likes · 5 min read
Secure Intranet Web Access with HTTPS Using Nginx and FRP
Open Source Linux
Open Source Linux
Sep 30, 2020 · Operations

Mastering Nginx: Reverse Proxy, Load Balancing, and High Availability Guide

This comprehensive guide explains Nginx's core concepts—including reverse proxy, load balancing, static‑dynamic separation, common commands, configuration blocks, and high‑availability setup with Keepalived—providing practical examples, diagrams, and code snippets for reliable server deployment.

NGINXOperationsServer Configuration
0 likes · 11 min read
Mastering Nginx: Reverse Proxy, Load Balancing, and High Availability Guide
Liangxu Linux
Liangxu Linux
Sep 28, 2020 · Operations

Master Nginx: Reverse Proxy, Load Balancing, and High‑Availability Setup

This guide explains Nginx fundamentals, including its reverse‑proxy and load‑balancing capabilities, static‑dynamic separation, common command‑line usage, configuration file structure, and step‑by‑step high‑availability deployment with Keepalived, providing practical examples and diagrams for each feature.

Server Configurationhigh availabilityload balancing
0 likes · 11 min read
Master Nginx: Reverse Proxy, Load Balancing, and High‑Availability Setup
Full-Stack Internet Architecture
Full-Stack Internet Architecture
Apr 12, 2020 · Backend Development

Nginx Introduction, Installation, Load‑Balancing Configuration and Tomcat Setup on CentOS 7

This guide explains what Nginx is and how reverse proxy works, details its load‑balancing algorithms, provides step‑by‑step commands to download, compile and install Nginx and Tomcat on CentOS 7, shows how to configure Nginx upstreams for Tomcat servers, and lists common pitfalls such as firewall blocks.

BackendCentOSNGINX
0 likes · 10 min read
Nginx Introduction, Installation, Load‑Balancing Configuration and Tomcat Setup on CentOS 7
Programmer DD
Programmer DD
Apr 8, 2020 · Backend Development

How to Mirror Traffic in Nginx Using the ngx_http_mirror_module

This guide explains why and how to copy production traffic to a pre‑release environment, walks through installing Nginx, configuring the ngx_http_mirror_module, building Nginx from source with the module, and provides useful commands and documentation links.

LinuxNGINXServer Configuration
0 likes · 9 min read
How to Mirror Traffic in Nginx Using the ngx_http_mirror_module
Liangxu Linux
Liangxu Linux
Feb 1, 2020 · Operations

Mastering NTP: Configure Accurate Time Sync on Linux Servers

This guide explains the fundamentals of the Network Time Protocol, the hierarchy of NTP strata, three synchronization modes, and provides step‑by‑step Linux commands to install, configure, start, and verify an NTP server as well as client setup.

NTPServer Configurationnetwork protocol
0 likes · 8 min read
Mastering NTP: Configure Accurate Time Sync on Linux Servers
Ops Development Stories
Ops Development Stories
Jul 29, 2019 · Operations

Mastering Nginx Reverse Proxy, Load Balancing, and Caching

This article explains how to configure Nginx as a reverse proxy, implement load‑balancing strategies, separate static and dynamic content, set up proxy caching with various directives, purge caches, and enable gzip compression, providing complete code examples and practical testing results.

GzipNGINXOperations
0 likes · 17 min read
Mastering Nginx Reverse Proxy, Load Balancing, and Caching
MaGe Linux Operations
MaGe Linux Operations
Jan 16, 2019 · Operations

How to Install and Configure a Linux DNS Server with BIND

This guide explains the purpose of DNS, the role of the /etc/hosts file, the different DNS record types, and provides step‑by‑step instructions for installing BIND on Linux, configuring master, slave and cache servers, and managing zones and records.

BINDDNSLinux
0 likes · 17 min read
How to Install and Configure a Linux DNS Server with BIND
360 Quality & Efficiency
360 Quality & Efficiency
Dec 29, 2018 · Fundamentals

Introduction to DNS Concepts and BIND Server Configuration

This article explains DNS fundamentals, the impact of incorrect local DNS on user experience, outlines recursive and authoritative DNS roles, describes domain hierarchy, and provides a practical overview of BIND server setup, its configuration files, and sample zone definitions with dig query results.

BINDDNSDomain Name System
0 likes · 5 min read
Introduction to DNS Concepts and BIND Server Configuration
MaGe Linux Operations
MaGe Linux Operations
Dec 16, 2018 · Backend Development

Master Nginx: Install, Configure Reverse Proxy, Load Balancing, and HTTPS

This article provides a comprehensive guide to Nginx, covering its purpose as a lightweight web and reverse‑proxy server, step‑by‑step installation on Linux and Windows, essential command‑line controls, and detailed configuration examples for HTTP reverse proxy, load balancing, multiple webapps, HTTPS, static sites, and CORS handling.

HTTPSServer Configurationload balancing
0 likes · 15 min read
Master Nginx: Install, Configure Reverse Proxy, Load Balancing, and HTTPS
Java Backend Technology
Java Backend Technology
Nov 5, 2018 · Databases

Top 10 MySQL Errors Every DBA Should Know and How to Fix Them

This article presents ten classic MySQL error scenarios—from connection limits and replication conflicts to permission issues and timeout settings—explaining their causes, illustrating them with screenshots, and offering concrete configuration tweaks and procedural steps to resolve each problem efficiently.

Database ErrorsSQLServer Configuration
0 likes · 9 min read
Top 10 MySQL Errors Every DBA Should Know and How to Fix Them
ITPUB
ITPUB
May 22, 2018 · Fundamentals

Master Linux DNS: Install, Configure, and Manage BIND Servers

This guide explains the fundamentals of DNS, how hostnames map to IP addresses, and provides step‑by‑step instructions for installing BIND on Linux, configuring master, slave, and cache servers, defining zones, and managing common DNS record types.

BINDDNSLinux
0 likes · 17 min read
Master Linux DNS: Install, Configure, and Manage BIND Servers
MaGe Linux Operations
MaGe Linux Operations
Dec 18, 2017 · Operations

Master Linux DNS Server: Installation, Configuration, and Management Guide

This comprehensive guide explains how DNS translates hostnames to IP addresses, covers the role of /etc/hosts, details domain name components, describes the three DNS server types, and provides step‑by‑step instructions for installing BIND, configuring master, slave, and cache zones, as well as managing records, TTL, and common troubleshooting commands on Linux.

BINDDNSServer Configuration
0 likes · 17 min read
Master Linux DNS Server: Installation, Configuration, and Management Guide
dbaplus Community
dbaplus Community
Nov 15, 2017 · Databases

How to Optimize Redis Server Config, Eviction Policies, and Sentinel Failover

This article shares practical experiences and step‑by‑step guidance on tuning Redis server settings, choosing appropriate eviction policies, limiting client output buffers, disabling risky commands, handling Sentinel‑based master‑slave failover, and selecting the right persistence strategy for reliable and high‑performance deployments.

PersistenceServer Configurationeviction policy
0 likes · 17 min read
How to Optimize Redis Server Config, Eviction Policies, and Sentinel Failover
21CTO
21CTO
Jul 23, 2017 · Information Security

How to Deploy Free HTTPS with Go and Let’s Encrypt (Step‑by‑Step Guide)

This article explains why HTTPS is essential, compares third‑party and self‑managed TLS options, and provides a complete Go implementation using Let’s Encrypt’s autocert library, including code for certificate handling, HTTP‑to‑HTTPS redirection, DNS requirements, and caching strategies.

GoHTTPSLet’s Encrypt
0 likes · 11 min read
How to Deploy Free HTTPS with Go and Let’s Encrypt (Step‑by‑Step Guide)
MaGe Linux Operations
MaGe Linux Operations
Jul 16, 2017 · Operations

Master Nginx: From Source Compilation to Advanced Performance Tuning

This comprehensive guide walks you through installing Nginx from source, stripping unnecessary modules, optimizing GCC flags, fine‑tuning worker processes, file descriptors, network I/O, caching, compression, kernel parameters, and architectural considerations to achieve high‑performance, secure web serving.

Server ConfigurationWeb server
0 likes · 22 min read
Master Nginx: From Source Compilation to Advanced Performance Tuning
ITPUB
ITPUB
Jul 11, 2017 · Operations

Step‑by‑Step Guide to Installing and Configuring a Linux BIND DNS Server

This article walks you through the fundamentals of DNS, explains the role of /etc/hosts, describes the three types of DNS servers, shows how to install BIND on Red Hat or Debian systems, and provides detailed configuration examples for master, slave, and cache zones along with essential record types and troubleshooting commands.

BINDDNSNetworking
0 likes · 17 min read
Step‑by‑Step Guide to Installing and Configuring a Linux BIND DNS Server
ITPUB
ITPUB
Apr 19, 2017 · Operations

How to Install and Configure a Linux BIND DNS Server Step‑by‑Step

This guide explains the fundamentals of DNS, walks through editing the /etc/hosts file, describes domain name components, details the three types of DNS servers, and provides complete installation, configuration, zone definition, record creation, and troubleshooting steps for a Linux BIND DNS server.

BINDDNSServer Configuration
0 likes · 17 min read
How to Install and Configure a Linux BIND DNS Server Step‑by‑Step
Aotu Lab
Aotu Lab
Aug 22, 2016 · Backend Development

Mastering Nginx HTTPS: From SSL Certificates to Advanced Security Optimizations

This guide walks you through obtaining a trusted SSL certificate, generating keys and CSR with OpenSSL, configuring HTTPS in Nginx, and applying performance and security enhancements such as keep‑alive, session caching, HSTS, strong cipher suites, and name‑based virtual host solutions.

HSTSNGINXOpenSSL
0 likes · 16 min read
Mastering Nginx HTTPS: From SSL Certificates to Advanced Security Optimizations
Java High-Performance Architecture
Java High-Performance Architecture
Sep 4, 2015 · Backend Development

Master Nginx Load Balancing: Round Robin, Least Conn, Least Time, IP & Generic Hash

This guide outlines the five primary Nginx load‑balancing methods—Round Robin, Least Connections, Least Time (header or last_byte), IP Hash, and generic Hash—explaining how each algorithm works and showing the corresponding upstream configuration syntax for assigning server weights and parameters.

BackendHashLeast Connections
0 likes · 3 min read
Master Nginx Load Balancing: Round Robin, Least Conn, Least Time, IP & Generic Hash
Java High-Performance Architecture
Java High-Performance Architecture
Sep 2, 2015 · Operations

Master Nginx Virtual Hosts: Complete Configuration Guide

This article explains what virtual hosts are, how to configure them in Nginx using server blocks, the syntax for listen, server_name, location, index, and root directives, and provides practical examples with wildcard and regex hostnames, auto‑index settings, and access controls.

BackendOperationsServer Configuration
0 likes · 5 min read
Master Nginx Virtual Hosts: Complete Configuration Guide
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