Grep cheat sheet
Cheat sheet with the most common and useful Grep commands. Grep is a command-line utility for searching plain-text data sets for lines that match a regular expression.
Collection of publications tagged with linux.
Cheat sheet with the most common and useful Grep commands. Grep is a command-line utility for searching plain-text data sets for lines that match a regular expression.
Beginner friendly guide on how to install Arch Linux on a Lenovo ThinkPad X13 Gen 5 (Intel). Full process from obtaining Arch Linux to a finished installation.
Jekyll on Arch Linux - Beginner friendly guide on how to install Jekyll - the static site generator - on Arch Linux using the Bash shell, RubyGems and Bundler.
Learn how to terminate unresponsive Linux terminals using signals. Discover Linux signal types, how to send them, and their effects on processes.
Learn how to rename files in bulk on Linux using simple shell commands with Bash's parameter expansion. Includes examples and detailed command breakdowns.
Learn how to resize and maximize a tmux window using resize-window and manual resizing options for full control over your tmux session.
Guide how to safely power off a frozen Linux system. Safe shut down methods for unresponsive systems to prevent data corruption and data loss.
Step-by-step process to update Ubuntu, including updating package lists, upgrading packages, performing a full upgrade if needed, and cleaning up unused files.
Learn about Linux signals, how they work, how to send and handle them, and the signal mask feature. A great introduction to Linux signals for beginners and advances administrators alike.
List of standard and custom Linux exit status codes. Numeric values returned by commands or scripts, indicating success, failure, or specific error conditions.
Cheat sheet for Pacman, the Arch Linux package manager. List of common and essential commands and options. Also includes cheats for paccache.
Introduction to Linux/Unix permissions. Control file access for the owner, group, and others using read (r), write (w), and execute (x) flags, with special permissions for added security.
Simple rsync backup shell script template to back up the user home directory to mountpoint, e.g. a hard drive, thumb drive, sd card, etc. Verifies mountpoint exists, writes log to mountpoint.
Learn how to convert TrueType Font (TTF) and OpenType Font (OTF) files to Web Open Font Format 2 (WOFF2) using a simple shell script. Create your own web fonts.
GNU sed cheat sheet covering everything from basic syntax to advanced addressing techniques. Learn how to use sed efficiently to manipulate text with examples.
Recipes and command examples for GNU sed (stream editor), the non-interactive command-line text editor.
A comprehensive cheat sheet for managing systemd units with systemctl, including commands for enabling, disabling, restarting, inspecting, and listing units.
“Learning from conventions will make your site better.”