Troubleshooting

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 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 Access Data from Odoo Website Through Odoo XML-RPC API and Python

Odoo API Odoo is typically extended internally through modules, but many of its features and data are also accessible from the outside for external analysis or integration with various tools. A portion of the Models API is easily accessible via XML-RPC and can be accessed from a variety of languages. Signing in Odoo requires API …

How to Access Data from Odoo Website Through Odoo XML-RPC API and Python Read More »

How to Use Your Phone as your Mic in Windows Computer

Download both the computer client and the mobile app. The free WO Mic download links for Windows can be found at http://www.wirelessorange.com/womic/. You must also install the driver package, which can be found on the same page under “Install device driver on PC.” The WO Mic app is available for free in the Apple App …

How to Use Your Phone as your Mic in Windows Computer Read More »

How to Change or Reset Your Windows Password

In Windows 10, you can always create a new password; we recommend using a unique combination of letters, numbers, and symbols. It’s usually best if these passwords are at least eight characters long, and while we recommend using an alphanumeric password format because it’s safer, you can also change your password into a pin or …

How to Change or Reset Your Windows Password Read More »

How to Reduce the File Size of a Video Using Handbrake

Handbrake HandBrake is a free and open-source digital video transcoder that is available for Linux, macOS, and Windows. It can convert video from almost any format, such as.wmv (Windows Media Video File),.avi (Audio Video Interleave File),.m4v,.mov, and so on. Reduce Video File Size through Handbrake Go to https://handbrake.fr/downloads.php to get started Choose the appropriate platform …

How to Reduce the File Size of a Video Using Handbrake Read More »

How to reset MySQL root password using terminal in ubuntu 20.04

If for some reason you forget the MySQL root password, there is still a chance to recover the root password of your database. This post will help you change your MySQL password just follow these easy steps. Step 1 Check your MySQL version. Thi solution might be different if you use a different version. For this …

How to reset MySQL root password using terminal in ubuntu 20.04 Read More »

How to fix Not in a hypervisor partition (HVP=0) (VERR_NEM_NOT_AVAILABLE) | VERR_SVM_DISABLED | E_FAIL error in Oracle Virtual box

If you are trying to create a new virtual machine using VirtualBox on Windows 10 or any other Windows versions, you may get an error as below: Step 1: Go to BIOS Setup In order to access BIOS on a Windows PC, you must press your BIOS key set by your manufacturer which could be …

How to fix Not in a hypervisor partition (HVP=0) (VERR_NEM_NOT_AVAILABLE) | VERR_SVM_DISABLED | E_FAIL error in Oracle Virtual box Read More »