Best cheap hosting providers in 2021 February Update – [Pros & Cons]
|

Best cheap hosting providers in 2021 February Update – [Pros & Cons]

Unlike most of the articles that you find online about best hosting providers, I’m going to show you a proper feature comparison and review rather than some general ideas. At the end of this article, you can decide which hosting provider is best for you in 2021. I’m giving my honest review on each of…

Top 5 javascript web scraping libraries and frameworks [2021 updated]
|

Top 5 javascript web scraping libraries and frameworks [2021 updated]

Nowadays, web scripting is essential for countless professions, including researchers, debuggers, testers, etc. Here are the top javascript web scraping libraries and frameworks. Web scraping is not the only use case of these tools. You can use these tools to create automation tasks. For example, testing automation. 1. Puppeteer Puppeteer ↱ is a Node library…

How to add PHPMyAdmin to Local by Flywheel
|

How to add PHPMyAdmin to Local by Flywheel

I really like Local by Flywheel as my go-to PHP development environment (Especially, WordPress). But, the default MySQL content management system (Adminer ↱) is not my favorite ????. I wanted to use PHPMyAdmin ↱ with Local by Flywheel ↱ just like you ???? for some reason. I would like to know why do you need…

How to reset Extplorer admin password
|

How to reset Extplorer admin password

With this method, you can easily reset and recover your Extplorer admin password within a few minutes. If you forgot your Wordops Extplorer admin password, don’t worry, I will cover you too. Requirements SSH access to the server Finding .htusers.php file This is the tricky part. You have to find the Extplorer folder location. If…

Install and Configure an FTP Server (Pro-FTPD) On Ubuntu 18.04, 19.04, 20.04 LTS in 5 Minutes
| |

Install and Configure an FTP Server (Pro-FTPD) On Ubuntu 18.04, 19.04, 20.04 LTS in 5 Minutes

When transferring files to a remote server, FTP is still one of the easiest ways to do it. Especially, when you’re in a web project; You have to provide FTP access to others but not SSH or Admin panel access. Let’s setup FTP server on Ubuntu 18.04, 19.04. Note – You should replace red colour…

|

How to fix WordPress favicon (The easy method)

This is a very common problem in WordPress. No matter how hard you try to upload favicon using WordPress customizer. It’s not working (WordPress site icon not working). Just showing a black icon. There are several issues for this problem: Theme issues – Most of the free themes are outdated and those themes do not…

How to install LEMP (Linux, Nginx, MySQL, PHP) stack on Ubuntu | Debian in 10 minutes
|

How to install LEMP (Linux, Nginx, MySQL, PHP) stack on Ubuntu | Debian in 10 minutes

Hey folks, in this tutorial I will explain how to install LEMP stack in 10 minutes. Technologies we are going to use are Ubuntu 18.04, Nginx (custom build), MariaDB(an optimized version of MySQL), PHP7.x. Let’s jump into the tutorial. But the OS is not limited to Ubuntu 18.04. You can use Ubuntu 19.04 or Debian…