If you’re a developer working on a Windows machine, you already know the pain. You’re jumping between projects. One requires Java 17, another requir…
If you have ever experienced permission denied for your GitHub user on windows 10 while pushing your code to your repository then, please follow belo…
If you have WordPress on Apache server and you want to redirect all your http URL to https URL, you can do this via editing .htaccess file. This is a…
This post is regarding the situation I was currently in. The situation was that in Jenkins I ran a job every hour. After that I had a lot of builds s…
Ever been in a situation where you sent the wrong email to the wrong person? OR You sent the mail but forgot to include the important information? OR…
Many a times after installing Java, JRE works fine as to run Java applications. But when it comes for Java development, JDK is required. We get issue…
In this post I am going to tell you how to add Java and Maven in alpine. Example: For java we will be adding openjdk 8 Run below commands: apk add --…