-
How to reinstall Microsoft Edge on Windows 10
Use following steps to reinstall the Microsoft Edge:- Open Start. Search Windows PowerShell, right-click the result, and select Run as administrator. Copy and paste, or type the following command and press Enter. After completing the steps, Microsoft Edge will reinstall again on your computer.
-
Step by Step Installation of XenServer in Virtual Box
Create Virtual Machine in Virtual Box using following YouTube Video. Note :- Replace the Ubuntu’s iso file with XenServer’s iso file . Once the XenServer’s Virtual Machine is Created Follow the Below Given Steps . Step 1 :- Select the keymap you are familiar with and click Ok. Step 2 :- Click Ok on Welcome to XenServer Stepup window. Step…
-
Completely Uninstall MySql & php
Uninstall MySql using following commands. sudo apt-get remove –purge mysql* sudo apt-get purge msql* sudo apt-get autoremove sudo apt-get autoclean sudo apt-get dist-upgrade sudo apt-get remove dbconfig-mysql Sudo apt-get dist-upgrade Uninstall php using following commands. sudo apt-get remove –purge php* sudo apt-get purge php* sudo apt-get autoremove sudo apt-get autoclean sudo apt-get remove dbconfig-php sudo…