How to delete databases in Amazon RDS Date: 13-05-2020 Introduction: Amazon Relational Database Service (Amazon RDS) makes it easy to set up, operate, and scale a relational database in the cloud. Amazon RDS Free Tier. It helps new AWS customers get started with a managed database service in the cloud for free. Step 1: Open Amazon RDS… Continue Reading How to delete databases in Amazon RDS

How to add Google ReCAPTCHA in PHP Codeigniter Date: 09-05-2020 Introduction: reCAPTCHA is a free service from Google that helps protect websites from spam and abuse. It is verifying a user is a human or robot. Google reCAPTCHA show some images and give hint in text and ask users to select appropriate images… Continue Reading How to add Google ReCAPTCHA in PHP Codeigniter

How to view PHP version for the domain in Cpanel Date:03-05-2020 Introduction: PHP is a popular general-purpose scripting language that is especially suited to web development. It is a server-side scripting language. It is used to develop static websites or dynamic websites or web applications. PHP stands for Hypertext Pre-processor. Step – 1: Log into… Continue Reading How to view PHP version for the domain in Cpanel

How to block ips via .htaccess file ? DATE – 09-05-2020 You can quickly block IP addresses from accessing your sites or specific folders using a .htaccess file. Note that the ‘.’ in front of htaccess makes this a hidden file. Please make sure your have the  ‘View Hidden Files’… Continue Reading How to block ips via .htaccess file ?

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