mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-15 06:15:43 +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.
|
> Mount Discoverable Disk Images.
|
||||||
> See also: `systemd-dissect` for other commands relevant to DDIs.
|
> 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:
|
- Mount an OS image:
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# nmcli agent
|
# nmcli agent
|
||||||
|
|
||||||
> Run `nmcli` as a NetworkManager secret agent or polkit 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:
|
- Register `nmcli` as a secret agent and listen for secret requests:
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# nmcli connection
|
# nmcli connection
|
||||||
|
|
||||||
> Manage connections with NetworkManager.
|
> 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):
|
- List all NetworkManager connections (shows name, UUID, type and device):
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# nmcli device
|
# nmcli device
|
||||||
|
|
||||||
> Manage network interfaces and establish new Wi-Fi connections using NetworkManager.
|
> 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:
|
- Print the statuses of all network interfaces:
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# nmcli general
|
# nmcli general
|
||||||
|
|
||||||
> Manage general settings of NetworkManager.
|
> 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:
|
- Show the general status of NetworkManager:
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# nmcli monitor
|
# nmcli monitor
|
||||||
|
|
||||||
> Monitor changes to the NetworkManager connection status.
|
> 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:
|
- Start monitoring NetworkManager changes:
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# nmcli networking
|
# nmcli networking
|
||||||
|
|
||||||
> Manage the networking status of NetworkManager.
|
> 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:
|
- Show the networking status of NetworkManager:
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# nmcli radio
|
# nmcli radio
|
||||||
|
|
||||||
> Show the status of radio switches or enable/disable them using NetworkManager.
|
> 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:
|
- Show status of Wi-Fi:
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
> Elevate privileges interactively.
|
> 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.
|
> 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:
|
- Run a command as root:
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# systemctl disable
|
# systemctl disable
|
||||||
|
|
||||||
> Disable systemd services.
|
> 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:
|
- Stop a service from running on boot:
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# systemctl enable
|
# systemctl enable
|
||||||
|
|
||||||
> Enable systemd services.
|
> 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:
|
- 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`.
|
> 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.
|
> 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`.
|
> 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`:
|
- Open a LUKS volume and create a decrypted mapping at `/dev/mapper/mapping_name`:
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# systemd-dissect
|
# systemd-dissect
|
||||||
|
|
||||||
> Introspect and interact with file system OS disk images, specifically Discoverable Disk Images (DDIs).
|
> 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:
|
- Show general image information about the OS image:
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# systemd-nspawn
|
# systemd-nspawn
|
||||||
|
|
||||||
> Spawn a command or OS in a lightweight container.
|
> 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:
|
- Run a command in a container:
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# systemd-socket-activate
|
# systemd-socket-activate
|
||||||
|
|
||||||
> Socket activation for systemd services.
|
> 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:
|
- Activate a service when a specific socket is connected:
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
> Implement a proxy between `stdin`/`stdout` and a D-Bus.
|
> 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.
|
> 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:
|
- Forward `stdin`/`stdout` to the local system bus:
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# updatectl
|
# updatectl
|
||||||
|
|
||||||
> System update utility.
|
> 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:
|
- Apply an update:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue