#nmcli
sucessfully connected to wifi without a desktop shell thank you nmcli!!
April 26, 2026 at 12:31 AM
Но не сработало.
Оказалось, что у nmcli свои приколы и надо делать так:

nmcli device wifi connect Kasparov --ask

Посмотреть результат:

nmcli device wifi list
November 20, 2025 at 9:49 AM
$ nmcli connection show --active
November 7, 2024 at 10:49 PM
NetworkManager 1.56 adds WireGuard peer management in nmcli, enhanced DNS handling, MPTCP improvements, and various networking fixes.
linuxiac.com/networkmanag...

#Networking #OpenSource #Linux
NetworkManager 1.56 Released with WireGuard Peer Management in nmcli
NetworkManager 1.56 adds WireGuard peer management in nmcli, enhanced DNS handling, MPTCP improvements, and various networking fixes.
linuxiac.com
February 13, 2026 at 8:00 AM
nmcli conn show <wifi name> --show-secrets

Root not needed!
December 20, 2024 at 7:54 PM
nmcli is a command-line utility that interacts with NetworkManager, enabling users to create, modify, and manage network connections from the terminal

Here are useful nmcli command examples 😎👇 #sysadmin #devops

Find pdf books with all my #Linux related infographics at study-notes.org
June 7, 2025 at 2:22 PM
すこしだけNeworkManagerというかnmcliの使い方が理解できた。
October 27, 2025 at 4:25 AM
when you think about it a good few cli programs take arguments in a way similar to how uris are

nmcli/device/wifi/connect?ssid=mynetwork&password=hunter2

systemctl/status/bluetoothd?no-pager
September 2, 2025 at 2:07 AM
Ça fait bientôt un demi-siècle que je fais de l'informatique et je viens de taper “nmcli connection down eth0” sur un serveur headless auquel je suis connecté par SSH, alors vos petits problèmes...
August 4, 2026 at 6:56 AM
Fuck you nmcli command. Just... FUCK YOU.
May 19, 2025 at 1:35 AM
nmcli conn show <wifi name> --show-secrets

Then it's the 802-11-wireless-security.psk line
December 20, 2024 at 7:53 PM
NetworkManager 1.56.1 adds GENEVE interface support, persistent managed state handling, and updated nmcli and D-Bus device controls.
linuxiac.com/networkmanag...

#Linux #OpenSource #Networking
NetworkManager 1.56.1 Adds GENEVE Interface Support
NetworkManager 1.56.1 adds GENEVE interface support, persistent managed state handling, and updated nmcli and D-Bus device controls.
linuxiac.com
May 14, 2026 at 12:40 PM
Вчера я так бодро переезжал с Python 3.13 на 3.14 что сегодня у меня wifi не cработал.

Стал я думать и гадать, где мне кнопку нажимать.

Решил победить Python через Python:
нагуглил Zatfer17/tui-network

Это просто обёртка над командой:
nmcli device wifi connect Kasparov password iLoveMySubscribers
November 20, 2025 at 9:49 AM
ngl maybe i should drop nushell and just write the thing in rust, probably more robust than wrapping nmcli commands
August 12, 2025 at 4:40 AM
I hate to bring fedi drama here but the funniest thing I've seen online in ages is someone showing their ass so bad that the official NetworkManager account has to step in to tell you to quit posting

Y'know NetworkManager, like in Linux, like nmcli
December 30, 2024 at 7:19 PM
Everything is improved with awk:
awk '/psk:/ {print $2}' < <(nmcli conn show sid --show-secrets)
December 20, 2024 at 8:11 PM
nmcli を信用しすぎた。

#気にしないでください
July 10, 2025 at 11:07 AM
VPNs work, both OpenVPN and WireGuard formatted connections.

They must be imported as files and managed through NMCLI with some adjustments applied through the terminal. VPN GUIs did not work, in my experience, though I have access to a limited range of suppliers. YMMV, again.
July 26, 2026 at 6:48 PM
Jesus fucking christ, I assume this is LLM written - otherwise someone should check on the author because i'm not sure they should be left alone

www.digikey.com/en/maker/pro...
How to Set a Static IP on Raspberry Pi?
Learn how to set a static IP on Raspberry Pi using NetworkManager (nmcli) and GUI methods. Complete step-by-step guide for Raspberry Pi OS Bookworm with screenshots and troubleshooting tips.
www.digikey.com
March 8, 2026 at 6:00 PM
nmcli is a CLI tool that lets you create and manage connections, check status, and run basic network diagnostics right from the terminal. Here are useful nmcli command examples 😎👇

Find pdf ebooks with all my #Linux related infographics at study-notes.org/linux-ebook....

#sysadmin #opensource
April 17, 2026 at 10:19 PM
NETWORK_STATUS=$(nmcli networking connectivity check)
if [ "${NETWORK_STATUS}" = "none" ]; then
WGET="echo"
else
WGET="wget"
fi
氏にたい……。
October 16, 2023 at 8:15 AM
A tad overkill, you could just do nmcli/nmcli dev show
November 19, 2024 at 12:39 PM
Set a static IP on Linux:
nmcli con mod "connection-name" ipv4.addresses 192.168.1.100/24
nmcli con mod "connection-name" ipv4.gateway 192.168.1.1
nmcli con mod "connection-name" ipv4.method manual
nmcli con up "connection-name"

Because "it gets an IP from […]

[Original post on mastodon.social]
May 7, 2026 at 2:27 PM
カフェインぶち込みつつip付け替えて行くか

nmcli (毎回調べるおじいちゃん
September 16, 2024 at 12:07 AM
3 hours of cunting around with the shitty router, NetworkManager, nmcli and reboots. Fuck ot, booze time and a rebuild tomorrow
October 19, 2024 at 6:56 PM