Back to Guides

Linux Resources

A collection of useful resources for learning Linux commands, security practices, monitoring tools, and more. These resources complement the commands available in ProxMenu and will help you deepen your knowledge of Linux system administration.

Linux General

TLDR Pages
Terminal commands explained briefly with practical examples. Ideal for quickly remembering how to use tar, find, rsync, etc.
Explainshell
Enter a command and this site breaks it down explaining each part. Very useful for learning complex commands.
Cheat.sh
Online service to quickly search commands from browser or terminal (curl cheat.sh/tar). Very powerful and practical.

Security and Administration

SSH Hardening Guide
Advanced guide to secure SSH access. Covers ciphers, versions, authentication, and other recommended practices.
Fail2ban Wiki (GitHub)
Official documentation and usage examples for Fail2ban, an essential tool for servers.

Monitoring and Diagnostics

nmon Performance Monitor
Advanced system monitoring tool, with documentation on its usage.
htop Official
Official page of htop, one of the most used tools for viewing processes and resource usage.

ZFS and Storage

OpenZFS Documentation
Official and modern guide on ZFS, ideal for administrators using Proxmox with this file system.
ZFS Cheatsheet (DigitalOcean)
Clear and simple explanation of basic ZFS usage in Linux.

Extra: General Cheatsheets

OverAPI.com
Collection of interactive cheatsheets on multiple technologies, including Linux commands.
DevHints.io Linux
Bash shortcuts and basic scripting, useful for automating tasks in Proxmox and other environments.