Browsing Category
Linux
147 posts
Linux is a Unix-like operating system. It is a free and open-source operating system, which means that it is available to everyone to use and modify. Linux is used by millions of people around the world, and it is the operating system of choice for many servers, supercomputers, and embedded devices.
gpg Command in Linux: Complete Guide to GNU Privacy Guard Encryption and Parameters
GPG is one of those tools I use constantly but only ever remember half the flags for, which…
umask Command in Linux: Complete Guide to Default File Permissions and Parameters
umask is a small, quiet command that decides something important every single time any process on a Linux…
Pluggable Authentication Modules (PAM) in Linux: Complete Authentication Framework Configuration Guide
PAM is one of those systems that’s genuinely invisible until it breaks — and then it becomes the…
How to Use Shadow Passwords in Linux: Complete Password Security and Management Guide
Every Linux system I’ve worked on has used the shadow password system since before I ever touched Linux…
chage Command in Linux: Complete Guide to Password Aging and Account Expiration Parameters
I still remember the first time a security audit flagged one of my servers because half the user…
mkinitrd Command in Linux: Complete Guide to Initial RAM Disk Creation and Parameters
The first time I bricked a server’s boot process, it was because I’d upgraded a kernel and forgotten…
How to Configure the Linux Kernel: Complete Customization and Optimization Guide
I built my first custom kernel out of stubbornness more than necessity — I wanted to strip out…
How to Rebuild the Linux Kernel: Complete Compilation and Installation Guide
Rebuilding a kernel from source sounds like something only kernel developers do, but I’ve done it plenty of…
wget Command in Linux: Complete Guide to File Downloading and Parameters
I’ve relied on wget for so long that it’s basically muscle memory at this point — mirror a…
How to Build Software from Source Files in Linux: Complete Compilation and Installation Guide
Long before I trusted package managers to handle everything, I learned Linux administration the hard way: downloading tarballs,…