If you’re developing a Playwright test in a Linux environment using WSL, you may want to watch the test run in a browser window. However,…
programming technology science
If you’re developing a Playwright test in a Linux environment using WSL, you may want to watch the test run in a browser window. However,…
Motivation It’s annoying to enter your ssh key password to unlock it every time you reboot. In newer versions of Windows, you don’t have to,…
Find and mount the partition in PowerShell as admin GET-CimInstance -query “SELECT * from Win32_DiskDrive” Example output: DeviceID Caption Partitions Size Model ——– ——- ———-…
I found it was necessary to enable two custom keybindings to make these keys work under Arch linux using zsh in WSL2: # Fix HOME,…