mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-14 23:55:44 +02:00
*: update freedesktop links (#17593)
This commit is contained in:
parent
56bcaee09f
commit
e9b52c17f8
17 changed files with 17 additions and 17 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
> Mount Discoverable Disk Images.
|
||||
> See also: `systemd-dissect` for other commands relevant to DDIs.
|
||||
> More information: <https://www.freedesktop.org/software/systemd/man/latest/systemd-dissect.html>.
|
||||
> More information: <https://www.freedesktop.org/software/systemd/man/systemd-dissect.html>.
|
||||
|
||||
- Mount an OS image:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# nmcli agent
|
||||
|
||||
> Run `nmcli` as a NetworkManager secret agent or polkit agent.
|
||||
> More information: <https://networkmanager.pages.freedesktop.org/NetworkManager/NetworkManager/nmcli.html>.
|
||||
> More information: <https://networkmanager.pages.freedesktop.org/NetworkManager/NetworkManager/nmcli.html#agent>.
|
||||
|
||||
- Register `nmcli` as a secret agent and listen for secret requests:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# nmcli connection
|
||||
|
||||
> Manage connections with NetworkManager.
|
||||
> More information: <https://networkmanager.pages.freedesktop.org/NetworkManager/NetworkManager/nmcli.html>.
|
||||
> More information: <https://networkmanager.pages.freedesktop.org/NetworkManager/NetworkManager/nmcli.html#connection>.
|
||||
|
||||
- List all NetworkManager connections (shows name, UUID, type and device):
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# nmcli device
|
||||
|
||||
> Manage network interfaces and establish new Wi-Fi connections using NetworkManager.
|
||||
> More information: <https://networkmanager.pages.freedesktop.org/NetworkManager/NetworkManager/nmcli.html>.
|
||||
> More information: <https://networkmanager.pages.freedesktop.org/NetworkManager/NetworkManager/nmcli.html#device>.
|
||||
|
||||
- Print the statuses of all network interfaces:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# nmcli general
|
||||
|
||||
> Manage general settings of NetworkManager.
|
||||
> More information: <https://networkmanager.pages.freedesktop.org/NetworkManager/NetworkManager/nmcli.html>.
|
||||
> More information: <https://networkmanager.pages.freedesktop.org/NetworkManager/NetworkManager/nmcli.html#general>.
|
||||
|
||||
- Show the general status of NetworkManager:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# nmcli monitor
|
||||
|
||||
> Monitor changes to the NetworkManager connection status.
|
||||
> More information: <https://networkmanager.pages.freedesktop.org/NetworkManager/NetworkManager/nmcli.html>.
|
||||
> More information: <https://networkmanager.pages.freedesktop.org/NetworkManager/NetworkManager/nmcli.html#monitor>.
|
||||
|
||||
- Start monitoring NetworkManager changes:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# nmcli networking
|
||||
|
||||
> Manage the networking status of NetworkManager.
|
||||
> More information: <https://networkmanager.pages.freedesktop.org/NetworkManager/NetworkManager/nmcli.html>.
|
||||
> More information: <https://networkmanager.pages.freedesktop.org/NetworkManager/NetworkManager/nmcli.html#networking>.
|
||||
|
||||
- Show the networking status of NetworkManager:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# nmcli radio
|
||||
|
||||
> Show the status of radio switches or enable/disable them using NetworkManager.
|
||||
> More information: <https://networkmanager.pages.freedesktop.org/NetworkManager/NetworkManager/nmcli.html>.
|
||||
> More information: <https://networkmanager.pages.freedesktop.org/NetworkManager/NetworkManager/nmcli.html#radio>.
|
||||
|
||||
- Show status of Wi-Fi:
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
> Elevate privileges interactively.
|
||||
> Similar to `sudo`, but it's not a SUID binary, authentication takes place via polkit, and commands are invoked from a `systemd` service.
|
||||
> More information: <https://www.freedesktop.org/software/systemd/man/latest/run0.html>.
|
||||
> More information: <https://www.freedesktop.org/software/systemd/man/run0.html>.
|
||||
|
||||
- Run a command as root:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# systemctl disable
|
||||
|
||||
> Disable systemd services.
|
||||
> More information: <https://www.freedesktop.org/software/systemd/man/latest/systemctl.html#disable%20UNIT%E2%80%A6>.
|
||||
> More information: <https://www.freedesktop.org/software/systemd/man/systemctl.html#disable%20UNIT%E2%80%A6>.
|
||||
|
||||
- Stop a service from running on boot:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# systemctl enable
|
||||
|
||||
> Enable systemd services.
|
||||
> More information: <https://www.freedesktop.org/software/systemd/man/latest/systemctl.html#enable%20UNIT%E2%80%A6>.
|
||||
> More information: <https://www.freedesktop.org/software/systemd/man/systemctl.html#enable%20UNIT%E2%80%A6>.
|
||||
|
||||
- Enable a service to run on boot:
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
> Create or remove decrypted mappings of encrypted volumes. Equivalent of `cryptsetup open` and `cryptsetup close`.
|
||||
> Arguments to this command are written exactly like a line in `/etc/crypttab`. It's used by systemd to unlock devices on boot.
|
||||
> See also: `cryptsetup`.
|
||||
> More information: <https://www.freedesktop.org/software/systemd/man/latest/systemd-cryptsetup.html>.
|
||||
> More information: <https://www.freedesktop.org/software/systemd/man/systemd-cryptsetup.html>.
|
||||
|
||||
- Open a LUKS volume and create a decrypted mapping at `/dev/mapper/mapping_name`:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# systemd-dissect
|
||||
|
||||
> Introspect and interact with file system OS disk images, specifically Discoverable Disk Images (DDIs).
|
||||
> More information: <https://www.freedesktop.org/software/systemd/man/latest/systemd-dissect.html>.
|
||||
> More information: <https://www.freedesktop.org/software/systemd/man/systemd-dissect.html>.
|
||||
|
||||
- Show general image information about the OS image:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# systemd-nspawn
|
||||
|
||||
> Spawn a command or OS in a lightweight container.
|
||||
> More information: <https://www.freedesktop.org/software/systemd/man/latest/systemd-nspawn.html>.
|
||||
> More information: <https://www.freedesktop.org/software/systemd/man/systemd-nspawn.html>.
|
||||
|
||||
- Run a command in a container:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# systemd-socket-activate
|
||||
|
||||
> Socket activation for systemd services.
|
||||
> More information: <https://www.freedesktop.org/software/systemd/man/latest/systemd-socket-activate.html>.
|
||||
> More information: <https://www.freedesktop.org/software/systemd/man/systemd-socket-activate.html>.
|
||||
|
||||
- Activate a service when a specific socket is connected:
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
> Implement a proxy between `stdin`/`stdout` and a D-Bus.
|
||||
> Note: It expects to receive an open connection via `stdin`/`stdout` when started, and will create a new connection to the specified bus.
|
||||
> More information: <https://www.freedesktop.org/software/systemd/man/latest/systemd-stdio-bridge.html>.
|
||||
> More information: <https://www.freedesktop.org/software/systemd/man/systemd-stdio-bridge.html>.
|
||||
|
||||
- Forward `stdin`/`stdout` to the local system bus:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# updatectl
|
||||
|
||||
> System update utility.
|
||||
> More information: <https://www.freedesktop.org/software/systemd/man/257/updatectl.html>.
|
||||
> More information: <https://www.freedesktop.org/software/systemd/man/updatectl.html>.
|
||||
|
||||
- Apply an update:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue