Tagged articles
10 articles
Page 1 of 1
Tech Musings
Tech Musings
Dec 21, 2025 · Fundamentals

How to Overcome NAT Barriers: VPS Relays and Nginx UDP Proxy Explained

This article examines practical ways to bypass NAT restrictions for UDP communication, covering direct P2P for friendly NATs, UDP hole punching for symmetric NATs, reliable VPS relays for any NAT, and Nginx’s UDP proxy, complete with configuration examples, workflow diagrams, and a comparison to traditional NAT behavior.

NATNetworkingNginx
0 likes · 8 min read
How to Overcome NAT Barriers: VPS Relays and Nginx UDP Proxy Explained
Liangxu Linux
Liangxu Linux
Oct 25, 2025 · Operations

One‑Command OS Reinstall: Automate Linux, Windows, and NAS Deployments

The open‑source "reinstall" shell script automates full‑system reinstall for Linux, Windows, and popular NAS platforms, handling hardware detection, network configuration, and disk partitioning with a single command, making VPS and server provisioning fast, secure, and hassle‑free.

AutomationNASOS reinstall
0 likes · 7 min read
One‑Command OS Reinstall: Automate Linux, Windows, and NAS Deployments
Java Tech Enthusiast
Java Tech Enthusiast
Nov 28, 2024 · Cloud Computing

Understanding Physical Servers, VPS, ECS, and Docker Containers

The article explains that a physical server is a dedicated machine in a data center, while cloud providers offer virtual private servers (VPS) and elastic compute services (ECS) that share hardware, and shows how Docker containers provide lightweight, OS‑level isolation for flexible, cost‑effective deployment, guiding readers on choosing the right option.

DockerECSVPS
0 likes · 6 min read
Understanding Physical Servers, VPS, ECS, and Docker Containers
Liangxu Linux
Liangxu Linux
Sep 9, 2024 · Cloud Computing

Understanding Physical Servers, VPS, ECS, and Docker: A Beginner’s Guide

Learn the differences between physical servers, VPS, Elastic Compute Service (ECS), and Docker containers, how they’re built, their use cases, and practical tips for choosing the right server solution—whether you’re a solo developer, a small business, or just curious about cloud infrastructure.

DockerECSVPS
0 likes · 7 min read
Understanding Physical Servers, VPS, ECS, and Docker: A Beginner’s Guide
Java Tech Enthusiast
Java Tech Enthusiast
May 3, 2024 · Cloud Computing

Physical Servers vs VPS/ECS vs Docker: Which One Fits Your Needs?

This article explains the differences between physical servers, virtual private servers (VPS), elastic compute services (ECS), and Docker containers, discusses their advantages and limitations, and offers practical guidance on selecting the right server solution for individuals and small businesses.

DockerECSVPS
0 likes · 7 min read
Physical Servers vs VPS/ECS vs Docker: Which One Fits Your Needs?
ITPUB
ITPUB
Jun 3, 2016 · Operations

How to Block Specific Country IPs with Nginx and GeoIP on a VPS

This guide explains how to compile Nginx with the GeoIP module, install MaxMind's GeoIP library and database, configure the system linker, and set up Nginx directives to redirect traffic from selected countries to custom pages on a single VPS.

GeoIPIP blockingNginx
0 likes · 5 min read
How to Block Specific Country IPs with Nginx and GeoIP on a VPS
MaGe Linux Operations
MaGe Linux Operations
Sep 22, 2014 · Operations

Master Xshell: 10 Essential Tips to Supercharge Your SSH Workflow

This guide introduces Xshell, a free SSH client for Linux VPS management, and provides ten practical tips—including password saving, keypad settings, custom colors, shortcut buttons, multi‑session commands, proxy usage, SOCKS5 configuration, file transfer with lrzsz, window transparency, and right‑click paste—to boost productivity and security.

TipsVPSXshell
0 likes · 5 min read
Master Xshell: 10 Essential Tips to Supercharge Your SSH Workflow