The gzip command uses a deflate algorithm which is a lossless data compression that creates smaller file sizes to make file transfer much faster in Linux.| 13 Practical Examples of Using the Gzip Command in Linux
In this guide, we’ll focus on the cp command and show you how to force it to overwrite files without asking for confirmation on Linux.| How to Force cp Command to Overwrite Without Confirmation in Linux
In this article, we will introduce you a list of most frequently used Linux commands with their examples for easy learning.| A – Z Linux Commands – Overview with Examples
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
Systemd is a service manager for Linux; a drop-in replacement for the init process, and the systemctl command is the primary tool to manage systemd.| How to Find Running Services in Linux with Systemd Commands [Quick Guide]
PSSH is a small Python-based program, which allows you to execute commands on multiple Linux remote servers in parallel at the same time using the single shell.| Pssh – Execute Commands on Multiple Remote Linux Servers
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]
In this guide, we will discuss the common use cases of SSH. We will also discuss commonly used SSH configurations that can be used in day-to-day life.| Basic SSH Command Usage and Configuration in Linux
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
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
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