Thursday, 30 July 2020
Thursday, 9 July 2020
MySQL Workbench Cannot Connect to Database Server (Solved)
Add caption |
ALTER USER 'username'@'ip_address' IDENTIFIED WITH mysql_native_password BY 'password';
ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'root';
Monday, 6 July 2020
Things to Do After Installing Ubuntu 20.04
Things to Do After Installing Ubuntu 20.04
1. Check and Install Package Updates
$ sudo apt-get update && sudo apt-get dist-upgrade
2. Install Your Favorite Browser
3. Install VLC Media Player
$ sudo snap install vlc
Sunday, 5 July 2020
Usb Bootable for windows - Linux
First Install Power ISO from
https://haseebabbasi00.blogspot.com/2018/08/power-iso-7-by-haseeb-abbasi-5-mb.html
link given below
Step1: Create Bootable USB Drive
Start PowerISO (v6.5 or newer version, download here).
Insert the USB drive you intend to boot from.
Choose the menu "Tools > Create Bootable USB Drive". The "Create Bootable USB Drive" dialog will popup. If you are using Windows Vista or above operating system, you need confirm the UAC dialog to continue.
In "Create Bootable USB Drive" dialog, click "..." button to open the iso file of Windows operating system.
Select the correct USB drive from the "Destination USB Drive" list if multiple USB drives are connected to the computer.
Choose the proper writing method. "USB-HDD" is recommended.
Click "Start" button to start creating bootable USB drive.
PowerISO will alert you that all data on USB drive will be destroyed. Click "OK" to continue.
The program will start writing USB drive, and showing the progress information. You should get the message "Writing USB drive completed successfully." after the operation completes.
If no errors occurred in the above process, you should now be all set to setup Windows from USB drive!