Tag

hosts

1 views collected around this technical thread.

Raymond Ops
Raymond Ops
Dec 31, 2024 · Operations

Why a Too‑Long /etc/hosts Line Stalled My Spring Boot Service (and How to Fix It)

A Spring Boot application on CentOS 6.x hung while fetching Apollo configuration because a single /etc/hosts entry listed dozens of domain names, causing hostname resolution to fail; splitting the entry into multiple lines restored normal startup and highlighted a kernel‑specific hosts parsing bug.

ApolloCentOSSpring Boot
0 likes · 7 min read
Why a Too‑Long /etc/hosts Line Stalled My Spring Boot Service (and How to Fix It)
Laravel Tech Community
Laravel Tech Community
Mar 28, 2021 · Operations

How to Manually and Automatically Modify the Hosts File to Speed Up GitHub Access

This guide explains why GitHub is slow in China due to DNS latency, shows how to manually edit the hosts file on various platforms, and demonstrates using the SwitchHosts tool to automate hosts updates, refresh DNS caches, and ensure reliable access to GitHub resources.

DNSGitHubSwitchHosts
0 likes · 5 min read
How to Manually and Automatically Modify the Hosts File to Speed Up GitHub Access
Java Architect Essentials
Java Architect Essentials
Nov 16, 2020 · Operations

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

This guide lists nine practical methods—including public mirrors, Cloudflare‑based proxies, raw file CDN, JsDelivr, Gitee fork import, and manual hosts file edits—to speed up GitHub browsing, cloning, and release downloads for developers facing slow connections.

AccelerationDevOpsGitHub
0 likes · 6 min read
How to Accelerate GitHub Access and Downloads: Mirrors, Proxies, and Hosts Tweaks
Laravel Tech Community
Laravel Tech Community
Sep 23, 2020 · Operations

Methods to Accelerate GitHub Access and Downloads

This guide presents nine practical techniques—including mirror sites, Cloudflare Workers proxies, browser extensions, raw file CDNs, JsDelivr, Gitee fork imports, and hosts file modifications—to significantly speed up GitHub repository and file downloads for developers worldwide.

AccelerationGitHubProxy
0 likes · 5 min read
Methods to Accelerate GitHub Access and Downloads
Architect's Tech Stack
Architect's Tech Stack
Sep 11, 2020 · Operations

How to Accelerate GitHub Access and Downloads Using Mirrors, CDN, and Hosts File Tweaks

This guide explains multiple practical techniques—including mirror sites, Cloudflare Workers proxies, Chrome extensions, JsDelivr, Gitee forks, and hosts file modifications—to significantly speed up GitHub repository cloning, release downloads, and raw file access for users facing slow connections.

AccelerationGitHubNetworking
0 likes · 5 min read
How to Accelerate GitHub Access and Downloads Using Mirrors, CDN, and Hosts File Tweaks
Qunar Tech Salon
Qunar Tech Salon
Sep 4, 2017 · Frontend Development

Introducing hiproxy: A Lightweight, Extensible Proxy Tool for Front‑end Development

hiproxy is a Node.js‑based, lightweight and extensible proxy solution that unifies hosts, Nginx‑style routing, HTTPS certificate management and browser integration to streamline front‑end development environment configuration, sharing, and debugging across teams.

Node.jsProxydevelopment
0 likes · 11 min read
Introducing hiproxy: A Lightweight, Extensible Proxy Tool for Front‑end Development