Skip to content
Home » command line » Page 3

command line

ifconfig and ip Command Gist With Practical Use Cases

ifconfig Command ifconfig (short for “interface configuration”) is a command-line utility that allows you to configure network interfaces on your system. It’s been around for a long time, and is still widely used despite the availability of newer tools like ip. Practical use-cases for ifconfig: Displaying network interface information: This… Read More »ifconfig and ip Command Gist With Practical Use Cases

Tracing Your Network’s Route: A Step-by-Step Guide to Using Tracert in Windows

What is “tracert” and what does it do? How to use “tracert” in Windows 11 Example In this example, “tracert” sends an ICMP Echo Request message to the first router (Router1), which responds with an ICMP Echo Reply message. “tracert” then sends an Echo Request message to Router2, which responds… Read More »Tracing Your Network’s Route: A Step-by-Step Guide to Using Tracert in Windows