i wanted to know how to connect and use my raspberry pi with my laptop that is has a windows 8.1. Plz try and solve my problem I have not yet started my raspberry pi even once.
i wanted to know how to connect and use my raspberry pi with my laptop that is has a windows 8.1. Plz try and solve my problem I have not yet started my raspberry pi even once.
Enable SSH, connect to the Pi with Putty from your Win 8 machine. Then Log in and
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install tightvncserver
tightvncserver :1 -geometry 1024x768 [or whatever your resolution is or want.]
Then load tightvnc client on your windows machine
connect to 192,168.22.200:1 [or whatever the pi ip is]
this should get you started, have fun!!!
Enable SSH, connect to the Pi with Putty from your Win 8 machine. Then Log in and
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install tightvncserver
tightvncserver :1 -geometry 1024x768 [or whatever your resolution is or want.]
Then load tightvnc client on your windows machine
connect to 192,168.22.200:1 [or whatever the pi ip is]
this should get you started, have fun!!!