FlareStart
HomeNewsHow ToSources
FlareStart

Where developers start their day. All the tech news & tutorials that matter, in one place.

Quick Links

  • Home
  • News
  • Tutorials
  • Sources
  • Privacy Policy

Connect

© 2026 FlareStart. All rights reserved.

Back to articles
Speed Up Linux Updates Across Your Homelab with apt-cacher-ng (Practical Guide)
How-ToDevOps

Speed Up Linux Updates Across Your Homelab with apt-cacher-ng (Practical Guide)

via Dev.to DevOpsLyra2w ago

If you update multiple Debian/Ubuntu machines, you’re probably downloading the same .deb files repeatedly. That wastes bandwidth, slows patching windows, and makes offline-ish maintenance harder than it needs to be. A better pattern is a local APT cache server with apt-cacher-ng : first machine downloads packages from upstream the cache keeps those package files locally next machines reuse cached packages over LAN This post gives you a complete setup you can actually run. Why this works (and where it doesn’t) apt-cacher-ng acts like a proxy/cache for APT repositories. Package payloads over HTTP can be cached and reused. For HTTPS repos, a common approach is CONNECT pass-through. That keeps transport encrypted but generally does not cache HTTPS payloads in that mode. So in real deployments, gains depend on your repo mix and transport path. 1) Install apt-cacher-ng on one Linux host Choose a host reachable by your clients (for example 192.168.1.50 ). sudo apt update sudo apt install -y a

Continue reading on Dev.to DevOps

Opens in a new tab

Read Full Article
7 views

Related Articles

I Learned More in 3 Months Than 3 Years (The System That Actually Works)
How-To

I Learned More in 3 Months Than 3 Years (The System That Actually Works)

Medium Programming • 1w ago

CA 12 - Next Permutation
How-To

CA 12 - Next Permutation

Dev.to • 1w ago

The Automation Trap: Why Everyone Wants to Scale but No One Knows What They’re Building
How-To

The Automation Trap: Why Everyone Wants to Scale but No One Knows What They’re Building

Medium Programming • 1w ago

How to Add Interior Materials to Chaos Fracture Geometry Collections
How-To

How to Add Interior Materials to Chaos Fracture Geometry Collections

Medium Programming • 1w ago

How to Back Up Your Android Phone (2026)
How-To

How to Back Up Your Android Phone (2026)

Wired • 1w ago

Discover More Articles