Execute Commands On Remote Linux Systems Via SSH

The other day I was testing how to keep file permissions intact while copying files or directories to multiple locations and systems. When I wanted to check the file permissions …

Nala – A Feature-rich Commandline Frontend For APT Package Manager

Apt, stands for “Advanced Package Tool”, is the default, command line package manager for Debian, Ubuntu and its derivatives such as Elementary OS, Linux Mint and Pop!_OS. Using apt, we …

How To Correct Errors And Typos In Previous Console Commands In Linux

Have you ever unknowingly executed a command with a typo in it? Well, you can simply hit the UP/DOWN arrow to bring up the command history, find the misspelled command, …