According to Microsoft WSL2 is way faster than WSL1 for running Linux images. So, why even after upgrade to WSL2 is Linux running slow and […] Read More
Category: Development
When you need to talk to an IoT device over RS232 connected to the computer via USB cable, the first thing that you need to […] Read More
Windows operating system contains a tool that allows manipulation with system drivers stored in .INF and .CAT files. The operation requires Administrator privileges. Command to […] Read More
Windows Defender has support for a list of exclusions that won’t be considered for scanning. The UI for manipulating with exclusions is quite simple and […] Read More
Rust compiler can generate a single binary that contains all dependencies. This is a great feature for creating stand-alone tools or tools for containers. There […] Read More