Here in this article we will use a very lightweight password manager tool "pass". We will installing this tool and setup gpg key for the user id who is going…
Here in this article we will use a very lightweight password manager tool "pass". We will installing this tool and setup gpg key for the user id who is going…
Here in this article we will try to setup Oauth2.0 based authorization system using a SonarQube server which acts as a client application and GitLab server which acts as a…
Here in this article we will setup a SonarQube server using Vagrant and Ansible. We will be using a docker-compose to launch the SonarQube service. Once the SonarQube service is…
Here in this article we will try to launch an Ubuntu system using Vagrant and provision it using Ansible. We will be installing required packages for setting Openscap on Ubuntu…
Here in this article we will see how we can setup a basic NFS server using Vagrant and Ansible. We will try to install and configure our NFS server and…
Here in this article we will configure Vagrant which is popularly used to setup a virtualized development environment using libvirt virualization provider. We will look at the required packages that…
Here in this article we will try to see how we can encrypt a secret API key and token using GitHub secrets. We will further use these encrypted secrets to…
Here in this article we will try to cache the Python package dependencies using the GitHub cache actions and see how we can save and restore a cache using a…
Here in this article we will try to generate an OTP code using python script and try to mask the generated code using the GitHub Worlflow commands. Test Environment Ubuntu…
Here in this article we will try to create GitHub Workflow with user defined variables and script. We will see how we can use the user defined variable as input…