Jenkins is an open-source automation server that supports continuous integration (CI) and continuous delivery (CD). It offers number of plugins for building deployments and automation for your applications. This also helps to automate the repetitive tasks involved in the software development process. In this guide you will learn how to install Jenkins on Debian...
In this tutorial we will show how install Java on Ubuntu 22.04. Java is one of the most popular programming language used to build flexible and maintainable applications and systems. Java comes in two different implementations OpenJDK and Oracle Java. Oracle java provides commercial features. It’s license allows only non-commercial use of software, for...
Jenkins is an open-source CI/CD software that supports continuous integration (CI)and continuous delivery (CD). It’s offers number of plugins for building deployments and automation for your applications. This also helps to automate the repetitive tasks involved in the software development process. In this tutorial you will learn how to install Jenkins on Ubuntu 22.04....
Gradle is free and open-source build tool used to make different applications. It includes the best features of Ant and Maven. It is flexible and helps developers team to automate and build easier and faster software. In this tutorial we’ll explain how to install Gradle on Ubuntu 22.04 system. How to Install Gradle on...
Apache Cassandra is a free and open-source NoSQL database system which includes high availability and non-compromising performance. It is using by many large companies like Github, NetFlix, Reddit and Instagram. In this tutorial we will show you how to install Apache Cassandra on Ubuntu 22.04. Prerequisites# Perform the following steps to install Apache Cassandra...
Elasticsearch is a scalable, distributed and open-source software used to store collected. Its a data analytics and full-text search engine. It provides a multitenant-capable architecture which enables you to store, search and analyze large volumes of data faster. Elastic search is freely available under the Apache 2 license, which provides the most flexibility. In...
Gradle is free and open-source build tool used for the Java projects. It is flexible and helps developers team to automate and build easier and faster software. In this tutorial we will explain how to install Gradle on Debian 11 Bullseye. How to Install Gradle on Debian 11# Follow the below given steps to...
Elasticsearch is an open-source, analytical and full-text search engine. It provides a distributed, multitenant-capable architecture which enables you to store, search and analyze large volumes of data faster. Elastic search is freely available under the Apache 2 license, which provides the most flexibility. In this guide you will learn how to install Elasticsearch on...
Apache Cassandra is an open-source NoSQL database system with high availability and without compromising performance. As Cassandra belongs to the NoSQL category, it stores data in the form of key value pairs. Many large companies like Github, NetFlix, Reddit and Instagram are using Apache Cassandra. In this tutorial we will learn how to install...
Java is most popular programming language. It is used for building different kinds of cross-platform applications. This guide shows you how to check the version of Java installed on your Linux system. Java Version Format# Java uses semantic versioning. When looking at the version number, there are usually three digits to read: MAJOR.MINOR.SECURITY For...