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

Automating GRUB Configuration Across Linux Distributions

In this post, we’re going to explore the grub.sh script, which is designed to handle the configuration and hardening of GRUB across various Linux distributions. We’ll go over each line of the script to understand what it does and how it contributes to the overall configuration.

The NVLink Bridge Saga: Attempt Number Four

What started as a busy evening and a casual SMS turned into the most successful NVLink install I’ve ever had. After three failures, the fourth attempt finally worked — quietly, instantly, and without demanding my soul.

Using sudo on Ubuntu: Understanding and Configuring sudo Privileges

The sudo command stands for "superuser do" and is used to execute commands with elevated privileges. Ubuntu restricts access to administrative tasks to prevent unintended or malicious changes to the system. With sudo, you can give certain users the ability to perform specific administrative tasks.

When GRUB Suddenly Decided to Wait Forever

When GRUB suddenly stopped auto-booting and waited forever for input, the cause wasn’t Linux, the kernel, or updates — but a tiny USB keyboard dongle. This post follows a real debugging journey through BIOS quirks, USB initialization, and bootloader surprises.

Ubuntu 24.10 GRUB Manual

A complete zero-to-hero guide to GRUB on modern Ubuntu. Learn how the bootloader works, how to configure it safely, and how to recover from broken boots, dual-boot issues, and Secure Boot problems.