How to set up a monit to monitoring server Date : 06/03/2019 Introduction Monit is an open source monitoring tool. monit is also used to manage files, programs directories, and even devices to check timestamp changes, size changes, checksum changes, TCP/IP change, protocol changes, etc. so make use of it… Continue Reading How to set up a monit to monitoring server

HOW TO SECURE A SERVER USING AUDITD SERVICE DATE POSTED: 24/02/2019 Introduction on Auditd service Auditd is a key component which plays major role in Linux Auditing System. It is responsible for writing audit records to disk. You can configure audit rules, view logs and customize it based on your… Continue Reading HOW TO SECURE A SERVER USING AUDITD SERVICE

Enable mod_filter in Apache on CentOS Date posted : 13/02/2019 Generally Apache installation comes with filter module. But its not enabled by default. When you try to use this specific module directive in your website configuration, it won’t work. You will see errors like below. Solution:- Add the following line… Continue Reading Enable mod_filter in Apache on CentOS

HOW TO INSTALL ZEN CART ON CENTOS – 7. DATE POSTED : 20 /01/2019 This topic will cover the step by step installation process of Zen Cart open source e-commerce platform in  CentOS Linux operating systems. Zen Cart is an easy to manage and popular shopping CMS platform, written in PHP server-side programming language It… Continue Reading HOW TO INSTALL ZEN CART ON CENTOS – 7.

VPS INSTALLATION DATED : 23/11/2018 Step 1: First, choose what type of operating you are going to choose for you vps . In /vz/template/cache/ of vz node it contains the list of operating you have to select one for you VPS. Step 2 : Create a new container in your vz… Continue Reading VPS Installation

How to create docker container Date posted : 28/12/2018 What is Docker ? Docker is a containerization platform that packages your application and all its dependencies together in the form of a docker container to ensure that your application works seamlessly in any environment. What is Container ? Docker Container… Continue Reading How to create docker container

Date Posted : 20/12/2018 How to install Docker in Centos 7 Docker is a most handy DevOps tool used nowadays. In this post, we will explain Docker-CE installation and uninstallation steps. Prerequisites OS requirements To install Docker CE, you need to maintained version of CentOS 7. Therefore, archived versions aren’t… Continue Reading How to install Docker in Centos 7

Date Posted : 21/12/2018 How to install docker-compose in Centos -7.6 Docker is a most handy DevOps tool used nowadays. In this post we are gonna explain about docker-composer installation steps. Prerequisites We assume that Docker is already installed on your server. For instance, you can verify the docker version… Continue Reading How to install docker-compose in Centos -7.6

How to Install Redis cache server in centos 7. Date Posted: 02 -09-2018 Redis is an in-memory data structure store, used as a database server, cache, and message broker. It supports data structures such as strings, hashes, lists, sets, sorted sets with range queries, bitmaps and streams. It also provides… Continue Reading How to Install Redis cache server in centos 7.

Edit the profile details using Angular2 Dated on: 25/10/2018 In this post we are going to see how to edit the profile details using angular 2. In previous post we have seen how to create the sign up form Step 1: Create the new component or new project as you… Continue Reading Edit the profile details using Angular2