-
-
Save pankajpatel/8ec0d7362ab602cd90d7dfd5968b85bc to your computer and use it in GitHub Desktop.
Revisions
-
brendannee revised this gist
Apr 16, 2013 . 1 changed file with 2 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 ssh [email protected] -
brendannee created this gist
Apr 16, 2013 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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]