Things to know about Firewall cmd Date : 22-Oct-2018 firewall-cmd – Firewall Command Line Client tool. This is part of the firewalld application,which is installed by default. Introduction:  Firewall-cmd is the command line client of the firewalld daemon (firewall management tool for Linux OS). It provides interface to manage… Continue Reading Things to know about Firewall cmd

Nagios Remote Host Monitoring Dated on :05/10/2018 On Remote Host Step 1: Install the compiler gcc,glibc yum install -y gcc glibc glibc-common gd gd-devel make net-snmp openssl-devel Step 2: Add the user for the nagios using useradd nagios Note: If already exist skip this. Step 3: Add the password for… Continue Reading Nagios Remote Host Monitoring

How to Install Let’s Encrypt SSL Date posted: 28-sep-2018 Please follow  this steps to install the SSL certificate. Step 1: Install CertBot Type the given commands sudo apt-get install software-properties-common python-software-properties sudo add-apt-repository ppa:certbot/certbot sudo apt-get update sudo apt-get install python-certbot-apache   Step 2: Install Let’s Encrypt SSL Install Let’s Encrypt… Continue Reading How to Install Let’s Encrypt SSL

How to Install Latest Version of ngnix (1.15.4) on Centos 7 Dated : 29-09-2018 Nginx is a flat,light weight,powerful HTTP web server. In this piece of writing, we will illustrate about ngnix web server latest version installation on centos 7 and How to allow traffic for HTTP services,because by default the… Continue Reading How to Install Latest Version of ngnix (1.15.4) on Centos 7

Configure uwsgi with nginx for Django applications Date Posted: 11-05-2018 In this article, we’ll be explaining how to run uwsgi server with nginx for Django applications. Prerequisties:- 1. python2.7 2. nginx 3. pip 4. uwsgi Note: We are configuring this setup on RHEL 7.4. The same can be used for… Continue Reading Configure uwsgi with nginx for Django applications

Install Apache, php7, mysql on Redhat 7 server Apache is a popular webserver and our previous post explains on how to install on ubuntu, centos server. In this article, we will explain on how to install apache, php, mysql on redhat 7 server. Prerequisites: Server Root access Implementation: Login to… Continue Reading Install Apache2, php7, mysql on Redhat 7 server

Date Posted: 28-03-2017 In this post, we gonna explain difference between Redhat 6 vs Redhat 7 distribution Commands, files,etc., These are basic commands which we may use in our day today activities on redhat 6 distribution. List All Services: Redhat 6: chkconfig –list ls /etc/init.d Redhat 7: systemctl -at service… Continue Reading Redhat 6 vs Redhat 7 distribution Commands