nslookup Linux Command Explained With ExamplesOnMarch 13, 2021UpdatedFebruary 14, 2023Learn how to use the nslookup command in Linux to query DNS servers and get information for a domain name or IP address.
Telnet to a Port to Test Network ConnectivityOnMarch 7, 2021UpdatedMarch 15, 2022Telnet 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.
How to Set Ethernet Card Speed in Linux with ethtoolOnDecember 29, 2020UpdatedMay 1, 2022The ethtool command is used to view and change the ethernet device parameters such as speed and duplex. Here's how to use it!
How to Create an Alias and Use the Alias Command in LinuxOnSeptember 4, 2020UpdatedApril 18, 2022The alias command in Linux lets you create shortcuts for commands, making them easier to remember and use. Here's how to create them!
How to Zip Files and Directories on Linux (with Examples)OnAugust 27, 2020UpdatedApril 18, 2022This article will show you how to easily use the Zip command on Linux to Zip files and directories.
How to Create a Bootable USB from ISO on LinuxOnJuly 30, 2020UpdatedAugust 12, 2023This guide shows how, with minimal effort, to create a bootable USB from ISO in Linux using the built-in dd comm
Check Disk Space in Linux Using df and du CommandsOnJuly 24, 2020UpdatedMarch 21, 2022Linux has strong built-in commands to check available disk space called ‘df‘ and 'du'. Let's find out how to use them correctly.
What Is cURL Command and How to Use It (With Examples)OnJuly 13, 2020UpdatedJune 25, 2022This article explains the curl command in Linux and how to use it with examples based on best practices.
Linux History Command: A Comprehensive GuideOnJune 27, 2020UpdatedDecember 25, 2022This guide delves into the features and functions of the Linux history command, providing you with the skills to utilize it effectively.