Tagged articles
9 articles
Page 1 of 1
dbaplus Community
dbaplus Community
May 3, 2026 · Fundamentals

What Is 127.0.0.2? A Veteran Ops Engineer’s Surprising Discovery

The article explains that the entire 127.0.0.0/8 block consists of loopback addresses, shows how addresses like 127.0.0.2 and 127.0.1.1 are reachable, and demonstrates practical uses such as isolating services, simulating clusters, and the special role of 127.0.1.1 on Debian systems.

127.0.0.0/8Linux networkinghosts file
0 likes · 7 min read
What Is 127.0.0.2? A Veteran Ops Engineer’s Surprising Discovery
Open Source Linux
Open Source Linux
Jul 1, 2022 · Information Security

How to Block Bilibili and Restrict Kids' Computer Use: Practical Steps

This guide explains multiple technical methods to prevent children from accessing Bilibili or other unwanted software, ranging from editing the hosts file and altering shortcuts to disabling network adapters and configuring firewalls, and also offers troubleshooting tips for bypass attempts.

Parental ControlWindowshosts file
0 likes · 7 min read
How to Block Bilibili and Restrict Kids' Computer Use: Practical Steps
Java Captain
Java Captain
Mar 14, 2021 · Operations

How to Accelerate GitHub Access: Mirrors, Proxies, and Hosts File Tweaks

This article presents nine practical methods to speed up GitHub access, including using mirror sites, Cloudflare Workers proxies, download accelerators, Chrome extensions, raw content CDNs, JsDelivr, Gitee repository forks, and manual hosts file modifications, with step‑by‑step instructions and relevant URLs.

MirrorNetwork AccelerationProxy
0 likes · 5 min read
How to Accelerate GitHub Access: Mirrors, Proxies, and Hosts File Tweaks
Open Source Linux
Open Source Linux
Sep 18, 2020 · Operations

Boost Your GitHub Speed: 9 Proven Methods to Accelerate Downloads

This guide presents nine practical techniques—including mirror sites, Cloudflare Workers proxies, Chrome extensions, raw file CDNs, JsDelivr, Gitee fork imports, and hosts file modifications—to dramatically improve GitHub download and cloning performance for developers worldwide.

Cloudflare WorkersGitHubJsDelivr
0 likes · 6 min read
Boost Your GitHub Speed: 9 Proven Methods to Accelerate Downloads
MaGe Linux Operations
MaGe Linux Operations
Jul 2, 2019 · Operations

Three Simple Ways to Configure DNS on a Linux Machine

This guide explains three practical methods for setting up DNS resolution on Linux—editing the local hosts file, modifying the system's resolv.conf, and configuring network interface files—along with the precedence order and necessary service restarts.

DNSNetwork ConfigurationSystem Administration
0 likes · 3 min read
Three Simple Ways to Configure DNS on a Linux Machine
21CTO
21CTO
Dec 22, 2018 · Operations

How to Master Reverse Proxy with Nginx: From Hosts to CORS

This guide explains the concepts of forward and reverse proxies, shows how to modify the hosts file for domain binding, walks through installing and configuring Nginx as a reverse proxy, and demonstrates creating a cross‑origin setup with frontend and backend code, including CORS handling and WebSocket support.

CORSNginxWeb Development
0 likes · 12 min read
How to Master Reverse Proxy with Nginx: From Hosts to CORS