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,…
programming technology science
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,…
Base Setup This tutorial was built using Arch Linux ISO 2022.12.01 image torrent Boot using Arch Linux LiveUSB, then: Connect to wifi iwctl station wlan0…