Linux network command guides

Trace connectivity problems with DNS lookups, routes, sockets, packet captures, HTTP checks, and commands that show where connectivity breaks.

Curated guides

Network command guides

15 matched guides, best match first. Page 1 of 2.

nmcli command graphic with network diagrams, Wi-Fi scan output, and Tux on a dark Linux background

nmcli Command in Linux With Examples

Network fixes get risky when interface state, saved profiles, DNS, routes, and Wi-Fi settings are treated as one layer. The nmcli command in Linux gives NetworkManager a terminal...

Published

cURL command examples in Linux terminal showing data transfer and API requests

curl command in Linux with Examples

When you need to test an endpoint, download a release asset, or send a quick API request without opening a browser, the curl command in Linux gives you...

Updated ( Published )

ifconfig and net-tools logos representing network interface configuration on Linux

ifconfig Command in Linux with Examples

Legacy network notes still tell admins to run the ifconfig command in Linux, especially on older servers, embedded images, and scripts written before iproute2 became standard. ifconfig reads...

Updated ( Published )

wget command examples in Linux terminal showing file download and automation options

wget Command in Linux with Examples

Large downloads, flaky SSH sessions, and offline documentation mirrors are where the wget command earns its keep. It retrieves files over HTTP, HTTPS, FTP, and FTPS without a...

Updated ( Published )

SSH key logo and Linux Tux penguin representing secure remote server connections

ssh Command in Linux with Examples

Remote administration depends on SSH because login sessions, one-off commands, and encrypted tunnels all travel through the same client without exposing plaintext credentials. The ssh command in Linux...

Updated ( Published )