mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
626 B
626 B
Network Manager
Table of contents
TL;DR
# Get all settings of a connection.
nmcli connection show 'Wired connection 1'
# Change the autoconnect priority setting of a connection.
# Higher numbers set a higher priority.
nmcli connection modify 'it hurts when ip' connection.autoconnect-priority 1
# Start the TUI.
nmtui