Linux

Shebang signalling

Brief background of using `#!` in shell scripts

Text Processing using `awk`

Understanding a versatile programming language designed for pattern scanning and data extraction

More or Less

What is the difference between these two commands in Linux?

SELinux Access Workflow

High-level explanation of how SELinux, the Mandatory Access Control (MAC) security system acts as a Security Guard in the Linux Operating System.

File System Check Utility - `fsck`

Purpose and Usage of fsck utility

Compressed Kernel

Why can't the Kernel be kept decompressed?

Storage Handling Scenario 1

A hypothetical storage handling scenario

Storage Handling

Linux Storage - Logical Volumes

Linux

Linux topics

Automatically Launch Applications at Startup on Linux Using Desktop Entries

A step-by-step guide on how to configure your Linux system to automatically launch applications like Firefox, VS Code, and Terminal upon login by creating simple `.desktop` files.

How to Install Fonts on RHEL via the Command Line

A step-by-step guide on installing fonts for a single user or system-wide on Red Hat Enterprise Linux (RHEL) and other RPM-based systems using the command line.

How to Generate Secure Random Passwords from the Linux CLI

A step-by-step guide to creating secure, random alphanumeric passwords with special characters directly from the Linux command line using /dev/urandom, tr, and head.

Read More