mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-08 22:46:13 +00:00
Update cheatsheets
This commit is contained in:
@@ -5,7 +5,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# acpi
|
||||
|
||||
> Shows battery status or thermal information.
|
||||
> Show battery status or thermal information.
|
||||
> More information: <https://manned.org/acpi>.
|
||||
|
||||
- Show battery information:
|
||||
|
||||
@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
# bootc
|
||||
|
||||
> Boot and upgrade via container images.
|
||||
> Manages transactional, in-place operating system updates using OCI/Docker container images.
|
||||
> Manage transactional, in-place operating system updates using OCI/Docker container images.
|
||||
> More information: <https://manned.org/bootc>.
|
||||
|
||||
- Show deployments in the order they will appear in the bootloader:
|
||||
|
||||
@@ -5,7 +5,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# kill
|
||||
|
||||
> Sends a signal to a process, usually related to stopping the process.
|
||||
> Send a signal to a process, usually related to stopping the process.
|
||||
> All signals except for SIGKILL and SIGSTOP can be intercepted by the process to perform a clean exit.
|
||||
> More information: <https://manned.org/kill>.
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# nixos-container
|
||||
|
||||
> Starts NixOS containers using Linux containers.
|
||||
> Start NixOS containers using Linux containers.
|
||||
> More information: <https://nixos.org/manual/nixos/stable/#ch-containers>.
|
||||
|
||||
- List running containers:
|
||||
|
||||
@@ -5,7 +5,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# qm suspend
|
||||
|
||||
> Suspends a virtual machine (VM) in the Proxmox Virtual Environment (PVE).
|
||||
> Suspend a virtual machine (VM) in the Proxmox Virtual Environment (PVE).
|
||||
> Use `--skiplock` and `--skiplockstorage` flags with caution, as they may lead to data corruption in certain situations.
|
||||
> More information: <https://pve.proxmox.com/pve-docs/qm.1.html#cli_qm_suspend>.
|
||||
|
||||
|
||||
@@ -5,8 +5,8 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# speedread
|
||||
|
||||
> A simple terminal-based open source Spritz-alike.
|
||||
> Shows input text as a per-word RSVP (rapid serial visual presentation) aligned on optimal reading points, which allows reading text at a much more rapid pace than usual as the eye can stay fixed on a single place.
|
||||
> A Spritz-alike speed reader.
|
||||
> Show text using per-word Rapid Serial Visual Presentation (RSVP).
|
||||
> More information: <https://github.com/pasky/speedread>.
|
||||
|
||||
- Read a text file at a specific speed:
|
||||
|
||||
Reference in New Issue
Block a user