Skip to content

Instantly share code, notes, and snippets.

@shikajiro
Created March 21, 2015 09:23
Show Gist options
  • Save shikajiro/c94f855cfff59ba61f72 to your computer and use it in GitHub Desktop.
Save shikajiro/c94f855cfff59ba61f72 to your computer and use it in GitHub Desktop.
#macとRaspberryPiを有線LANで直接繋いだ時に、RaspPi側のipaddressを知るのに素敵なコマンド
sudo tcpdump | grep "192.168.2.*"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment