Monthly Archives: June 2022

Hyper-V Manager Access Denied

You have a Hyper-V Server 2012 host (which means no GUI tools on the host itself) and no domain controllers online or available (which means no domain authentication). How exactly do you manage the host (and the VMs on it) … Continue reading

Posted in Hyper-V | Comments Off on Hyper-V Manager Access Denied

How to reset WordPress Admin Password via MySQL Command Line

Step 1 : Generating MD5 hash for WordPress admin password Try to change the current password admin123 to wpadmin123.Create a file called wp.txt, containing nothing but the new password. # vi wp.txt Run the below command to get the MD5 string. # tr -d … Continue reading

Posted in My Linux | Comments Off on How to reset WordPress Admin Password via MySQL Command Line