How to add swap memory on AWS/EC2 linux instance DATE : 29-04-2020 Hello!! Let us know how to enable swap file system. There are two methods of adding swap memory in aws ec2 instance. INTRODUCTION: Swap memory is useful for systems having memory issue due to less memory. If your… Continue Reading How to add swap memory on AWS/EC2 linux instance

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

What is a proxy in javascript Date: 30/03/2020 Introduction Proxy in javascript is used to define custom behaviour for fundamental operations. We will have a proxy object where we will define our desired behaviour and wrap the object with proxy API. Basic Example The above example has an object that… Continue Reading What is a proxy in javascript

jQuery Effects Date: 07/03/2020 Jquery has some of the in-built methods, that methods are used to add the effects for the Html element. jQuery | hide() hide() is an inbuilt method in jquery, which is used to hide the selected element. syntax: Example: Before clicking the button: After clicking the… Continue Reading jQUERY EFFECTS