Find and mount the partition in PowerShell as admin GET-CimInstance -query “SELECT * from Win32_DiskDrive” Example output: DeviceID Caption Partitions Size Model ——– ——- ———-…
programming technology science
Software and Web Development
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…
Requirements Install veracrypt-console on WSL # Ubuntu 22.04 wget https://launchpad.net/veracrypt/trunk/1.25.9/+download/veracrypt-console-1.25.9-Ubuntu-22.04-amd64.deb sudo apt install libfuse2 sudo dpkg -i veracrypt-console-1.25.9-Ubuntu-22.04-amd64.deb # Ubuntu 20.04 wget https://launchpad.net/veracrypt/trunk/1.25.9/+download/veracrypt-console-1.25.9-Ubuntu-20.04-amd64.deb sudo dpkg…