Author

Debian apt Stuck on “Waiting for headers”: A Root-Cause Field Guide

dean
Debian apt Stuck on “Waiting for headers”: A Root-Cause Field Guide You run sudo apt update and it freezes. The progress bar stops at 0% [Waiting for headers] or 23% [Waiting for headers], the cursor blinks for ten seconds, then thirty, then two minutes. Eventually either the connection times out and you get Connection failed,... » read more

VMware Workstation Pro: Ubuntu 26.04 LTS Install Guide

dean
title: “VMware Workstation Pro: Ubuntu 26.04 LTS Install Guide” date: 2026-07-12 category: linux-software tags: [VMware, Workstation, Virtualization, Ubuntu, Linux] VMware Workstation Pro: Ubuntu 26.04 LTS Install Guide If you’ve ever needed to run a Windows VM alongside your Linux desktop, test a bleeding-edge distro without bricking your main install, or just want a private lab... » read more

systemd: A Practical Field Reference for Linux Operators

dean
systemd: A Practical Field Reference for Linux Operators Most Linux distributions since 2015 ship with systemd as the default init system. It replaced the SysV init scripts that came before — and brought a unified configuration model, dependency handling, logging, and a toolchain for managing user services. This is a working reference. Not the full... » read more

Why `ftp` Still Ships in Your Linux Box (And What It’s For in 2026)

dean
Why ftp Still Ships in Your Linux Box (And What It’s For in 2026) Try which ftp on a fresh Debian 12 install. It’s there. Ask why — and you’ll get the same short answer every sysadmin gives: “It’s shipped because /usr/bin/ftp(1) is in POSIX. Nobody actually uses it anymore. We use SSH for everything.”... » read more

Tailscale: WireGuard Mesh Networking for the Rest of Us

dean
Tailscale: WireGuard Mesh Networking for the Rest of Us So you’re at a coffee shop, you need to SSH into your home server, and your roommate’s printer needs to reach your NAS across two different apartments. Three different networks. Three different NAT boxes. The classic VPN setup would route everything through one central server —... » read more

Terraria on Linux: How to Run It Without Losing Your Mind

dean
Terraria on Linux: How to Run It Without Losing Your Mind If you’ve ever typed “Terraria Linux” into a search engine, you’ve probably bounced between forum posts from 2014, an Arch Wiki page that hasn’t been updated in four years, and at least three YouTube tutorials titled “EASIEST way to play Terraria on Linux!!1!” with... » read more

How to Install NVIDIA Drivers on Ubuntu 26.04 LTS (Resolute Raccoon)

dean
How to Install NVIDIA Drivers on Ubuntu 26.04 LTS (Resolute Raccoon) You’ve got an NVIDIA GPU. You installed Ubuntu 26.04 LTS. And now your desktop feels… sluggish. The resolution is off. Animations stutter. And forget about gaming or any CUDA-based machine learning work. That’s because Ubuntu ships with the open-source nouveau driver by default. It... » read more

How to Install Visual Studio Code on Ubuntu 26.04 LTS (Resolute Raccoon)

dean
How to Install Visual Studio Code on Ubuntu 26.04 LTS (Resolute Raccoon) You just installed Ubuntu 26.04 LTS. The desktop is clean. GNOME 50 looks gorgeous. But there’s one thing missing—your code editor. And let’s be honest, while GNOME Text Editor (formerly gedit) works for quick notes, you’re going to want something with real IntelliSense,... » read more

How to Install Claude Code on Ubuntu 26.04 LTS (Resolute Raccoon)

dean
How to Install Claude Code on Ubuntu 26.04 LTS (Resolute Raccoon) Ever found yourself staring at a terminal, wondering how an AI agent could just live in your project directory—reading your code, running your tests, pushing commits? That’s Claude Code, Anthropic’s official CLI tool that brings Claude directly into your terminal. It’s not a web... » read more

How to Improve Your Linux Application Experience with AppImage?

dean
What is AppImage? Linux typically uses command-line installation for applications. But this is better suited for CLI apps. For GUI third-party applications, we want them to be free from OS limitations: Download and use immediately Work across different distributions No dependency on a central package manager There are currently several solutions: snapd — proposed by... » read more

xh Quick Start: GET, POST, Headers, Sessions, and –curl Translation in 5 Minutes

dean
You’ve installed xh. Now let’s get you productive fast. This guide covers GET/POST/Header/Session/Download/curl translation — everything you need for daily API work.nn nn Basic Requests nn GET — the simplest start nn xh httpbin.org/getn nnColored JSON back in milliseconds. No -X GET needed.nn Auto-detected Method nn # Bare URL = GETnxh https://httpbin.org/jsonnn# With URL paramsnxh... » read more

openSUSE Tumbleweed / Leap ISO Download (Official + China Mirrors)

dean
openSUSE has two core products: Tumbleweed (rolling release, always fresh) and Leap (LTS-like, based on SLE enterprise codebase). Whether you want the latest software or rock-solid stability, there’s one for you. Tumbleweed Download Rolling release, filesystem snapshots can be updated at any time, recommended for desktop users. Official download: https://get.opensuse.org/tumbleweed/ Live ISO (Try It Out)... » read more

Rocky Linux 9.6 ISO Download (Official + China Mirrors)

dean
Rocky Linux is the community project that took over after Red Hat announced CentOS was shifting to Stream. Its goal is 100% Bug-for-Bug compatibility with RHEL, delivering enterprise-grade stability. The latest stable release is Rocky Linux 9.6 (corresponding to RHEL 9.6). Official Download Page https://rockylinux.org/download Rocky Linux 9.6 ISO List Official image directory: https://download.rockylinux.org/pub/rocky/9/isos/x86_64/ File... » read more

Fedora 42 ISO Download (Official + China Mirrors)

dean
Fedora is a community distribution sponsored by Red Hat, following an “upstream-first” strategy — all new features debut in Fedora first, and after stabilization, they make their way into RHEL. The latest stable release is Fedora 42 (Workstation defaults to GNOME desktop). Official Download Page https://getfedora.org/workstation/ Workstation (Desktop Edition) Version Size Fedora 42 Workstation Live... » read more

Arch Linux 2026.07.01 ISO Download (Official + China Mirrors)

dean
Arch Linux is a minimalist rolling release distribution — no pre-installed graphical interface, highly customizable. Best of all, the archinstall 4.4 script makes it easy even for beginners. The ISO is updated monthly with a new snapshot for fresh installations. Official Download Page https://archlinux.org/download/ Current Version (2026.07.01) Item Value Kernel Linux 7.0.14 ISO Size 1.5... » read more