ML
  • Posts
  • Categories
  • Archive
  • RSS
  • Atom

Shink virtual disks

06 May 2022

docker how to vhd wsl

Repost of Stack Overflow answer
It came handy when I was trying to free some disk space from the local docker instance

Read more...

Google maps intent for android

19 Mar 2021

test

Google Maps
Google Maps driving mode

Read more...

Adding new non nullable column to SQL table with default value

01 Nov 2020

sql
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
Read more...

Requesting SSL certificate from Let's Encrypt using manual verification for Azure WebSite

18 Jun 2020

openssl powershell ssl

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.

Read more...

Creating CSR with openssl

09 Jun 2020

openssl powershell ssl

Consolidated information from DigiCert articles about requesting new SSL certificate using OpenSSL command line

Read more...

m3u8 stream to mp4 using ffmpeg

07 Jun 2020

ffmpeg powershell

Repost of GitHub Gist

Read more...

Joining a list of values with table rows in sql

06 Jun 2020

sql

Repost of StackOverflow answer

Read more...

SQL Server Snapshots

28 Apr 2020

sql

Summary of Paul Mcilreavy blog post Keep your dev loop as short as possible with Sql Server Snapshots

Read more...

Teams custom background

18 Apr 2020

teams

Put desired images in %appdata%\Microsoft\Teams\Backgrounds\Uploads folder

Read more...

Today I read

10 Apr 2020

links

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.

Read more...
  • Next Page
© Mateusz Ligeza
Powered by Sandra.Snow