Skip to content

Instantly share code, notes, and snippets.

@ethagnawl
Created April 14, 2020 17:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ethagnawl/78c1d0945400987b29d8a0b281ecea0a to your computer and use it in GitHub Desktop.
Save ethagnawl/78c1d0945400987b29d8a0b281ecea0a to your computer and use it in GitHub Desktop.
Find Raspberry Pi IP using arp-scan
sudo arp-scan --localnet 2> /dev/null | grep Pi | awk '{print $1}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment