Find my pi on the local network: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

7 January 2014

  • curprev 20:1320:13, 7 January 2014Mths talk contribs 299 bytes +299 Created page with "<code> #!/bin/bash # findMYPi: # Find all MY Pi's on the LAN #grep broadcast ip var1=$(ifconfig | grep inet | tail -1 | awk '{print $6}' | cut -f2 -d: | cut -f1-3 -d.) #ping..."