I’ll admit, I hesitated a bit before writing this post. The whole point of this linuxblog.io and linuxcommunity.io forum is to bring together like-minded Linux users and professionals so we can troubleshoot, share ideas, and learn from one another. For a moment I thought, is it really productive for me to publish something that shows […]
Articles tagged: desktop
Linux tmpfs for Speed and Temporary Storage
tmpfs lets you mount a filesystem entirely in RAM. Here is how Linux already uses it, how to create your own mounts, and where it actually makes sense to use one.
Best Linux Distro (2026)
Looking for the best Linux distro (distribution) to enhance your desktop or laptop experience? This article will guide you to what, I believe, are the best Linux distros for beginner, experienced, and expert users. Whether you are a power user or just getting your feet wet, there are indeed specific Linux distros best suited for […]
Linux Log Files: Guide to Reading, Searching, and Managing Logs
A practical guide to Linux log files: where they live, how to read and search them with tail, grep, and journalctl, how to manage log rotation, and a real-world troubleshooting workflow.
After 20 Years of Linux Desktop, I Learned Cadence Matching
After twenty years on the Linux desktop, more than a dozen distros, multiple desktop environments, a seven-year tiling window manager phase, and one detour through whatever I thought of as the stable answer at the time, I’m finally in a noticeably more comfortable place than ever before. The setup I’ve landed on now is Kali […]
Linux Environment Variables: env, export, and /etc/environment
A practical guide to Linux environment variables: how to set, export, persist, and debug them correctly across shell sessions, user accounts, system-wide configs, and systemd services.
Why VRAM Can Ruin Your Linux Desktop Experience on Thin and Light Laptops
If the Linux desktop and applications on your thin and light laptop or low-end PC feel sluggish under a busy session, the usual suspects are slow storage R/W, not enough RAM, or occasionally a CPU bottleneck. But on machines with integrated graphics, there is a fourth bottleneck most people never check: VRAM. And when it runs […]
Linux Signals Explained: kill, pkill, and trap
A practical guide to Linux signals: how to use kill, pkill, and trap correctly to manage processes, reload configs, and write scripts that clean up gracefully instead of dying mid-operation.
Bash Aliases: Speed Up Your Linux Workflow (Updated with Zsh)
Bash aliases turn long, repetitive commands into short custom shortcuts that load every time you open a terminal. Here’s how to set them up, where to store them, and a practical set of aliases built for real sysadmin work.
Linux Filesystem Hierarchy Explained: What Every Directory Does
The Linux filesystem hierarchy is not arbitrary. This guide explains what every top-level directory actually does, why it exists, and how that knowledge helps you troubleshoot and administer systems faster.