Linux
Practical guides to the Linux operating system, from the command line to system administration.
Understanding Linux Processes
Feb 02, 2025Every running program on Linux is a process with its own PID (process ID). Knowing how to inspect and control processes is a fundamental sysadmin skill.
Package Management with apt
Jan 26, 2025Debian-based distributions (Ubuntu, Linux Mint, Raspberry Pi OS) use apt to install, update, and remove software packages from curated repositories.
File Permissions and Ownership
Jan 19, 2025Linux uses a permission model based on read, write, and execute rights for three classes of user: owner, group, and others. Understanding it is essential for system security.
Getting Started with the Bash Shell
Jan 12, 2025Bash (Bourne Again SHell) is the default shell on most Linux distributions. Mastering a handful of commands gets you productive immediately.
Introduction to Linux
Jan 05, 2025Linux is a free and open-source operating system kernel first released by Linus Torvalds in 1991. Today it powers everything from smartphones to supercomputers.