Fixing Net View on Windows 10

I had a really frustrating time fixing errors related to Windows “net view” command as well as seeing  other computers running SMB service in the “Windows Network” explorer. Issue Network explorer will not show any Computers “net view” command would result in “System Error 1231” Solution Ensure all the computers are set to the same WORKGROUP. In my case, it is “HOME”

MySQL upgrade done right

Ok, so out of a random urge to get a new version of mysql for my docker image which was showing  last updated 12 months ago, I changed the Dockerfile build to use the latest version of mysql. This means that I would go from 5.7 to 8.x. Well, of course I thought it would be as easy as using mysql:latest, restarting the container and all my databases would magically appear, guess not! So, if …

Read moreMySQL upgrade done right