Update cheatsheets

This commit is contained in:
ivuorinen
2025-11-13 00:20:17 +00:00
parent 8b085234e1
commit 366b13ffac
31 changed files with 160 additions and 38 deletions

View File

@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
# authconfig
> Configure system authentication resources.
> More information: <https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/system-level_authentication_guide/authconfig-install>.
> More information: <https://manned.org/authconfig>.
- Display the current configuration (or dry run):

View File

@@ -7,7 +7,7 @@ source: https://github.com/tldr-pages/tldr.git
> Manage serial bus CEC connections.
> See also: `cec-ctl`.
> More information: <https://manned.org/man/cec-client>.
> More information: <https://manned.org/cec-client>.
- List all CEC adapters:

View File

@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
# fbset
> Show and modify frame buffer device settings.
> More information: <https://manned.org/man/fbset.1>.
> More information: <https://manned.org/fbset.1>.
- Show current framebuffer settings:

View File

@@ -9,7 +9,7 @@ source: https://github.com/tldr-pages/tldr.git
> Allows you to run graphical commands which need root access without having to run an X terminal emulator.
> Note: This command is deprecated in favor of commands like `pkexec`, and is no longer maintained.
> See also: `gksudo`.
> More information: <https://manned.org/man/gksudo>.
> More information: <https://manned.org/gksu>.
- Run a command as a specific user:

View File

@@ -9,7 +9,7 @@ source: https://github.com/tldr-pages/tldr.git
> Allows you to run graphical commands which need root access without having to run an X terminal emulator.
> Note: This command is deprecated in favor of commands like `pkexec`, and is no longer maintained.
> See also: `gksu`.
> More information: <https://manned.org/man/gksudo>.
> More information: <https://manned.org/gksudo>.
- Run a command as a specific user:

26
tldr/linux/koji-call Normal file
View File

@@ -0,0 +1,26 @@
---
syntax: markdown
tags: [tldr, linux]
source: https://github.com/tldr-pages/tldr.git
---
# koji call
> Execute an arbitrary XML-RPC call.
> Eg: build function declaration is build(src, target, opts=None, priority=None, channel=None).
> More information: <https://koji.fedoraproject.org/koji/api>.
- Call build function with scratch option:
`koji call build '"{{git+https://src.fedoraproject.org/rpms/vim.git#e847a50297a216229050bf4db3d06a139104e7cf}}"' \"{{target}}\" --kwargs '{"opts":{"scratch": True}}'`
- Call build function with arch_override option:
`koji call build '"{{git+https://src.fedoraproject.org/rpms/vim.git#e847a50297a216229050bf4db3d06a139104e7cf}}"' \"{{target}}\" --kwargs '{"opts":{"arch_override":"sw_64"}}'`
- Call build function on `default` channel:
`koji call build '"{{git+https://src.fedoraproject.org/rpms/vim.git#e847a50297a216229050bf4db3d06a139104e7cf}}"' \"{{target}}\" --kwargs '{"channel":"default"}'`
- Display help:
`koji call --help`

View File

@@ -7,7 +7,7 @@ source: https://github.com/tldr-pages/tldr.git
> List IP routing in a human readable format.
> See also: `ip route`, `route`.
> More information: <https://manned.org/man/routel>.
> More information: <https://manned.org/routel>.
- Display the default routing table:

View File

@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
# sulogin
> Log in as root during single-user mode.
> More information: <https://manned.org/man/sulogin>.
> More information: <https://manned.org/sulogin>.
- Start `sulogin` on the default console:

View File

@@ -5,7 +5,7 @@ source: https://github.com/tldr-pages/tldr.git
---
# vgcfgrestore
> Restore volume group configuration (not user data) from a text back up file produced by `vgcfgbackup`.
> Restore volume group configuration (not user data) from a text back up file produced by `vgcfgbackup`.
> More information: <https://manned.org/vgcfgrestore>.
- Restore VG metadata from last backup.: