How To

How to Fix URL Not Found After Installation of phpMyAdmin on Ubuntu 20.04

In such cases, after installing phpMyAdmin locally in Ubuntu 20.04, users receive a 404 error when accessing the phpMyAdmin web page, specifically the one accessible via localhost/phpmyadmin. Essentially, this occurs as a result of incorrect Apache configuration. In addition, you must have MySQL installed as a prerequisite. This article will go over how to resolve …

How to Fix URL Not Found After Installation of phpMyAdmin on Ubuntu 20.04 Read More »

How to Flush DNS on Windows 10?

An issue with your computer’s DNS cache might cause problems connecting to the internet. If you’ve tried the standard fixes, such as cleaning your browser cache and cookies, flushing Windows 10’s DNS may help. What Does the DNS Cache Do? A Domain Name System (DNS) server is responsible for converting well-known domain names into the …

How to Flush DNS on Windows 10? Read More »

How To Fix “Error: listen EADDRINUSE: address already in use :::8001” in Nodejs

Problem This error occurs in your nodejs project when you have a project that did not shut down properly. It will leave the port still running and used, so if you try to run again your Nodejs project you will get this error Solutions Method 1 First, we need to find the PID of the …

How To Fix “Error: listen EADDRINUSE: address already in use :::8001” in Nodejs Read More »

How to fix “Apache shutdown Unexpectedly” in Xampp For Windows

If you’re using a Windows device, you may adjust your default port settings in XAMPP by following these four steps. Step 1: From the XAMPP Control Panel, go to Configuration Settings. Of course, the first step is to start XAMPP. The XAMPP control panel will appear. You may adjust the server stack’s configuration parameters from …

How to fix “Apache shutdown Unexpectedly” in Xampp For Windows Read More »

How To Send OneSignal Firebase Notification in Flutter

Getting Started With the OneSignal Step 1: App Registration with OneSignal. Register an account at OneSignal. Click on Add a new app. Select the android and Fill in the name of the app and click configure your platform. Click On Configure your Platform. Step 2: Add the firebase server Key and sender id. To find the …

How To Send OneSignal Firebase Notification in Flutter Read More »