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

Date Posted : 10/01/2019 In this tutorial, we are going to explain you about forcing webmail http requests to https automatically. In order to achieve it, you can edit /var/lib/roundcube/.htaccess file and add the below rules under RewriteRule section We’re going to verify it using curl request.

Date Posted : 21/12/2018 How to migrate Cpanel Moodle to Bitnami stack In this article, we’re going to explain about migrating a cpanel moodle site to bitnami stack Prerequisites We assume you have bitnami application up and runningCpanel backup files and database copied to bitnami server Backup Existing Data from… Continue Reading cPanel Moodle migration to Bitnami stack

Date Posted : 09/01/2019 How to change admin email for Let’s Encrypt? Let’s Encrypt is a free, automated, and open SSL certificate authority brought to you by the non-profit Internet Security Research Group (ISRG) We need to submit the admin email address for our website in order get certificate from Let’s… Continue Reading How to change admin email for Let’s Encrypt?

How to Install Webmin on Ubuntu 18.04 LTS Date posted: 06/01/2019 Introduction Webmin is a web-based OS system configuration tool for Unix-like systems such as  Linux, solaris and FreeBSD. It is released under BSD 3-clause “New” or “Revised” License. Webmin helps to manage the operating system’s internal such as changing passwords,… Continue Reading How to Install Webmin on Ubuntu 18.04 LTS

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