Search Results for : CentOS

Search Results for : CentOS

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

How to Install and Configure MongoDB on CentOS 7

MongoDB does not store data in tables, instead, it stores data in a “document” structure similar to JSON (in MongoDB called BSON).Mong....

Read More

How to install jenkins on centos 7

Jenkins is an open source Continuous Integration tool written in Java. It is used to build and test your software projects continuously making it ....

Read More