|
|
@ -10,6 +10,8 @@ |
|
|
+ [Windows](https://git.laurelcountycorrections.org/jpickard/cheat-sheet/src/branch/master/README.md#windows) |
|
|
+ [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) |
|
|
+ [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) |
|
|
+ [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. |
|
|
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` |
|
|
`sudo qm importdisk 101 disk.qcow2 localstorageplace` |
|
|
|
|
|
|
|
|
## Convert VHDX to qcow2 |
|
|
## Convert VHDX to qcow2 |
|
|
`qemu-img convert -O qcow2 /data/source.vhdx /data/output.qcow2 -p` |
|
|
`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;;'` |