Explore Syslint Community

Comprehensive guides for devs and sysadmins

Installing Apache in Remote hosts Using Ansible Playbook.

Ansible is an open source automation tool. Which is very simple to setup and yet powerful.It can help you with task automation,configuration manag....

Read More

How To Install Jira On Centos

JIRA is a issue tracking product, It is used for bug tracking, issue tracking, and project management system. In this blog, I will explain that ho....

Read More

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

Edit .ini file in other servers using Ansible PlayBook

Introduction:- Recently we have tried to install ansible in a server machine and we controlled the other servers. Ansible Playbook is a organised ....

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