Recent Articles
Steps to onboard into our DevOps & Cloud training program
Fill SloopStash contact form You need to fill out the SloopStash contact form on our website with proper information about yourself. In the Message field, elaborate on your work experience and expectations in our DevOps & Cloud training program so ...
Your shortest path to cover the backlog in our DevOps & Cloud training
Read and complete the steps to onboard into our DevOps & Cloud training program. You need to watch the recorded Linux sessions on YouTube, particularly topics like kernel, shell, process, package, service, and SSH. Install and configure Docker engine ...
How to load multiple Git Bash tabs using Windows Terminal app?
The Windows Terminal application is a modern and versatile command-line interface for Windows operating systems. It supports multiple tabs within a single window, enabling users to work with different command-line sessions simultaneously. Note: The ...
How to use terminal-based text editors in Linux machine?
Vim Edit: i Copy: CTRL+SHIFT+C Paste: CTRL+SHIFT+V Command: ESC Exit without saving: ESC - :q! - ENTER Save and exit: ESC - :wq - ENTER Nano Copy: CTRL+SHIFT+C Paste: CTRL+SHIFT+V Exit without saving: CTRL+X - SHIFT+N - ENTER Save and exit: CTRL+X - ...
How to install Jenkins on Linux Ubuntu 18.04 desktop machine?
Here, we proceed with Open JDK and Jenkins installation by configuring and updating its Debian repository on our local machine. This is most recommended way of installing Jenkins on any Linux-based Ubuntu operating system. Once the installation is ...
Popular Articles
How to load multiple Git Bash tabs using Windows Terminal app?
The Windows Terminal application is a modern and versatile command-line interface for Windows operating systems. It supports multiple tabs within a single window, enabling users to work with different command-line sessions simultaneously. Note: The ...
How to install & configure Git Bash on Windows 10/11 desktop machine?
If you have a host machine that runs Windows 10 or Windows 11 operating system, then you need to install Git Bash to run simple Linux commands. Now, let's see how to do Git Bash installation on Windows host machine. Download the latest Git Bash ...
How to install Vagrant on Windows 10/11 desktop machine?
If you have a host machine that runs Windows 10 or Windows 11 operating system, then you need to install Vagrant to automate and manage virtual machines. Now, let's see how to do Vagrant installation on Windows host machine. Download the latest ...
How to install Docker on Linux CentOS 7 server machine?
Docker is available in two editions: Community Edition (CE) and Enterprise Edition (EE). Here, we'll proceed with Docker CE, the Community Edition. To do a clean installation, you must first remove existing Docker installation, if anything found. And ...
How to install Docker on Linux Ubuntu 18.04 desktop machine?
Docker is available in two editions: Community Edition (CE) and Enterprise Edition (EE). Here, we'll proceed with Docker CE, the Community Edition. To do a clean installation, you must first remove existing Docker installation, if anything found. And ...