-
Docker client change
From Docker Desktop to Colima Use Case: I was using docker desktop to run mysql db and I had to move to colima as docker desktop was using too much of my battery. Solution: The container was not using folder from host machine rather it was internal volume where all the data was present.The command…
-
Configuring Kali Linux in VirtualBox
I was trying to setup Kali Linux in my Windows 10 system. It took time but I learnt a lot in the process. I will show you all the whole process along with the errors and mitigations I did to finally run it successfully. My Configurations: Windows 10 VirtualBox 6.1.14 Kali Linux 2022 I installed…