Shink virtual disks
06 May 2022
docker how to vhd wslRepost of Stack Overflow answer
It came handy when I was trying to free some disk space from the local docker instance
Repost of Stack Overflow answer
It came handy when I was trying to free some disk space from the local docker instance
ALTER TABLE [schema].[Table]
ADD [NewColumn] INT NOT NULL CONSTRAINT [DF_Table_NewColumn] DEFAULT 2
GO
ALTER TABLE [schema].[Table] DROP CONSTRAINT [DF_Table_NewColumn]
GO
Summary of commands needed to quickly generate new SSL certificate for the Azure Website. We will request the certificate from the Let's Encrypt using manual HTTP-01 challenge and use Kudu to pass the validation.
Consolidated information from DigiCert articles about requesting new SSL certificate using OpenSSL command line
Repost of GitHub Gist
Repost of StackOverflow answer
Summary of Paul Mcilreavy blog post Keep your dev loop as short as possible with Sql Server Snapshots
Put desired images in %appdata%\Microsoft\Teams\Backgrounds\Uploads
folder
Similar to The Wolf Report 🐺 but with different intent. It's the list of cool articles/websides I stumbled upon on a given day so I can easily find them.