tcpdump – Network Packet Analyzer Networking Tools tcpdump is a powerful command-line packet analyzer. Available on most Unix-like systems, it captures and displays network packets, making it...
ripgrep – Fast Search Tool Terminal Tools ripgrep (rg) is a line-oriented search tool that recursively searches directories for regex patterns. Faster than grep, ag, and ack,...
iptables – Packet Filtering Security Tools iptables is the user-space utility for configuring Linux kernel firewall rules. It provides powerful packet filtering, network address translation, and...
QEMU – Machine Emulator Virtualization QEMU is a generic and open source machine emulator and virtualizer. When used with KVM, it can provide near-native performance...
Fish Shell – Friendly Interactive Shell Terminal Tools Fish is a smart and user-friendly command-line shell for Linux, macOS, and the rest of the family. With features like...
nftables – Modern Firewall Security Tools nftables is the successor to iptables, providing a simpler and more powerful framework for packet filtering and classification. It offers...
Go – Programming Language Programming Go (Golang) is an open-source programming language developed by Google. Designed for simplicity and efficiency, Go excels at building reliable,...
Fail2Ban – Intrusion Prevention System Security Tools Fail2Ban is an intrusion prevention software that protects servers from brute-force attacks. It monitors log files and dynamically updates firewall...
Neovim – Hyperextensible Editor Code Editors Neovim is a Vim-based text editor engineered for extensibility and usability. It refactors Vim’s codebase to enable better plugin architecture,...