Skip to content
Linux Nightly
  • System Administration
  • Linux Commands
  • Programming/Scripting
  • Applications
Linux Nightly
  • System Administration
  • Linux Commands
  • Programming/Scripting
  • Applications

How to Specify SSH Password in rsync Command

April 22, 2021 / Linux Commands

When using rsync over SSH for remote file transfers, you can avoid typing your password each time by setting up RSA key authentication. If this isn’t possible in your situation, the next best thing is to pass the SSH password in the rsync command. We’ll look at how to do that securely in this guide. […]

How to Specify SSH Password in rsync Command Read More »

How to Use rsync on a Different SSH Port

April 21, 2021 / Linux Commands

If the computer you’re connecting to is running SSH on a different port than the standard (22), you’ll have to specify an extra option in your rsync command. This guide shows the correct syntax to use the rsync command on a different port than 22. The normal rsync-over-ssh command uses port 22 by default and

How to Use rsync on a Different SSH Port Read More »

How to Rename Multiple Files at Once on Linux

April 18, 2021 / Linux Commands

Renaming multiple files on Linux sounds like a simple task, but it can get rather complex. It’s possible to bulk rename files with the mv command and a bit of Bash scripting, or use the mmv and rename utilities – which aren’t ordinarily installed by default. In this guide, we’ll show various examples for renaming

How to Rename Multiple Files at Once on Linux Read More »

How to Install VirtualBox Guest Additions on Debian

April 11, 2021 / System Administration

VirtualBox Guest Additions will help you get the most out of your Debian virtual machine. It gives you automatic resolution scaling, a shared clipboard between the host and VM, and drag and drop ability. The step by step instructions below will explain how to install VirtualBox Guest Additions on Debian Linux. 1. First, we’ll use

How to Install VirtualBox Guest Additions on Debian Read More »

How to Install VirtualBox Guest Additions on CentOS

April 10, 2021 / System Administration

VirtualBox Guest Additions will help you get the most out of your CentOS virtual machine. It gives you automatic resolution scaling, a shared clipboard between the host and VM, and drag and drop ability. The step by step instructions below will explain how to install VirtualBox Guest Additions on CentOS Linux. 1. First, we’ll use

How to Install VirtualBox Guest Additions on CentOS Read More »

How to Put Password in SSH Command

March 29, 2021 / Linux Commands

It’s possible to supply a password in an SSH command with the sshpass utility on Linux. This guide will show how to install sshpass and then go over the correct command syntax for putting a password into the SSH command. As you might have guessed, putting your password in an SSH command is a bad

How to Put Password in SSH Command Read More »

How to SSH Without Password Using RSA Keys

March 28, 2021 / Linux Commands

This article will go over the step by step instructions for generating RSA keys on Linux and then transferring them to a remote system. Afterwards, you’ll be able to SSH to the remote machine without needing to enter a password. Using SSH with RSA keys is a lot more secure than entering a password. It’s

How to SSH Without Password Using RSA Keys Read More »

How to Disable (or Enable) SELinux in AlmaLinux

March 20, 2021 / System Administration

Just like RHEL and the rest of its derivatives, AlmaLinux comes with SELinux (Security Enhanced Linux) installed and enabled by default. In this guide, we’ll see how to disable SELinux temporarily or permanently. You’ll also learn how to re-enable it later in case you need to turn it back on. It’s not usually recommended to

How to Disable (or Enable) SELinux in AlmaLinux Read More »

Using the ps Command in Linux to List Processes

March 20, 2021 / Linux Commands

The ps command in Linux is our best asset for listing running processes on a system. But do you know how to use it effectively? ps comes with a small learning curve, thanks to its varying syntax and plethora of (overlapping) options. In this guide, we’ll go over the most useful ps commands that Linux

Using the ps Command in Linux to List Processes Read More »

Losslessly Compress PNG Images via Linux Command Line

March 19, 2021 / Linux Commands

PNG files are losslessly compressed images. It’s a great format to use when you’re concerned about retaining all the quality of your image. Otherwise, opting for the JPG format can yield a better file size at the cost of some quality. PNG files take up quite a bit more storage space, but we can use

Losslessly Compress PNG Images via Linux Command Line Read More »

← Previous 1 … 14 15 16 Next →
Home About Contact Privacy Policy

Copyright © 2025 Linux Nightly