SSH to Port Other Than 22: How to Do It (with Examples) April 2, 2022 1 Comment This guide will explore how to change the SSH server port, and we will show you how to connect to a port other than the default 22.
How to Unzip Files in Linux (with Examples) April 18, 2022 This article will explain how to use the unzip command in Linux to list, test, and extract compressed ZIP archives.
Osysinfo: A Basic CLI Tool to See Your System Details on Linux May 11, 2021 There are plenty of commands to check information about the hardware of a Linux system. Meet one of them.
How to Set Static IP Address and Modifying Routing Table on Linux April 11, 2022 2 Comments 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.
MySQL: How to Backup (Dump) and Restore Database Using mysqldump May 23, 2021 Here I'm going to explain the native methods that are used to generate the backup of the MySQL database.
dmidecode: Get System Hardware Information On Linux April 24, 2022 Dmidecode is a Linux command-line tool used to retrieve information about your system's hardware components in a human-readable format.
Head and Tail Commands in Linux Explained with Examples February 18, 2022 Getting a portion of text from input files in Linux is a common operation.
How to Use Pipes and Named Pipes in Linux (with Examples) April 18, 2022 This article will show how regular and named pipes work in Linux. How to use them and how they differ from each other.
nslookup Linux Command Explained With Examples April 12, 2022 In this guide, you will learn how to install and use the nslookup command on Linux for querying DNS information from a domain name and IP address.
Telnet to a Port to Test Network Connectivity March 15, 2022 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.