arping – ARP Level Ping Utility Networking Tools arping is a network utility that sends ARP (Address Resolution Protocol) requests to discover hosts on a local network. Unlike...
fping – Fast Ping Tool for Multiple Hosts Networking Tools fping is a high-performance ping utility designed to efficiently ping multiple hosts in parallel. Unlike the traditional ping command that...
HTTPie – Modern Command-Line HTTP Client Networking Tools HTTPie is a user-friendly command-line HTTP client designed for testing, debugging, and interacting with APIs and HTTP servers. Unlike curl,...
netcat – Network Swiss Army Knife Networking Tools netcat (nc) is the quintessential network utility for Linux, often called the “Swiss Army knife” of networking. This versatile command-line...
socat – Multipurpose Relay Tool Networking Tools socat (SOcket CAT) is a powerful multipurpose relay tool for Linux that establishes two bidirectional byte streams and transfers data...
dog – Modern DNS Client Networking Tools dog is a command-line DNS client written in Rust that serves as a modern alternative to dig. It features colorful...
dnscrypt-proxy – DNS Encryption Proxy Networking Tools dnscrypt-proxy is a flexible DNS proxy with support for encrypted DNS protocols including DNS-over-HTTPS (DoH), DNS-over-TLS (DoT), and DNSCrypt. It...
BIND – Berkeley Internet Name Domain DNS Server Networking Tools BIND (Berkeley Internet Name Domain) is the most widely used DNS server software on the Internet. It implements the DNS...
netplan – Ubuntu Network Configuration Networking Tools netplan is a YAML-based network configuration abstraction for Linux that simplifies network setup on Ubuntu and other systems. It provides...