A passionate DevOps & High Performance Computing enthusiast from India
Nothing here yet.
In this brief article, we will explore how to install and configure the Sonarqube server along with the PostgreSQL database in an Ubuntu instance running in AWS using docker-compose. Let’s get started!! Step-1: Create an AWS Ubuntu instance Login to ...

Introduction Code quality analysis is an essential aspect of software development, ensuring that your codebase is clean, maintainable, and error-free. SonarQube, an open-source web-based tool, offers a comprehensive solution for analyzing code qualit...

Update and Upgrade: Start by updating and upgrading package lists to ensure you have the latest package information. sudo apt update sudo apt upgrade -y Install Java: OWASP ZAP requires Java to run. Install OpenJDK with the following command: sud...
