June 2020

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 »

How to access phpMyAdmin for Amazon 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 Lightsail LAMP stack? Read More »