Post
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 Ubuntu Linux 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 Ubuntu Linux operating system. Once the installation is done, you ...
How to install Ngrok on Ubuntu Linux 18.04 desktop machine?
Ngrok allows you to expose a HTTP server running on your local machine to the internet. You can signup at https://dashboard.ngrok.com/signup to create your own Ngrok account and get auth token to make an HTTP/TCP tunnels on random URLs and ports. ...
How to install Docker on CentOS Linux 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 AWS CLI on Ubuntu Linux 18.04 desktop machine?
AWS CLI is a command-line interface that allows you to operate and manage AWS resources. Let's install AWS CLI that allows you to manage AWS services and resources from Linux/Unix terminal. Once AWS CLI is installed, we need to verify it by checking ...
How to install Docker on Ubuntu Linux 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 ...
How to install Terraform on Ubuntu Linux 18.04 desktop machine?
Let's install Terraform by downloading and extracting the executable binary for Linux. This is most recommended way of installing Terraform on any Linux-based operating system. No matter how we install Terraform, its just a executable binary. Once ...
How to install Kubernetes client on Ubuntu Linux 18.04 desktop machine?
Here, we install Kubernetes client on the host machine, so that a system user can connect and operate the Kubernetes cluster. Later, we have to create a Kubernetes user with proper credentials to operate the Kubernetes cluster using the installed ...
How to install Git on Ubuntu Linux 18.04 desktop machine?
Here, we install Git using system package manager. This is most recommended way of installing Git on Ubuntu Linux operating system. No matter how we install Git, its just a command line utility. Once the installation is done, you need to verify Git ...
How to install Vagrant on Mac desktop machine?
If you have a host machine that runs Mac operating system, then you need to install Vagrant to automate and manage virtual machines. Now, let's see how to do Vagrant installation on Mac host machine. Download the latest Vagrant installer. Open the ...
How to install VirtualBox on Windows 10/11 desktop machine?
Install VirtualBox on Windows operating system If you have a host machine that runs Windows 10 or Windows 11 operating system, then you need to install VirtualBox to build and run virtual machines. Now, let's see how to do VirtualBox installation on ...
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 Vagrant on Ubuntu Linux 18.04 desktop machine?
If you have a host machine that runs Ubuntu Linux operating system, then you need to install Vagrant to automate and manage virtual machines. Now, let's see how to do Vagrant installation on Linux host machine. # Download Vagrant. $ wget ...
How to install VirtualBox on Mac desktop machine?
Install VirtualBox on Mac operating system If you have a host machine that runs Mac operating system, then you need to install VirtualBox to build and run virtual machines. Now, let's see how to do VirtualBox installation on Mac host machine. ...
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 VirtualBox on Ubuntu Linux 18.04 desktop machine?
If you have a host machine that runs Ubuntu Linux operating system, then you need to install VirtualBox to build and run virtual machines. Now, let's see how to do VirtualBox installation on Linux host machine. # Install required system packages. $ ...