Tag Archives : Centos7

Tag Archives: Centos7

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

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

How to Monitor Server Logs in Real-Time with Log.io Tool on RHEL 7 /CentOS 7

Index Introduction Operating System Installation Add Epel Repositories Install Node.js and NPM Packages Install and Configure Log.io Application A....

Read More

Scheduling Shutdown Automatically in centos 7

Introduction Shutdown automatically in a centos 7 server is a very easy task. It is possible to set shutdown operation at any time as per your nee....

Read More

How to Install Varnish on CentOS 7 or RHEL 7

Index Introduction Varnish Cache Performance Parameters Requirements Installation Steps How to setup Varnish 4 for Apache Testing varnish 1. Intro....

Read More