Here in this article we will try to install and configure fluent-bit using ansible playbook and demonstrate the default cpu metrics collection and processing that is carried out by the…
Here in this article we will try to install and configure fluent-bit using ansible playbook and demonstrate the default cpu metrics collection and processing that is carried out by the…
Here in this article we will see how we can instrument a python flask application using OpenTelemetry to collect the telemetry data. This telemetry data is further transferred to OpenTelemetry…
Here in this article we will see how we can instrument a Python flask application using OpenTelemetry framework without any modification in the application code. This is an example automatic…
Here is this article we will try to understand how to use the secure shell tools provided by OpenSSH packages for secure communication between client and server. We will check…
Here in this article we will be using GnuPG also known as GPG for secure communication between two users. We will be generating a set of keypairs for each user…
Here in this article we will try to install and configure a redis instance using docker and docker-compose. We will customize our redis configuration to block its access from loopback…
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…