Each Linux distribution has its own package format and package management system. The most common package formats are .deb (for Debian-based systems) and .rpm (for Red Hat-based systems). This article covers how to install, remove, and manage local packages across different distributions.
This quick tutorial and cheat sheet will give you all the commands to install, remove and upgrade pages in most Linux distros, from Debian and Ubuntu to Red Hat, Fedora, CentOS, Arch and more.
Linux distributions rely on package management systems in order to install software. Popular examples include dpkg (Debian, Ubuntu), RPM (Red, Fedora and CentOS), Pacman (Arch), etc. This article will teach you the basics about Linux Package management.
This guide and cheat sheet will help your understand command substitution in Bash (and other shells). Be it in the command line or in a script, with command substitution you’ll be able to combine commands and their outputs in a very powerful way.
This guide and cheat sheet, explores various techniques and tools for troubleshooting and debugging your Bash scripts. We’ll cover both built-in approaches (like set options and trap) and external resources (shellcheck, logs) to help you quickly identify and fix issues.
This Advanced Bash scripting guide and cheat sheet covers from advanced parameter expansion techniques, process substitution and signal handling to namerefs and indirection, advanced argument parsing, I/O redirection and even parallelization. Take bash scripting to the next level.
While there are many tutorials about Bash scripting on the Internet, this one focuses on presenting the information in a cheat sheet style, so you can jump right into coding without wasting your time. From the very beginning to intermediate and advanced topics.
System V is the classic Linux init system, this article is a to-the-point guide and cheatsheet intended to help you quick access to all System V commands, directories and tools.
Systemd is currently the fastest growing Linux and widely adopted service manager and init system. This part guide, part cheatsheet will give you all the commands in a neatly organized fashion so you can master it and become a proficient Linux power user.
An init system (short for “initialization system”) is the parent of all userspace processes on a Unix-like operating system, from System V to systemd, the history and evolution of init systems.