Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save pankajpatel/8ec0d7362ab602cd90d7dfd5968b85bc to your computer and use it in GitHub Desktop.

Select an option

Save pankajpatel/8ec0d7362ab602cd90d7dfd5968b85bc to your computer and use it in GitHub Desktop.

Revisions

  1. @brendannee brendannee revised this gist Apr 16, 2013. 1 changed file with 2 additions and 1 deletion.
    3 changes: 2 additions & 1 deletion gistfile1.sh
    Original file line number Diff line number Diff line change
    @@ -4,5 +4,6 @@ ifconfig
    # scan all devices on your network (if your computer's IP is 192.168.1.49, for example)
    sudo nmap -sP 192.168.1.*

    # the raspbery pi may show up as manufacturer "unknown" if you are using wireless. Try sshing to each device you think may be the pi
    # the raspbery pi may show up as manufacturer "unknown" if you are using wireless.
    # Try sshing to each device you think may be the pi
    ssh [email protected]
  2. @brendannee brendannee created this gist Apr 16, 2013.
    8 changes: 8 additions & 0 deletions gistfile1.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,8 @@
    # determine your computers local IP address
    ifconfig

    # scan all devices on your network (if your computer's IP is 192.168.1.49, for example)
    sudo nmap -sP 192.168.1.*

    # the raspbery pi may show up as manufacturer "unknown" if you are using wireless. Try sshing to each device you think may be the pi
    ssh [email protected]