I went to create a container and got an error that it already existed. Hmm, I thought I had removed it. To see all your Docker containers running or not, run this at the command line: I discovered I had a bunch of them hanging…
Month: January 2021
This is a super simple way to retain the data and settings that you create and change on your SQL Server Docker instance. There’s a lot of talk about attaching databases after you recreate your Docker container, but I found that you just have to…
The main reason for creating this script was to compare user permissions when someone came to me saying “I need the same permissions as so and so,” and then I would scratch my head trying to figure out how to get this quickly and easily.…
This popup can drive you crazy! I kept having it when RDPing from my Mac to my Linux machine. So annoying! But I found a very nicely written blog post on this, so I will just refer you to it. https://c-nergy.be/blog/?p=12073 The upshot is to…
I’m in the process of setting up a NUC with PopOS and wanted to be able to SSH and RDP into the NUC from either Windows or Mac. SSH So, to start I needed to enable SSH on the NUC. Check if an SSH server…