This article aims at providing you a deep insight of Linux command 'pwd' (Print Working Directory) with practical examples.| 15 ‘pwd’ (Print Working Directory) Command Examples in Linux
The one I will discuss in this article is SSH, a secure remote protocol which is used to work remotely on other machines or transfer data between computers.| How to Install OpenSSH Server In Linux
The standard port used by SSH service is 22/TCP. However, you might want to change SSH default port in your Linux server, in order to achieve some kind of security.| How to Change SSH Port in Linux
In this article we will show you how to synchronize local and remote system files/directories using rsync with non-standard ssh port in Linux.| How to Sync Files/Directories Using Rsync with Non-standard SSH Port
In this guide, we explore different ways that you can use to secure and harden OpenSSH installation on the server.| How to Secure and Harden OpenSSH Server
SCP stands for secure copy command and is used to copy files/folders between servers in a secure way. This article shows 10 scp commands with practice examples.| 10 SCP Commands to Transfer Files/Folders in Linux
Rsync is the most commonly used command for copying and synchronizing files and directories remotely as well as locally in Linux/Unix systems.| How to Use Rsync Command in Linux: 16 Practical Examples
In this post, we are going to review the wget utility which retrieves files from World Wide Web (WWW) using widely used protocols like HTTP, HTTPS, and FTP.| How to Use Wget Command in Linux with Examples