Date created: 04/01/22 09:07:30. Last modified: 05/05/22 08:21:16
WSL
Mount a drive from Windows in WSL2:
mkdir /mnt/f
mount -t drvfs f: /mnt/f
Copy to/ from Windows clipboard:
fromcp () {
powershell.exe -noprofile -command Get-Clipboard
}
tocp () {
clip.exe < "${1:-/dev/stdin}"
}
Previous page: Windows XP as Guest VM
Next page: EVE-NG