Managing SSH Access with HashiCorp Vault SSH Secrets EngineIntroduction SSH is method of securely connect to remote server and execute command on that server. To provide user access to remote server either password or SSH key needs to be shared. But this becomes cumbersome when there are many users as well a...Feb 16, 2024·8 min read
Terraform create an Azure Linux Virtual Machine with SSH keyIntroduction Previously I have written one article on how to create an Azure Linux Virtual Machine with Terraform. In that article, I have explained how to create a Virtual Machine with a password using Terraform. Now in this article, I will explain ...May 28, 2023·4 min read
Running AWS Lambda with Ubuntu As Docker Base Image For Python ApplicationIntroduction I was exploring AWS lambda for the implementation of one of the use cases. I had a Python application based on Ubuntu as a base docker image. But when I started exploring running a docker container in AWS Lambda, I found out that they ar...May 6, 2023·4 min read
Setup a CI/CD pipeline for React App with Jenkins and GitlabIntroduction This article helps you to automate the deployment of your React application using Jenkins and Gitlab pipeline on a remote web server. Prerequisites React application created and pushed in Gitlab repository. Gitlab user credentials used...Apr 22, 2023·5 min read
How to install Jenkins using Docker container in Ubuntu?Introduction In this article, i will guide how to install Jenkins in Ubuntu using a Docker container. Prerequisites Docker installed Create a bridge network Open the terminal and create a bridge network using the following command sudo docker network...Mar 25, 2023·4 min read
How to run docker containers to use NVIDIA GPUs from the system in RHEL 9.x?Introduction In this article I will tell you how to run docker containers to use NVIDIA GPUs from the system in Red Hat Enterprise Linux (RHEL) 9. x We are going to achieve this with the help of NVIDIA Container Toolkit. NVIDIA Container Toolkit? The...Mar 5, 2023·2 min read
Install NVIDIA Drivers on Red Hat Enterprise Linux 9.xIntroduction In this article, I'll tell you how to install the NVIDIA GPU drivers on Red Hat Enterprise Linux (RHEL) 9.x Check system has an NVIDIA GPU installed You can check whether your system has an NVIDIA GPU installed with the following command...Feb 25, 2023·3 min read