
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.
How to Use ethtool Command with Examples - LinuxOPsys
Jul 6, 2022 · Ethtool in Linux that helps in troubleshoot Network Interface related problems and how to resolve the same. Changes to network speed, duplex settings etc.
ip command Cheat Sheet - Quick Reference Guide - LinuxOPsys
Mar 16, 2024 · The ip command is an extremely powerful tool used to manage network interfaces, IP addresses, network routing, and ARP/neighbor cache on Linux systems. It
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.
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.
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 …
Tshark Examples with Cheat Sheet - LinuxOPsys
Mar 10, 2023 · Red Hat/CentOS Stream sudo yum install wireshark-cli Arch Linux sudo pacman -S wireshark-cli Capturing network traffic with tshark To capture network traffic with tshark, run the …
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.
tcpdump Command in Linux with 10 Examples - LinuxOPsys
Oct 30, 2023 · Here learn how to use tcpdump command in Linux. With some practical examples showing how to capture network traffic and analyse it.
What is Shell in Linux - LinuxOPsys
Feb 11, 2023 · When working on Linux, users or administrators has to manage files and filesystem, run programs, or execute scripts. The system provides a command line interface to perform these tasks. …