mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-14 15:48:32 +00:00
Update cheatsheets
This commit is contained in:
@@ -5,8 +5,9 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# distrobox-create
|
||||
|
||||
> Create a Distrobox container. See also: `tldr distrobox`.
|
||||
> Create a Distrobox container.
|
||||
> The container created will be tightly integrated with the host, allowing sharing of the user's HOME directory, external storage, external USB devices, graphical apps (X11/Wayland), and audio.
|
||||
> See also: `distrobox`.
|
||||
> More information: <https://distrobox.it/usage/distrobox-create>.
|
||||
|
||||
- Create a Distrobox container using the Ubuntu image:
|
||||
|
||||
@@ -5,8 +5,9 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# distrobox-enter
|
||||
|
||||
> Enter a Distrobox container. See also: `tldr distrobox`.
|
||||
> Enter a Distrobox container.
|
||||
> Default command executed is your SHELL, but you can specify different shells or entire commands to execute. If used inside a script, an application, or a service, you can use the `--headless` mode to disable the tty and interactivity.
|
||||
> See also: `distrobox`.
|
||||
> More information: <https://distrobox.it/usage/distrobox-enter>.
|
||||
|
||||
- Enter a Distrobox container:
|
||||
|
||||
@@ -5,7 +5,8 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# distrobox-export
|
||||
|
||||
> Export app/service/binary from container to host OS. See also: `tldr distrobox`.
|
||||
> Export app/service/binary from container to host OS.
|
||||
> See also: `distrobox`.
|
||||
> More information: <https://distrobox.it/usage/distrobox-export>.
|
||||
|
||||
- Export an app from the container to the host (the desktop entry/icon will show up in your host system's application list):
|
||||
|
||||
@@ -5,7 +5,8 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# distrobox-host-exec
|
||||
|
||||
> Execute a command on the host from inside a Distrobox container. See also: `tldr distrobox`.
|
||||
> Execute a command on the host from inside a Distrobox container.
|
||||
> See also: `distrobox`.
|
||||
> More information: <https://distrobox.it/usage/distrobox-host-exec>.
|
||||
|
||||
- Execute command on the host system from inside the Distrobox container:
|
||||
|
||||
@@ -5,8 +5,9 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# distrobox-list
|
||||
|
||||
> List all Distrobox containers. See also: `tldr distrobox`.
|
||||
> List all Distrobox containers.
|
||||
> Distrobox containers are listed separately from the rest of normal Podman or Docker containers.
|
||||
> See also: `distrobox`.
|
||||
> More information: <https://distrobox.it/usage/distrobox-list>.
|
||||
|
||||
- List all Distrobox containers:
|
||||
|
||||
@@ -5,7 +5,8 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# distrobox-rm
|
||||
|
||||
> Remove a Distrobox container. See also: `tldr distrobox`.
|
||||
> Remove a Distrobox container.
|
||||
> See also: `distrobox`.
|
||||
> More information: <https://distrobox.it/usage/distrobox-rm>.
|
||||
|
||||
- Remove a Distrobox container (Tip: Stop the container before removing it):
|
||||
|
||||
@@ -5,7 +5,8 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# distrobox-stop
|
||||
|
||||
> Stop a Distrobox container. See also: `tldr distrobox`.
|
||||
> Stop a Distrobox container.
|
||||
> See also: `distrobox`.
|
||||
> More information: <https://distrobox.it/usage/distrobox-stop>.
|
||||
|
||||
- Stop a Distrobox container:
|
||||
|
||||
@@ -5,7 +5,8 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# distrobox-upgrade
|
||||
|
||||
> Upgrade one or multiple Distrobox containers. See also: `tldr distrobox`.
|
||||
> Upgrade one or multiple Distrobox containers.
|
||||
> See also: `distrobox`.
|
||||
> More information: <https://distrobox.it/usage/distrobox-upgrade>.
|
||||
|
||||
- Upgrade a container using the container's native package manager:
|
||||
|
||||
@@ -15,7 +15,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Compile a KDE component and its dependencies from the source (use `workspace` to compile Plasma desktop):
|
||||
|
||||
`kde-builder {{component_name}}`
|
||||
`kde-builder {{component_name1 component_name2 ...}}`
|
||||
|
||||
- Compile a component without updating its local code and without compiling its dependencies:
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
> Note: This page is currently a redirection stub. If you are familiar with this program, please open a pull request.
|
||||
> Query ID database and report results.
|
||||
> On Fedora and Arch Linux, the binary name `lid` is taken by another program. See `tldr libuser-lid`.
|
||||
> On Fedora and Arch Linux, the binary name `lid` is taken by another program - see `tldr libuser-lid`.
|
||||
> More information: <https://www.gnu.org/software/idutils/>.
|
||||
|
||||
- View documentation for `libuser-lid`:
|
||||
|
||||
@@ -6,7 +6,8 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
# virt-viewer
|
||||
|
||||
> Minimal graphical interface for a virtual machine (VM).
|
||||
> Note: 'domain' refers to the name, UUID or ID for the existing VMs (See: `tldr virsh`).
|
||||
> Note: 'domain' refers to the name, UUID or ID for the existing VMs.
|
||||
> See also: `virsh`.
|
||||
> More information: <https://manned.org/virt-viewer>.
|
||||
|
||||
- Launch `virt-viewer` with a prompt to select running virtual machines:
|
||||
|
||||
@@ -6,7 +6,8 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
# virt-xml
|
||||
|
||||
> Edit libvirt Domain XML files with explicit command-line options.
|
||||
> Note: 'domain' refers to the name, UUID or ID for the existing VMs (See: `tldr virsh`).
|
||||
> Note: 'domain' refers to the name, UUID or ID for the existing VMs.
|
||||
> See also: `virsh`.
|
||||
> More information: <https://github.com/virt-manager/virt-manager/blob/main/man/virt-xml.rst>.
|
||||
|
||||
- List all the suboptions for a specific option:
|
||||
@@ -29,6 +30,6 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
`virt-xml {{domain}} --edit --boot bootmenu={{on|off}}`
|
||||
|
||||
- Attach host USB hub to a running VM (See: `tldr lsusb`):
|
||||
- Attach host USB hub to a running VM (run `lsusb` to see a list of USB devices with their IDs):
|
||||
|
||||
`virt-xml {{domain}} --update --add-device --hostdev {{bus}}.{{device}}`
|
||||
|
||||
Reference in New Issue
Block a user