Linux/Bash Recipes
View CommandsEssential shell commands and utilities for file management, process control, system monitoring, and daily terminal workflows.
10 recipes
Cron Job Management
Schedule, manage, and debug recurring tasks using cron and systemd timers for automated system maintenance.
Disk Management with LVM
Manage logical volumes, extend filesystems, and monitor disk health using LVM and standard disk utilities.
Firewall Configuration with nftables
Configure and manage firewall rules using nftables or ufw to control network traffic and protect services.
Log Analysis with journalctl
Search, filter, and analyze systemd journal logs to diagnose service failures, boot issues, and system errors.
Network Diagnostics Toolkit
Diagnose network connectivity, DNS resolution, port availability, and routing issues using standard Linux networking tools.
Performance Tuning with sysctl
Tune kernel parameters using sysctl to optimize network performance, file descriptor limits, and memory management.
Process Management with systemd
Manage services and processes using systemd, including starting, stopping, enabling, and debugging service units.
Security Hardening Checklist
Audit and harden a Linux server by checking SSH configuration, open ports, running services, and filesystem permissions.
System Monitoring Dashboard
Build a quick system monitoring overview using standard Linux commands to check CPU, memory, disk, and network status.
User Management and sudo
Create, manage, and configure user accounts with proper sudo access and security settings.