Generate merged code coverage report for JUnit and BDD tests in Sonar using Jacoco

Generate merged code coverage report for JUnit and BDD tests in Sonar using Jacoco

This tutorial guides you on how to generate generate merged code coverage report for JUnit and BDD tests in Sonar using Jacoco in Jenkins pipeline. If you wanted to achieve the Code Coverage criteria (%) with both Junit and BDD… Read More!

docker tutorials

docker: Error response from daemon: Get https://registry-1.docker.io/v2/: dial tcp: lookup registry-1.docker.io: no such host

This tutorial guides you on how to resolve docker: Error response from daemon: Get https://registry-1.docker.io/v2/: dial tcp: lookup registry-1.docker.io: no such host while running docker run command to find and pull the image from docker hub. docker: Error response from… Read More!

Install and configure VNC on Ubuntu 20.04

How to install and configure VNC on Ubuntu 20.04 with graphical desktop?

This tutorial guides you on how to install and configure TightVNC Server on Ubuntu 20.04 with graphical desktop. Also, you will learn how to configure and connect it via a VNC Viewer to do remote desktop connections. Install and configure… Read More!