Installing Java and Maven on Mac.

Java is a popular programming language that is used to build a wide range of applications. Maven is a build automation tool that is often used in Java projects to manage dependencies, compile and test code, and package applications. In this blog post, we will go over the steps to install both Java and MavenContinue reading “Installing Java and Maven on Mac.”

Fix for ‘Host key verification failed’ error.

When we login to a host using ssh we might come across the error ‘Host key verification failed’. If you see additional message saying the ‘host key for XX.XX.XX has changed’ then the fix i am giving will work for you. You see this error because the key of the host system is basically changedContinue reading “Fix for ‘Host key verification failed’ error.”