Update cheatsheets

This commit is contained in:
ivuorinen
2024-03-08 00:13:39 +00:00
parent 18990cb95e
commit a7b5b6f8a4
21 changed files with 130 additions and 54 deletions

View File

@@ -5,7 +5,7 @@ source: https://github.com/tldr-pages/tldr.git
---
# aplay
> Command-line sound player for ALSA soundcard driver.
> Sound player for ALSA soundcard driver.
> More information: <https://manned.org/aplay>.
- Play a specific file (sampling rate, bit depth, etc. will be automatically determined for the file format):

View File

@@ -5,10 +5,10 @@ source: https://github.com/tldr-pages/tldr.git
---
# virt-manager
> CLI launcher for virt-manager, a desktop user interface for managing KVM and Xen virtual machines and LXC containers.
> A desktop user interface for managing KVM and Xen virtual machines and LXC containers.
> More information: <https://manpages.ubuntu.com/manpages/man1/virt-manager.1.html>.
- Launch virt-manager:
- Launch the GUI:
`virt-manager`
@@ -28,11 +28,11 @@ source: https://github.com/tldr-pages/tldr.git
`virt-manager --show-domain-creator`
- Show domain details window:
- Show domain details window for a specific virtual machine/container:
`virt-manager --show-domain-editor {{name|id|uuid}}`
- Show domain performance window:
- Show domain performance window for a specific virtual machine/container:
`virt-manager --show-domain-performance {{name|id|uuid}}`