How to Set Static IP Address and Modifying Routing Table on Linux
This article will show you how to configure a static IP address from the command line on Linux and how to modify the routing table.
This article will show you how to configure a static IP address from the command line on Linux and how to modify the routing table.
Dmidecode is a Linux command-line tool used to retrieve information about your system's hardware components in a human-readable format.
This guide shows the typical usages of head and tail command in Linux to get a portion of the text through examples.
This article will show how regular and named pipes work in Linux, how to use them, and how they differ from each other.
Learn how to use the nslookup command in Linux to query DNS servers and get information for a domain name or IP address.
Telnet is one of the simplest ways to check port connectivity. Learn how to telnet to a port to check whether a port is open or not.
The ethtool command is used to view and change the ethernet device parameters such as speed and duplex. Here's how to use it!
The alias command in Linux lets you create shortcuts for commands, making them easier to remember and use. Here's how to create them!
This article will show you how to easily use the Zip command on Linux to Zip files and directories.
This guide shows how, with minimal effort, to create a bootable USB from ISO in Linux using the built-in dd comm