Browsing category

Ubuntu

How To Install Redis on CentOS 7 / RHEL 7 & Ubuntu 18.04 / Ubuntu 16.04

Redis is an open-source (BSD licensed), in-memory data structure store. It can be used as a database, cache and message broker. It supports different kinds of abstract data structures such as Strings, Hashes, Lists, Sets, sorted sets, hyperlogs, bitmaps, streams, and spatial indexes. This post explains to you how to install Redis on CentOS 7 […]

How To Install Foreman on Ubuntu 18.04 / Ubuntu 16.04 & Debian 9

Foreman is an open-source lifecycle management tool that helps you to provision, configure, manage and monitor the physical and virtual servers. With the integration of configuration management tools such as Puppet, Chef, Salt, and Foreman’s smart proxy architecture, you can easily automate repetitive tasks, deploy applications, and manage change to deployed servers. Foreman offers comprehensive, […]

How To Install Apache Maven on Ubuntu 18.04 / Ubuntu 16.04 & Debian 9

Apache Maven is a free software project management and comprehension tool. Apache Maven is based on the Project Object Model. With Maven, you can easily manage a project’s build (used primarily for Java projects), reporting, and documentation from a central piece of information. This post will help you to install Apache Maven on Ubuntu 18.04 […]

How To Install Apache Tomcat 10 On Ubuntu 20.04 / Ubuntu 18.04

Apache Tomcat (aka Tomcat Server) is an open-source Java servlet container developed by the Apache Software Foundation. Tomcat implements Java Servlet, JavaServer Pages (JSP), Java EL, and WebSocket, and provides a “pure Java” HTTP web server environment for running Java codes. Here is the post about how to install Apache Tomcat on Ubuntu 20.04 / […]