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 5

Adding a New Virtual Hard Disk to Ubuntu Server

This guide explains how to add a new virtual hard disk to an Ubuntu Server running on VMware Fusion or VMware Workstation. We’ll walk through configuring the disk from the command line, partitioning, formatting, mounting, and setting it up for auto-mounting on boot.

Enhancing Linux Kernel Security: The kernel.sh Script

In this script, we aim to enhance Linux kernel security by setting critical parameters and applying safeguards across multiple distributions. Kernel hardening is an essential step in securing any Linux environment, reducing vulnerabilities, and adding layers of defense against potential attacks.

Customizing Systemd Services with Override Files

Learn how to safely customize systemd services on Ubuntu using override (“drop-in”) files. This complete guide explains how overrides work, how to create them with systemctl edit, and how to make changes without losing them after package updates.

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.