Explore Syslint Community

Comprehensive guides for devs and sysadmins

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

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