Tag Archives : Centos7

Tag Archives: Centos7

How to Install Apache Maven on CentOS 7

Maven is a automation tool used to build and manage projects written in C, ruby language, In this blog, I will explain that how to install and con....

Read More

Installing Apache CouchDB on Centos 7

CouchDB is an open-source database, and was first released in 2005 and later became an Apache Software Foundation project in 2008. Apache CouchDB™....

Read More

How to Install Latest Redis on CentOS 7

Redis is an open source (BSD licensed), in-memory data structure store, used as a database, cache and message broker. It supports data structures ....

Read More

Upgrade Mysql 5.7 to MariaDB 10.2 on CentOS7

In this article, I’m going to upgrade Mysql5.7 to Mariadb 10.2 on CentOs7 system. This is a simple procedure that yoyu can easly follow. Log....

Read More

How to Install and Configure GitLab on CentOS 7

Introduction Features Requirements Installation Conclusion Introduction GitLab is an open source code repository and collaborative development pla....

Read More

Install ImageMagick in Centos7

ImageMagick is a free software suite used for editing, creating, composing, or converting bitmap images. By using ImageMagick, it is easy to read ....

Read More

How to compile and install NGINX From source on CentOS 7

Nginx is a web server which can also be used as a reverse proxy, load balancer, mail proxy and HTTP cache. In this tutorial we will discuss hoe to....

Read More