Skip to Content

Linux provides a number of commands to manage network interfaces. In this post, we will discuss 4 different commands: ifconfig, ip addr, ip link show, dmesg. The ifconfig command displays information about all active network interfaces on your system. However, this command has been deprecated in favor of ip command. The ip command is a …

Read More about 4 commands to Find network interfaces in Linux

When dealing with a large number of files in a Linux system, organizing them based on their sizes can be immensely helpful. In this post, we will explore three different ways to sort files by size in Linux, each providing its own advantages and flexibility. Whether you prefer a simple command-line approach or desire a …

Read More about 3 Ways to Sort files by Size in Linux