MyTetra Share
Делитесь знаниями!
установка vnc server
Время создания: 03.03.2017 23:21
Раздел: Raspberry
Запись: manakaden/mytetra/master/base/14885725174ozprxfoyd/text.html на raw.githubusercontent.com
  1. Copy boot_enable_ssh.rc to boot.rc from /boot in the Raspberry Pi's rootfs (SD card)
  2. Still in the Raspberry Pi's rootfs, edit /etc/network/interfaces in order to have a fixed IP address assigned (so no DHCP server is needed). For example,
  3. auto lo eth0

    iface lo inet loopback

    iface eth0 inet static

    address 192.168.0.202

    netmask 255.255.255.0

    gateway 192.168.0.200


  4. Boot your Raspberry Pi, use an Ethernet cable to connect it to the same network that your PC is connected to (or connect it directly to your PC) and login via SSH:
  5. ssh pi@192.168.0.202


  6. Install a light VNC server in your Raspberry Pi:
  7. sudo apt-get install tightvncserver


  8. Then start the VNC server (you'll be asked to set a password):
  9. vncserver :1 -name RasPi -depth 16 -geometry 1600x900


  10. Install a VNC client in your PC:
  11. apt-get install xtightvncviewer


  12. Then connect to your Raspberry Pi via VNC from your PC:

xtightvncviewer 192.168.0.202:1


It just works here in that way :)


Так же в этом разделе:
 
MyTetra Share v.0.59
Яндекс индекс цитирования