VRViswanth Reddyinviswaviews.hashnode.dev·Mar 3, 2023 · 1 min readEnable Password less authentication between two machines.ssh-keygen is a command-line tool used to generate and manage SSH keys for secure communication between computers over a network. SSH (Secure Shell) is a network protocol used for secure remote access to servers and other network devices. The ssh-key...00
VRViswanth Reddyinviswaviews.hashnode.dev·Feb 19, 2023 · 7 min readAzure PipelinesAzure Pipelines is a cloud-based continuous integration and continuous delivery (CI/CD) service offered by Microsoft as part of their Azure DevOps suite of services. It allows you to build, test, and deploy your applications and infrastructure code a...00
VRViswanth Reddyinviswaviews.hashnode.dev·Feb 17, 2023 · 2 min readPostgreSQL and SonarQube Installation and Integration in RHEL.This article illustrates the components with the color of the above image. Installing PostgreSQL on Red Hat Enterprise Linux (RHEL): Add the PostgreSQL Yum repository to your system by creating a new file called "pgdg.repo" in the /etc/yum.repos.d/ ...00
VRViswanth Reddyinviswaviews.hashnode.dev·Feb 16, 2023 · 2 min readConfigure Jenkins reverse proxy with Nginx1. Install NGINX on a Red Hat Enterprise Linux (RHEL). a. First, you will need to add the official NGINX repository to your system. You can do this by creating a new file in the /etc/yum.repos.d/ directory, for example /etc/yum.repos.d/nginx.repo, an...00
VRViswanth Reddyinviswaviews.hashnode.dev·Feb 2, 2023 · 2 min readAdding self-hosted Linux agent in Azure DevOpsIn this article, we are going to add a Linux machine as an agent to build our Azure pipelines. Azure DevOps + Linux Machine The process is the same if you have a VM on Azure, a VM on your laptop or any Linux machine and want to use it as an Agent in ...00