Software

Compact the VHDX Disk of a Docker Container or WSL

The size of the file C:\Users\Realdevtipsuser\AppData\Local\Docker\wsl\data\ext4.vhdx was 51 GB. I couldn’t determine who was using that file or why. Since “Docker” was in the path, it made sense to check Docker settings. And I found the answer: Docker Desktop uses WSL2 storage. Read more»

Windows

How to Write Formatted Code in Teams Chat

Teams

When you want to send to your colleague a text with C# code or any other language, you can make the code look just like in an IDE – colored and highlighted. If you type three backticks “` at the beginning of a line in Microsoft Teams and press Enter, you can write properly formatted […] Read more»

Windows

Pipeline sequence in PowerShell

Here’s an example of a pipeline sequence in PowerShell — a simple but powerful concept.Imagine you forgot to clean up your old log files. Or, as I had to do today, you open the dreaded folder ‘inetpub/mailroot/Badmail’ on a dev server and see thousands of files. Read more»

Windows

Popular Posts