garlic的技术折腾记录

这里主要记录 Nginx / Linux / 网络 / Web3 / 节点运维等折腾过程,也偶尔写点生活随笔。

欢迎交流技术问题和分享经验!🚀✨

系列 · Nginx 实践

系列 · Effective Go

最近更新

节点流量问题:限速 + Telegram 告警 + 自动停机守护

使用 Linux tc 实现流量限速、月流量守护和 Telegram 实时告警

2026-02-18 · 7 min · 3500 words · Garlic Space

地牛:听见黄土下的回响

一、 传说 姥姥曾跟我讲过一个姥爷老家的传说。 在陕西长武的黄土塬底下,活着一种神物,叫“地牛”。 姥姥说:“那东西,你能听见它的声音,哞哞地叫,但你永远看不到它的影子。它就在土里走,在土里活。” ...

2026-02-01 · 8 min · 3587 words · Garlic Space

升级 OpenSSH

CentOS 7 和 Ubuntu 系统升级 OpenSSH 的完整指南

2025-08-24 · 1 min · 498 words · Garlic Space

centos7 yum 源失效

centos7 yum 源已经失效, 可以通过下面指令更换默认配置,baseurl中 mirror.* 替换为 vault*

2025-01-22 · 1 min · 47 words · Garlic Space

NGINX Configuration for Multiple Certificates

NGINX typically supports two scenarios for configuring multiple certificates:

2025-01-06 · 3 min · 580 words · Garlic Space

Build the Latest Nginx with Automation

Nginx is one of the most popular high-performance web servers and reverse proxies in the modern internet. To maximize its capabilities, we often need the latest version of Nginx co

2024-12-22 · 1 min · 317 words · Garlic Space

Simplify SSL/TLS Certificate Management

In modern network communication, SSL/TLS certificates are essential for ensuring secure data transmission. However, managing certificate chains for various cryptographic standards

2024-12-22 · 2 min · 319 words · Garlic Space

多功能 SSL/TLS 证书生成工具

在当今的网络通信中,SSL/TLS 证书是确保数据传输安全的关键元素。然而,面对不同的加密算法和标准(如国际上的 RSA 和 ECC,以及中国的国密 SM2),生成和管理证书链往往是一项复杂的任务。为了简化这一过程,开发了一个高效、灵活的开源工具——multicertgen。

2024-12-22 · 2 min · 678 words · Garlic Space

自动构建最新版本的 Nginx

Nginx 是现代互联网中最受欢迎的高性能 Web 服务器和反向代理服务器之一。为了充分发挥其性能,我们通常需要使用最新版本的 Nginx,并静态链接最新的依赖库(如 PCRE2、zlib 和 OpenSSL)。然而,手动下载和编译这些依赖库既耗时又容易出错。

2024-12-22 · 2 min · 574 words · Garlic Space

Linux chroot Environment: Principles and Detailed Applications

In Linux system management, chroot is a powerful tool that changes the root directory for a process, enabling file system isolation. This article will explain the principles of

2024-12-08 · 4 min · 694 words · Garlic Space