Explore Syslint Community

Comprehensive guides for devs and sysadmins

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

Access a public AWS s3 bucket

Amazon S3 has a special services that help you to store and retrieve your amount of data, at any time, from anywhere on the web browser. Before yo....

Read More

Ansible Vault

Ansible Vault can encrypt anything inside of a YAML file, using a password of your choice which secures your sensible data such as passwords or ke....

Read More