Explore Syslint Community

Comprehensive guides for devs and sysadmins

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

Elastic Load Balancing With EC2 instances

A load balancer receives the incoming requests from clients and transferred that’s requests to its registered targets in Availability Zones.....

Read More

Install Ansible and Create Ansible Playbook for CRON

Ansible is a tool that used to manage various nodes from an ansible installed Controlling Machine using SSH Protocol. It makes every system admini....

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

How to Install and Configure ‘Ansible’ on CentOS 7

Ansible is a tool that used to manage various nodes from an ansible installed Controlling Machine using SSH Protocol. It makes every system admini....

Read More

Install LiteSpeed web server on CentOS 7

LiteSpeed is a free and open source web server which can replace httpd. The main features of LiteSpeed is, It can manage thousands of simultaneous....

Read More

Installing Docker-CE(Community Edition) in Centos-7

Before proceeding with the installation task, remove all the older versions of Docker in the server. Docker-CE can be installed in many ways. For ....

Read More