mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-15 14:48:47 +00:00
Update cheatsheets
This commit is contained in:
@@ -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):
|
||||
|
||||
|
||||
@@ -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:
|
||||
|
||||
|
||||
@@ -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:
|
||||
|
||||
|
||||
@@ -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:
|
||||
|
||||
|
||||
@@ -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
26
tldr/linux/koji-call
Normal 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`
|
||||
@@ -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:
|
||||
|
||||
|
||||
@@ -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:
|
||||
|
||||
|
||||
@@ -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.:
|
||||
|
||||
Reference in New Issue
Block a user