A Comprehensive Guide to SSH
This SSH guide continues our Linux article series and covers many helpful SSH features and tricks to improve your daily productivity. The article describes SSH setup, configuration file management, SSH
This SSH guide continues our Linux article series and covers many helpful SSH features and tricks to improve your daily productivity. The article describes SSH setup, configuration file management, SSH
This article describes local and remote Git repositories. It will guide you on how to add, remove, and list remote Git repositories.
Ubuntu is a popular Linux distribution and open-source operating system that is used in many cloud environments. Knowing your Ubuntu version is important for troubleshooting and upgrades. There are several
This article covers what hypervisors are and what their types are. Also, we covered the most popular solutions for desktop, server virtualization, and hypervisors used by major cloud providers. The
This article describes how to install #Jenkins on #Ubuntu using #Docker. As a bonus, we’ll show how to deploy Jenkins using #CloudFormation.
This article continues a series of articles about Linux shell and covers the three most useful ways to delete files and directories. We also covered exceptional cases like deleting directories
The ability to change files and directories names is one of the primary skills that all Linux users need. This article continues the Bash article series and shows how to
If you’re looking for an in-depth guide on the bash for loop, look no further. In this article, we’ll discuss what a for loop is and how to use it.