WIP: Notes
This commit is contained in:
19
truenas.md
Normal file
19
truenas.md
Normal file
@@ -0,0 +1,19 @@
|
||||
# Truenas Help
|
||||
|
||||
## Virtual Machine Madness
|
||||
|
||||
Sometimes you'll need to modify a vm without the web interface.
|
||||
|
||||
```bash
|
||||
# start virsh
|
||||
virsh
|
||||
|
||||
# list clients
|
||||
list --all
|
||||
|
||||
# connect to the truenas socket
|
||||
connect qemu:///system?socket=/run/truenas_libvirt/libvirt-sock
|
||||
|
||||
# disable autostart
|
||||
autostart --disable 1_win10
|
||||
```
|
||||
Reference in New Issue
Block a user