Open Source Linux
Author

Open Source Linux

Focused on sharing Linux/Unix content, covering fundamentals, system development, network programming, automation/operations, cloud computing, and related professional knowledge.

1.7k
Articles
0
Likes
1.6k
Views
0
Comments
Recent Articles

Latest from Open Source Linux

100 recent articles max
Open Source Linux
Open Source Linux
Jun 19, 2025 · Operations

Why Is My Linux Server Dropping Packets? A Step‑by‑Step Deep Dive

This article walks through a systematic investigation of Linux network packet loss, covering potential loss points across the protocol stack, using tools like ethtool, netstat, iptables, tc, hping3, curl, and tcpdump to identify and resolve misconfigurations such as faulty netem rules and an incorrect MTU setting.

NetworkPacket Lossiptables
0 likes · 13 min read
Why Is My Linux Server Dropping Packets? A Step‑by‑Step Deep Dive
Open Source Linux
Open Source Linux
Jun 18, 2025 · Operations

Boost Apache Performance: 4 Proven Techniques to Speed Up Your Site by 70%

This guide walks you through four practical Apache optimizations—web compression, caching, hotlink protection, and version information hiding—explaining why they matter, how to configure them with step‑by‑step commands, and the measurable performance and security benefits they deliver.

ApacheCompressionserver optimization
0 likes · 9 min read
Boost Apache Performance: 4 Proven Techniques to Speed Up Your Site by 70%
Open Source Linux
Open Source Linux
Jun 17, 2025 · Operations

Master HAProxy: Step‑by‑Step Installation, Configuration, and Advanced Load Balancing

This comprehensive guide walks you through installing HAProxy via yum, RPM packages, or source compilation, then details every core configuration block—including global, defaults, frontend, backend, and listen sections—while covering load‑balancing algorithms, ACL routing, health checks, SSL termination, statistics, and practical code examples for building a robust, high‑performance load‑balancer.

ConfigurationHAProxyHealth Check
0 likes · 53 min read
Master HAProxy: Step‑by‑Step Installation, Configuration, and Advanced Load Balancing
Open Source Linux
Open Source Linux
Jun 17, 2025 · Operations

Future‑Proof Your Ops Career: A Practical Skill & Personal Growth Blueprint

This article offers ops professionals a comprehensive roadmap to boost technical expertise, embrace AI and big‑data trends, and cultivate personal habits such as health, finance, communication, and hobbies, turning weekend time into a powerful engine for career resilience and lifelong fulfillment.

AICareer Developmentoperations
0 likes · 7 min read
Future‑Proof Your Ops Career: A Practical Skill & Personal Growth Blueprint
Open Source Linux
Open Source Linux
Jun 16, 2025 · Fundamentals

Mastering NAT, NAPT, Intranet Penetration & Proxy Techniques Explained

This article explains the role of NAT and NAPT tables in routing packets between private subnets and the public internet, details how internal network traversal and hole punching work, compares forward and reverse proxy mechanisms, and outlines practical scenarios and differences between these networking techniques.

NAPTNAThole punching
0 likes · 10 min read
Mastering NAT, NAPT, Intranet Penetration & Proxy Techniques Explained
Open Source Linux
Open Source Linux
Jun 12, 2025 · Artificial Intelligence

From Transformers to DeepSeek‑R1: The Evolution of Large Language Models (2017‑2025)

This article chronicles the rapid development of large language models from the 2017 Transformer breakthrough through the rise of BERT, GPT‑3, multimodal models, alignment techniques like RLHF, and finally the cost‑efficient DeepSeek‑R1 in 2025, highlighting key innovations, scaling trends, and real‑world impacts.

AI alignmentTransformerdeep learning
0 likes · 26 min read
From Transformers to DeepSeek‑R1: The Evolution of Large Language Models (2017‑2025)
Open Source Linux
Open Source Linux
Jun 10, 2025 · Operations

Master Linux Network Tuning for High‑Concurrency: A Practical Guide

This article walks through real‑world high‑concurrency Linux network bottlenecks, explains critical kernel parameters, shows how to diagnose connection‑state issues, and provides step‑by‑step sysctl and script tweaks that dramatically reduce TIME_WAIT buildup, expand queue capacities, and double throughput for millions of simultaneous connections.

Network TuningPerformance optimizationSysctl
0 likes · 8 min read
Master Linux Network Tuning for High‑Concurrency: A Practical Guide