Rajiv Verma

Rajiv Verma is a freelance IT consultant based out of India. He helps organizations in strategizing their products and services and help them increase sales.

What do I do if My 2FA token is always invalid_

What do I do if My 2FA token is always invalid?

Almost all my websites, be it a WordPress website or a more custom and advanced, Laravel website, have some form of 2 Factor authentication implemented in them. So, in order to login to the website’s backend, I have to complete two steps to successfully authenticate myself. First, I need to pass-in my login credentials and …

What do I do if My 2FA token is always invalid? Read More »

access phpMyAdmin to connect to an AWS

How to access phpMyAdmin for Amazon EC2 / Lightsail LAMP stack?

For obvious security reasons, phpMyAdmin can only be accessed via the local system, through 127.0.0.1. However, when we are setting up a new stack, we need to access the database, and accessing the MySql database via the console isn’t always the most time-saving way of doing it. Thankfully, we can connect to a remote MySql …

How to access phpMyAdmin for Amazon EC2 / Lightsail LAMP stack? Read More »

Install & Renew LetsEncrypt SSL Automatically on an Amazon EC2 Instance

Install & Renew LetsEncrypt SSL Certificate on Amazon EC2 Instance

Last week I migrated one of my websites from AWS EC2 Instance to Amazon Lightsail, primarily to optimize the expenses of that website. This week again, I set-up a new LAMP stack on an EC2 instance for another website of mine, an online doctor appointment booking website. I thought of writing about how to install …

Install & Renew LetsEncrypt SSL Certificate on Amazon EC2 Instance Read More »