
How to Use ethtool Command with Examples - LinuxOPsys
Jul 6, 2022 · The ethtool command is used to display/change Ethernet adapter settings. You can change network card speed, auto-negotiation, wake on LAN setting, duplex mode using this …
How to Install Snort on Ubuntu 20.04 - LinuxOPsys
Jul 19, 2022 · ethtool -k eth0 | grep receive-offload. If seeing this output that GRO is enabled while LRO is fixed or LRO is enabled. Output. generic-receive-offload: on large-receive …
Commands to Get Hardware Info in Linux - LinuxOPsys
Sep 6, 2022 · To display more hardware details, use it with the -Fx option. List Hardware Using lshw. The lshw utility reports critical information about multiple hardware components, such as …
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 Commands Cheat Sheet [With PDF] - LinuxOPsys
Oct 21, 2023 · Welcome to the Linux Cheat Sheet! This handy guide is perfect for anyone who's looking to navigate through Linux's commands more easily.
cd Command in Linux Explained [With Examples] - LinuxOPsys
Aug 24, 2023 · After executing this command, you'll be in the parent directory of your previous location. If you keep using cd .. repeatedly, you will eventually reach the root directory /, which …
Linux ls Command – List Files and Directories - LinuxOPsys
Jun 11, 2023 · Learn about ls command in Linux and some of its important options with practical examples. It is a basic command used in Linux.
diff3 Command in Linux with Examples - LinuxOPsys
Nov 21, 2023 · diff3 is a specific tool designed for comparing three different files, where each file represents a version: the original file, the first modified file, and
grep command in Linux [With Examples] - LinuxOPsys
Jul 31, 2023 · Learn about grep command in Linux and go through its main option with examples. It is used to find words, text strings, number strings, or any other information in a single file or …
LinuxOPsys
Apr 1, 2023 · How to Use ethtool Command with Examples; parted Command in Linux with Examples; fallocate Command in Linux with 5 Examples; blkid Command in Linux to Find …