Update cheatsheets

This commit is contained in:
ivuorinen
2025-11-26 00:20:44 +00:00
parent 048e3ad81e
commit 197e4c944f
55 changed files with 110 additions and 80 deletions

View File

@@ -8,7 +8,7 @@ source: https://github.com/tldr-pages/tldr.git
> Package management utility for RHEL, Fedora, and CentOS (replaces yum).
> Some subcommands such as `group` and `config-manager` have their own usage documentation.
> For equivalent commands in other package managers, see <https://wiki.archlinux.org/title/Pacman/Rosetta>.
> More information: <https://dnf.readthedocs.io>.
> More information: <https://dnf.readthedocs.io/en/latest/command_ref.html>.
- Upgrade installed packages to the newest available versions:

View File

@@ -8,7 +8,7 @@ source: https://github.com/tldr-pages/tldr.git
> Package management utility for RHEL, Fedora, and CentOS (it replaces dnf, which in turn replaced yum).
> DNF5 is a C++ rewrite of the DNF package manager featuring improved performance and a smaller size.
> For equivalent commands in other package managers, see <https://wiki.archlinux.org/title/Pacman/Rosetta>.
> More information: <https://dnf5.readthedocs.io>.
> More information: <https://dnf5.readthedocs.io/en/latest/commands/index.html>.
- Upgrade installed packages to the newest available versions:

View File

@@ -10,11 +10,11 @@ source: https://github.com/tldr-pages/tldr.git
- Play a MIDI file:
`fluidsynth {{path/to/soundfont.sf2}} {{path/to/file.midi}}`
`fluidsynth {{/usr/share/soundfonts/soundfont.sf2}} {{path/to/file.midi}}`
- Specify the audio driver:
`fluidsynth {{[-a|--audio-driver]}} {{pipewire|pulseaudio}} {{path/to/soundfont.sf2}} {{path/to/file.midi}}`
`fluidsynth {{[-a|--audio-driver]}} {{pipewire|pulseaudio}} {{/usr/share/soundfonts/soundfont.sf2}} {{path/to/file.midi}}`
- Display help:

View File

@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
# tuned-adm
> Manage and optimize system performance tuning profiles on Linux.
> More information: <https://tuned-project.org>.
> More information: <https://manned.org/tuned-adm>.
- List available profiles:

View File

@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
# usbip
> Use USB devices remotely.
> More information: <https://usbip.sourceforge.net>.
> More information: <https://manned.org/usbip>.
- List all local USB devices and their bus ID's: