Docker is an open-source containerization platform that allows you to quickly build, test, and deploy applications as portable containers that can run anywhere This tutorial covers how to install the…
Centos/Redhat
Terraform is an open source “Infrastructure as Code” tool, created by HashiCorp. You can use Terraform to build, change, and version infrastructure deployed on proprietary cloud providers or your own…
- Centos/RedhatLinuxMonitoring Tools
How to Install LogAnalyzer On Centos 8
by Lotfi Waderni May 16, 2020Adiscon LogAnalyzer is a web interface to syslog/Rsyslog and other network event data. Although, it provides easy browsing, analysis of real time network events and reporting services. In this guide,…
PHP is one of the most used server-side programming languages. Many popular CMS and frameworks such as WordPress, Magento, and Laravel are built in PHP. In this guide, we will…
Apache Tomcat is a web server and servlet container that is used to serve Java applications. Apache Tomcat is an open source implementation of the Java Servlet and JavaServer Pages…
Apache Maven is a powerful project management tool that is based on POM (project object model). It is used for projects build, dependency and documentation. It simplifies the build process…
Apache Ant is a Java library and command-line tool that help building software. Ant supplies a number of built-in tasks that allows to compile, assemble, and run Java applications. Its…
Composer is a dependency manager for PHP, it like npm for Node.js or pip to Python. So, it allows you to declare the libraries your project depends on and it…
MariaDB is an open-source relational database management system, backward compatible, binary drop-in replacement of MySQL. In addition, it is developed by some of the original developers of MySQL and by…
Java is one of the most popular programming languages used to build different types of applications and systems. In this tutorial, we will explain how to install one or more…