Skip to main content

Posts

Topgrade Linux

Most Linux users only run their package manager and call it a day. That updates your system packages, but it often leaves the rest of your machine in a partially updated state. If you use pip, cargo, flatpak, snap, brew, oh-my-zsh, VS Code extensions, or even dotfile repos, those pieces can all drift out of date separately.

Topgrade exists to solve this exact problem. It gives you one command to update almost everything you actually use.

read more

Best NFS Network Drive Settings for Linux

Most people mount NFS shares with a short line and move on. That works, but if you use network storage heavily (media libraries, VMs, homelab backups, project files), your mount options directly affect reliability, boot behavior, and performance.

This guide breaks down a practical high-reliability NFS option set and compares it to a basic mount setup, using Linux nfs-utils mount documentation (man 5 nfs) and systemd mount behavior (man 5 systemd.mount).

read more

Top Linux Distros

Linux is not for everyone, but for those that want to get away from the evil corporate overloads like Microsoft and Apple, Linux is a great choice. There are many different Linux distributions (distros) to choose from, each with its own unique features and benefits. In this article, we will take a look at some of the top Linux distros available in 2026.

read more

Why You Should Avoid Pop!_OS 24.04 Right Now

If you are looking for a Linux distro that is stable, predictable, and easy to recommend to normal people, Pop!_OS 24.04 is not it. The main reason is simple: System76 launched it with COSMIC in beta. That one decision turns what should have been a safe long-term support release into a moving target.

For a lab machine, a spare laptop, or someone who enjoys testing unfinished software, that might be fine. For everyone else, especially new Linux users, that is a terrible trade. An LTS release is supposed to be the version you install when you want fewer surprises, not more.

read more

How I Switched to Linux

Over the past 8 years I have used Linux desktop as my primary daily use PC. Before then I used Windows since the 3.11 release back in the early 90s. As someone with over 10 professional Windows certifications and 20+ years as a Windows power user, the transition wasn’t easy—but it was worth it.

read more

Enable Vrr Xorg

This shows you how to enable VRR (Variable Refresh Rate) in Xorg on Linux. This is useful for gaming and reducing screen tearing.

read more