mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-18 07:49:49 +00:00
Update cheatsheets
This commit is contained in:
@@ -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):
|
||||
|
||||
@@ -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}}`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user