Oracle Cloud Infrastructure

Setup Instance in Oracle Cloud Setup SSH access to the new instance created Access from Windows using Putty https://docs.oracle.com/en-us/iaas/Content/Compute/Tasks/accessinginstance.htm Access from Visual Studio Code 3. In VSCode private key can be directly used to connect. Maintain the location of private key in the SSH configuration file. 4. Access root using Read more…

Install MySQL Debain 12

https://docs.vultr.com/how-to-install-mysql-on-debian-12 https://stackoverflow.com/questions/21221220/cant-connect-to-mysql-server-on-ip-or-domain-name https://www.cyberciti.biz/tips/how-do-i-enable-remote-access-to-mysql-database-server.html https://askubuntu.com/questions/699903/why-is-etc-mysql-my-cnf-empty https://stackoverflow.com/questions/21944936/error-1045-28000-access-denied-for-user-rootlocalhost-using-password-y https://stackoverflow.com/questions/52372165/mysql-error-1064-42000-you-have-an-error-in-your-sql-syntax https://stackoverflow.com/questions/8348506/grant-remote-access-of-mysql-database-from-any-ip-address

GRUB Boot Loader

You would have come across GRUB bootloader in case if your are working on Linux systems. I first came accross this when i tried to install my favourite Debian Load Windows from GRUB https://unix.stackexchange.com/questions/259069/how-to-start-a-windows-partition-from-the-grub-command-line Load Debian from GRUB https://superuser.com/questions/1237684/how-to-boot-from-grub-shell Frequently Used GRUB Commands References https://www.redswitches.com/blog/grub-rescue-commands Troubleshooting GRUB Loading. https://www.linuxfoundation.org/blog/blog/classic-sysadmin-how-to-rescue-a-non-booting-grub-2-on-linux How Read more…