TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

How to Show Available WiFi Networks on Linux from the Command Line

80 pointsby logixover 5 years ago

12 comments

PappaPatatover 5 years ago
Oddly nobody here mentions horst. Quit a nice CLI package for exactly this (and a little more).<p>From their github:<p>horst is a small, lightweight IEEE802.11 WLAN analyzer with a text interface. Its basic function is similar to tcpdump, Wireshark or Kismet, but it&#x27;s much smaller and shows different, aggregated information which is not easily available from other tools. It is made for debugging wireless LANs with a focus on getting a quick overview instead of deep packet inspection and has special features for Ad-hoc (IBSS) mode and mesh networks. It can be useful to get a quick overview of what&#x27;s going on all wireless LAN channels and to identify problems.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;br101&#x2F;horst" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;br101&#x2F;horst</a>
spacedomeover 5 years ago
If you switch to iwd from wpa_supplicant there is also iwctl.
评论 #21735763 未加载
评论 #21735946 未加载
foobarbecueover 5 years ago
Is iwlist not the thing anymore?
评论 #21736471 未加载
评论 #21734703 未加载
ghostDancerover 5 years ago
I tend to use wicd[1] they have gtk&#x2F;curses&#x2F;cli versions , I&#x27;ve had problems with nm before.<p>(1) <a href="https:&#x2F;&#x2F;launchpad.net&#x2F;wicd" rel="nofollow">https:&#x2F;&#x2F;launchpad.net&#x2F;wicd</a>
评论 #21736349 未加载
smegma2over 5 years ago
I usually go with nmtui. You can also connect using it.
roadbeatsover 5 years ago
What works best for me (as a sway user): attaching a keyboard shortcut that opens &#x2F; closes a floating window of nmtui.
评论 #21735493 未加载
pnutjamover 5 years ago
One of the nice things about OpenSUSE is that you can use Yast from the gui or the console and it works identically. It&#x27;s very nice. You can hand off configuration to Network Manager, or just configure everything in Yast&#x27;s Network module.
thomasfedbover 5 years ago
Pleasantly surprised that this is actually very simple, was psyching myself up for some horror of pipes and &#x2F;dev.<p>The output from nmcli is quite pretty to boot!
hjekover 5 years ago
I find nmtui imminently usable, for scanning <i>and</i> connecting, especially in Sway where nmapplet doesn&#x27;t work.
评论 #21735537 未加载
nixpulvisover 5 years ago
I use `wifi-menu` to connect to new networks. It creates the profile for me (generally just works) and everything. Otherwise, `wavemon` for general scanning.
proxover 5 years ago
what is the best way under Raspian Buster without installing anything?
评论 #21735952 未加载
cbsmithover 5 years ago
It&#x27;s kind of funny that it&#x27;s espousing GNOME tools for command line work. ;-)
评论 #21734953 未加载