About 260 results
Open links in new tab
  1. ip command Cheat Sheet - Quick Reference Guide - LinuxOPsys

    Mar 16, 2024 · The ip command is a modern replacement of many deprecated net-tools utilities such as ifconfig, route, arp, etc. This guide provides an overview of ip command with a cheat sheet.

  2. Linux ip Command Explained [With Examples] - LinuxOPsys

    Jul 8, 2023 · Here learn about Linux IP command and demonstrate, through examples, how you can use this powerful tool to perform several network administration tasks.

  3. Set IP Address in Linux Using ip Command - LinuxOPsys

    Jul 25, 2023 · Here learn how to set IP address in Linux using ip command. Because of extended feature set, ip command is the most recommended command for network interface configuration in …

  4. How to List Network Interfaces in Linux - LinuxOPsys

    Jul 20, 2022 · Here learn how to list network interfaces on the Linux system. It is often used to know the interface name, and its status, and to manage network configurations.

  5. COMMAND DESCRIPTION Display the command syntax and lists all available options $ ip help $ ip addr show Display information about all ip addresses.

  6. How to Get IP address in Linux - LinuxOPsys

    Jul 25, 2022 · Here learn how to get the IP address of a Linux computer using command-line as well as GUI methods.

  7. How to Permanently add Static Route in Linux - LinuxOPsys

    Jun 17, 2022 · Here learn how to add permanent static routes in Linux distributions such as CentOS Stream and Ubuntu. Here routes needs be added to config file for this purpose.

  8. ping Command in Linux with Examples - LinuxOPsys

    Aug 30, 2022 · In this Linux ping command tutorial, we will learn how to use ping to check your network connection.

  9. Using ss Command to Troubleshoot Network Issues on Linux

    Feb 17, 2024 · The ss (socket statistics) command in Linux displays network socket information. When a program or process wants to communicate over the network, it creates a socket and specifies the IP …

  10. How to Flush Routing Table from Cache in Linux - LinuxOPsys

    Jun 25, 2022 · Here shows how to flush routing table in Linux using terminal commands. Learn ip route flush command to delete route and cache.