In computing, and more so, TCP/IP and UDP networks, a port is a logical address that is assigned to a specific service or running application on a computer.| Most Common Network Port Numbers for Linux
This article will explain how do you transfer files between two Linux computers using nc (networking utility) and pv (pipe viewer) commands to monitor progress.| How to Transfer Files Between Two Computers using nc and pv Commands
In this guide, we review the best graphical user interface backup tools for Ubuntu and Linux Mint operating systems.| The 5 Best Graphical Backup Tools for Ubuntu and Linux Mint
In this article, we will show you how to set up an SSH passwordless login using ssh keys to connect remote Linux servers without entering passwords.| How to Setup SSH Passwordless Login in Linux [3 Easy Steps]
SFTP is a Secure File Transfer Protocol used to transfer files in a secure way. This article shows 10 sftp commands to transfer files to a remote Linux Server.| 10 sFTP Command Examples to Transfer Files on Remote Servers 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
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
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