
How to List Network Interfaces in Linux - LinuxOPsys
2022年7月20日 · 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.
ip command Cheat Sheet - Quick Reference Guide - LinuxOPsys
2024年3月16日 · 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
2023年7月8日 · 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 Use ethtool Command with Examples - LinuxOPsys
2022年7月6日 · Ethtool in Linux that helps in troubleshoot Network Interface related problems and how to resolve the same. Changes to network speed, duplex settings etc.
Set IP Address in Linux Using ip Command - LinuxOPsys
2023年7月25日 · 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 …
How to Install Software on Linux – Beginners Guide
2022年8月2日 · Learn the different ways to install software on Linux. The most common way to install software packages is by using the package manager.
What is kernel? - LinuxOPsys
2024年7月8日 · System calls: Provides the interface between user-space applications and the kernel. They allow programs to request services from the kernel, such as file operations, process control, …
Tshark Examples with Cheat Sheet - LinuxOPsys
2023年3月10日 · To check the available network interface (s) on your Linux system, use the tshark command with the -D option.
What is Shell in Linux - LinuxOPsys
2023年2月11日 · 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 …
Configure Static IP Address on Ubuntu 20.04 (Server CLI and Desktop)
2022年7月23日 · Learn here how to configure static IP address on Ubuntu 20.04. Manually assign static IP address from command line and on Ubuntu Desktop.