Skip to content

Instantly share code, notes, and snippets.

@sgade
Last active August 29, 2015 13:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save sgade/8983986 to your computer and use it in GitHub Desktop.
Save sgade/8983986 to your computer and use it in GitHub Desktop.
Get the current wireless link status
# Use this built-in tools
# May need to install watch
watch -n 1 cat /proc/net/wireless
# Or use wavemon (https://github.com/uoaerg/wavemon)
# Install via apt-get install wavemon
# This will be self-updating
sudo wavemon
@cjmoeller
Copy link

such awesome, many wissenheit, so deep, wow.

@jhbruhn
Copy link

jhbruhn commented Feb 13, 2014

or look at the blinking led at your wifi-adaptor

@sgade
Copy link
Author

sgade commented Feb 13, 2014

Just a small reminder and tips for everyone else.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment