From 2bd1a02b53aac0e43c86bee1b5a33b9580f652e6 Mon Sep 17 00:00:00 2001 From: Joshua Pickard Date: Tue, 9 Jan 2024 15:49:13 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ee9e224..27d7842 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,8 @@ + [Windows](https://git.laurelcountycorrections.org/jpickard/cheat-sheet/src/branch/master/README.md#windows) + [Data Recovery](https://git.laurelcountycorrections.org/jpickard/cheat-sheet/src/branch/master/README.md#data-recovery) + [QEMU](https://git.laurelcountycorrections.org/jpickard/cheat-sheet/src/branch/master/README.md#qemu) ++ [Random Other Things](https://git.laurelcountycorrections.org/jpickard/cheat-sheet/src/branch/master/README.md#random-other-things) + My cheat sheet for commands I have trouble remembering. @@ -328,4 +330,9 @@ Clone Disk A to Disk B: `sudo qm importdisk 101 disk.qcow2 localstorageplace` ## Convert VHDX to qcow2 -`qemu-img convert -O qcow2 /data/source.vhdx /data/output.qcow2 -p` \ No newline at end of file +`qemu-img convert -O qcow2 /data/source.vhdx /data/output.qcow2 -p` + +# Random Other Things + +QR of WiFi +`qrencode -s 10 -o wifi.png 'WIFI:S:"My WiFi Network";T:WPA;P:MyPassword123;;'` \ No newline at end of file