Linux

Linux

The command-line universe awaits! In this tag, we dive into the world of Linux, the open-source operating system that powers everything from your servers to your smart fridge. Whether you're tweaking configs, mastering Bash, or unleashing the power of the terminal, you’ll find tips, tricks, and tutorials to become a Linux guru. Embrace the penguin, and let’s hack the planet—one terminal command at a time!

Latest posts — page 4

Understanding Virtual Memory and Paging in Linux

In this post, we dive deep into Linux virtual memory tuning — exploring how each vm.* parameter shapes performance, latency, and responsiveness. From swappiness to huge pages, learn how to turn your system into a finely tuned performance engine.

Productivity Tips on Ubuntu

Whether you're a developer, designer, or general user, there are many ways you can tailor your Ubuntu desktop experience to boost productivity. In this guide, we’ll explore some of the most effective tips and tricks to help you work smarter, not harder.

Understanding Linux CPU Scheduling

Unlock the hidden speed of your Linux system! In this post, we dive deep into CPU scheduler tuning with sysctl, explaining key parameters like sched_min_granularity_ns and sched_autogroup_enabled to help you achieve ultra-low latency and maximize performance for gaming and benchmarks.

Testing OpenGL on Dual RTX 2080Ti without NVLink connection

Continuing my dual-GPU adventure, this post dives into OpenGL performance on Ubuntu 25.10 using two RTX 2080 Ti cards—no NVLink, no PRIME, no Optimus. We’ll test rendering behavior, driver differences, and benchmark real-world results with glxgears and glmark2.

Kernel error: systemd-udevd[660]: /usr/lib/udev/rules.d/90-alsa-restore.rules:16 GOTO="alsa_restore_std" has no matching label, ignoring. systemd-udevd[660]: /usr/lib/udev/rules.d/90-alsa-restore.rules:16 The line has no effect any more, dropping.

While exploring my kernel logs, I found a harmless but annoying error about ALSA’s restore rules. Turns out, it’s a missing label in a udev rule! Here’s what caused it, why your sound still works fine, and how to patch it manually without waiting for Ubuntu’s update.