Browse Source

Update 'README.md'

master
Joshua Pickard 2 years ago
parent
commit
2bd1a02b53
  1. 7
      README.md

7
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.
@ -329,3 +331,8 @@ Clone Disk A to Disk B:
## Convert VHDX to qcow2
`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;;'`
Loading…
Cancel
Save