User Tools

Site Tools


software:linux:usefullcommands

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
software:linux:usefullcommands [2021/01/03 21:04] – [ifconfig has been largely replaced by the ip command] superwizardsoftware:linux:usefullcommands [2022/09/10 17:04] – [command-line client for NetworkManager] superwizard
Line 1: Line 1:
 +
 +====== command-line client for NetworkManager ======
 +
 +nmcli is a command-line client for NetworkManager. It allows controlling NetworkManager and reporting its status. For more information please refer to nmcli(1) manual page.
 +
 +The purpose of this manual page is to provide you with various examples and usage scenarios of nmcli.
 +
 +$ nmcli device wifi list
 +
 +  *  SSID               MODE    CHAN  RATE       SIGNAL  BARS  SECURITY
 +     netdatacomm_local  Infra       54 Mbit/ 37      ▂▄__  WEP
 +  *  F1                 Infra   11    54 Mbit/ 98      ▂▄▆█  WPA1
 +     LoremCorp          Infra       54 Mbit/ 62      ▂▄▆_  WPA2 802.1X
 +     Internet           Infra       54 Mbit/ 29      ▂___  WPA1
 +     HPB110a.F2672A     Ad-Hoc  6     54 Mbit/ 22      ▂___  --
 +     Jozinet            Infra       54 Mbit/ 19      ▂___  WEP
 +     VOIP               Infra       54 Mbit/ 20      ▂___  WEP
 +     MARTINA            Infra       54 Mbit/ 32      ▂▄__  WPA2
 +     N24PU1             Infra       11 Mbit/ 22      ▂___  --
 +     alfa               Infra       54 Mbit/ 67      ▂▄▆_  WPA2
 +     bertnet            Infra       54 Mbit/ 20      ▂___  WPA1 WPA2
 +
 +https://developer-old.gnome.org/NetworkManager/stable/nmcli-examples.html#:~:text=nmcli%20is%20a%20command%2Dline,and%20usage%20scenarios%20of%20nmcli.
 +
 +
 +
 +
 ====== ifconfig has been largely replaced by the ip command ====== ====== ifconfig has been largely replaced by the ip command ======
  
software/linux/usefullcommands.txt · Last modified: 2022/09/10 17:05 by superwizard