Pages

Tuesday, 4 February 2014

Remote acess with Linux

Hi viewers!!! in this one lets c how to connect raspberry with Linux

Things to do
1.Connect your PC or Lap with ur Pi directly ie) from on point to lap and other to the kit              
              Once u started Linux in Terminal (The terminal can be obtained by pressing ctrl+alt+del)
2.First install nmap for finding ip of Pi
code "sudo apt-get install nmap"
3.Find the Ip of pi by running the following code in terminal
code "sudo nmap 192.168.1.* "
 or
      "sudo nmap 192.168.0.* "
4.Make sure that ur pi is SSH enabled
  Now run the following code to obtain pi terminal
code"ssh pi@IP of pi"
5.login the pi by providing username and password

FOR OBTAINING SCREEN OF THE PI
 In Pi terminal
1.Install tightvncserver
code"sudo apt-get install tightvncserver"
2.code"vncserver :0 -geometry 1024x768 -depth 24"
 In System Terminal
1.Install xtightvncviewer
code"sudo apt-get install xtightvncviewer"
2.code"xtightvncviewer IP of Pi"
Pi screen will apear...

In the upcoming post...Lets c how to enable internet in Pi

No comments:

Post a Comment