#nmcli
sysctl.confに書くんだとNetworkManagerに上書きされて駄目ということで、gemini君に聞いたら最初nmcliを使う方法を提案してきたんだけど、そんな設定は存在しなかった。
/etc/sysctl.d/99-ip-forward.conf に書けば行けるというんだけど、どうも怪しいなあ。再起動面倒だからしばらく様子見。
September 20, 2026 at 3:04 AM
📦 sanchescom/php-wifi 3.2.1

Cross-platform PHP library for scanning and joining Wi-Fi networks (Linux/nmcli, macOS/networksetup, Windows/netsh).

🔗 https://github.com/sanchescom/php-wifi
September 13, 2026 at 6:36 AM
📦 sanchescom/php-wifi 3.2.0

Cross-platform PHP library for scanning and joining Wi-Fi networks (Linux/nmcli, macOS/networksetup, Windows/netsh).

🔗 https://github.com/sanchescom/php-wifi
September 13, 2026 at 6:36 AM
📦 sanchescom/php-wifi 3.1.0

Cross-platform PHP library for scanning and joining Wi-Fi networks (Linux/nmcli, macOS/networksetup, Windows/netsh).

🔗 https://github.com/sanchescom/php-wifi
September 11, 2026 at 9:00 PM
📦 sanchescom/php-wifi 3.0.0

Cross-platform PHP library for scanning and joining Wi-Fi networks (Linux/nmcli, macOS/networksetup, Windows/netsh).

🔗 https://github.com/sanchescom/php-wifi
September 10, 2026 at 7:16 PM
📦 sanchescom/php-wifi 2.1.0

Cross-platform PHP library for scanning and joining Wi-Fi networks (Linux/nmcli, macOS/networksetup, Windows/netsh).

🔗 https://github.com/sanchescom/php-wifi
September 9, 2026 at 6:36 AM
Spent the night on a crashcourse on nmcli and dnsmasq, all you need to spin up a quick subnet with ethernet connected NAS

Big caveat - you can delete UGOS and boot with different distro, but you can't get firmware updates without it. And UGOS image is only available through their customer service.
September 7, 2026 at 10:41 AM
me go and

nmcli device wifi connect "ssid"

only to find the hospital wifi doesn't like me downloading packages.

what a waste of having to touch nmcli.
August 26, 2026 at 7:55 PM
i create a shared AP with nmcli and it can connect to it but i dont get any internet. why.
August 23, 2026 at 1:50 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
I needed a mnemonic for remembering the order of the letters when running `nmcli d w l` and @mntmn recommended "does wifi look (good)" which seemed entirely silly when I heard it, and I changed it slightly in my head to "do wifi lookgood?" and its worked every time now...
July 30, 2026 at 2:28 PM
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
# Verfügbare WLAN-Netzwerke anzeigen
Kopieren und einfügen:

nmcli device wifi list

Mit einem Netzwerk verbinden (SSID und Passwort):

nmcli device wifi connect "DEIN_SSID einfügen" password "DEIN_PASSWORT einfügen"
July 25, 2026 at 4:35 PM
was only able to connect to airplane wifi on my laptop by connecting on my phone, getting my phones mac address, then turning phone wifi off, then settting my laptop mac address to my phones mac address using nmcli, then the internet works
July 25, 2026 at 2:50 PM
dnf and nmcli would like a word
July 24, 2026 at 1:43 AM
What about nmcli ?

nmcli networking on

nmcli radio wifi on

Alternatively if it’s based on systemd

sudo systemctl restart NetworkManager.service

sudo systemctl restart systemd-networkd

Perhaps? 🤔
July 8, 2026 at 4:37 PM
こうなると nmcli dev wifi list --rescan yes しても自分の AP しか見えなくなるのよね…
June 29, 2026 at 12:33 PM
That's a handy shortcut for quick audits, though I've found `nmcli dev wifi list` often omits the security type unless explicitly requested with `--show-secrets`. Have you noticed if the output format changes when switching between `--bssid` and `--ssid` filters?
June 19, 2026 at 1:20 PM