How To Set Up Apache Virtual Hosts on Ubuntu 16.04 DATE: 25-04-2020 INTRODUCTION: Virtual hosting is a method for hosting multiple domain names (with separate handling of each name) on a single server (or pool of servers). STEP 1:Create the Directory Structure The first step that we are going to take is to… Continue Reading How To Set Up Apache Virtual Hosts on Ubuntu 16.04

How to install Let’s Encrypt with Apache on CentOS 7 Date: 24.04.2020 Introduction: Let’s Encrypt is a free and open-source certificate authority (CA) that allows obtaining and installing certificates through simple, automated commands. It provides a valid SSL certificate for your domain without any cost. Let’s Encrypt certificates are valid… Continue Reading How to install Let’s Encrypt with Apache on CentOS 7

How to install VestaCP on Linux server Date: 16.04.2020 Introduction: Vesta control panel (VestaCP) is an open-source hosting control panel, which can be used to manage multiple websites, create and manage email accounts, FTP accounts, and MySQL databases, manage DNS records. Minimal System Requirments: RAM – 512 Mb, HDD – 20 Gb, CPU – 1 GHzSupported OS:… Continue Reading How to install VestaCP on Linux server

How to create a new domain in WHM / cPanel Date: 14-04-2020 Introduction Web Host Manager is a powerful program that allows administrative access to the back end of cPanel. Creating a Cpanel: Login to the WHM. 2. Once log in WHM and it shows Manage your Accounts on the… Continue Reading How to create a new domain in WHM / cPanel

Installation of Sentrifugo HRMS software by using C panel Date:26.03.2020 Introduction: Sentrifugo is a FREE and powerful Human Resource Management System that can be easily configured to meet your organizational needs. It’s used by a platform such as Windows, Linux, and MAC. Installation: Create New Domain Name as you like “hrms.demo.com”… Continue Reading Installation of Sentrifugo HRMS software by using C panel

How to add Google re-captcha to the contact form in your wordpress site Date: 28-03-2020 Step 1: Login to your wordpress admin url (http://domain.com/wp-admin) If you already have contact page for your site which might be through installation of any contact form plugin , then go to the settings of… Continue Reading How to add google recaptcha to the contact form in your wordpress site

JQUERY – TRAVERSING 06/04/2020 JQUERY – Traversing is used to select HTML element based on the relationship. It supports lots of methods to find the element. Jquery – siblings() This method select all the siblings of the selected element. Jquery – next() This method selects the next sibling of the… Continue Reading JQUERY – TRAVERSING