How to Install Gradle on ubuntu 20.04 LTS.
Gradle is a tool used to build, automate, and deliver software. Gradle is a object-oriented programming language & used for Java & C++ project to define build scripts. It helps programmers team to build, automate and deliver software easier and faster which increased their productivity. Install Gradle on ubuntu Update the system apt-get update Install Java …
How to Install Apache Tomcat Server on ubuntu 20.04 LTS.
Apache Tomcat is an open source web server and Java servlet container for publishing web applications.We can use Apache Tomcat for deploying Java Servlet and JSP applications.It is lightweight & easy to run applications in Ubuntu.It provides fast loading and helps run a server more efficiently. Install Apache Tomcat on ubuntu Update the System. apt-get …
Read more “How to Install Apache Tomcat Server on ubuntu 20.04 LTS.”
How to install Apache Maven on Ubuntu 20.04 LTS.
Apache Maven is a Free & open source build automation tool used primarily for Java projects. It is used for building, testing, source control management, running a web server & generating Eclipse project files. Maven also be used to build and manage projects written in C#, Ruby, Scala, and other languages. Install Apache Maven on Ubuntu Update …
Read more “How to install Apache Maven on Ubuntu 20.04 LTS.”
How to Setup Jenkins On Ubuntu 20.04 LTS
Jenkins is an free & open source continuous integration/continuous delivery and deployment (CI/CD) automation software written in the Java programming language. It is used to implement CI/CD workflows, called pipelines. It provides continuous integration and continuous delivery in software projects by automating parts related to build, test, and deployment. Install Jenkins on Ubuntu. Update the …
How to Manage Single & Multiple Kubernetes Clusters using kubectl & kubectx in Linux
Kubectl is a command line utility & it is used to control and manage Kubernetes clusters and objects running. It allow we can create, modify and delete Kubernetes resources such as Deployments, Pods, Services, switching contexts and access container shell. Install Kubectl on Linux We needs kubectl on linux so click on link https://www.hackerxone.com/blog/how-install-kubernetes-container-runtime-ubuntu-2004-lts …
Read more “How to Manage Single & Multiple Kubernetes Clusters using kubectl & kubectx in Linux”