Skip to content

Instantly share code, notes, and snippets.

@vallettea
Created April 1, 2015 11:11
Show Gist options
  • Select an option

  • Save vallettea/a089df63fa8ddd15de16 to your computer and use it in GitHub Desktop.

Select an option

Save vallettea/a089df63fa8ddd15de16 to your computer and use it in GitHub Desktop.
Useful commands to find devices on local network
# finding raspberry pi
sudo nmap -sP 192.168.1.0/24 | awk '/^Nmap/{ip=$NF}/B8:27:EB/{print ip}'
# finding odroid
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment