/************************************************************************* * Windows Remote Desktop Connection RPi 2 B * Disclaimer: * This article mainly records how to remote RPI 2B under Windows, through SSH to install XRDP, set up USB * Wireless network card and so on. * 2016-2-15 Shenzhen Nanshan Ping Shan village Zengjianfeng ************************************************************ ************/First, reference article:1. Using Raspberry Pi Remote Desktop http://www.oschina.net/translate/how-to-remote-desktop-raspberry-pi?cmp 2. Raspberry Pi Raspberry Pi wireless NIC configuration [multiple method alternative] http://www.360doc.com/content/14/0521/16/7821691_379668471.shtmlsecond, set up the wireless network card (cat/etc/network/interfaces): # Interfaces (5) file used by Ifup (8) and Ifdown (8) # Please note that ThisFile iswritten to being used with DHCPCD # forStaticIP, consult/etc/dhcpcd.conf and'Mans dhcpcd.conf'# Include Files from/etc/network/Interfaces.d:source-directory/etc/network/interfaces.d auto Lo iface lo inet loopback #iface eth0 inet Manual auto Eth0 allow-hotplug eth0 iface eth0 inetStaticAddress192.168.0.5netmask255.255.255.0Geteway192.168.0.1#allow-hotplug wlan0 #iface wlan0 inet Manual # WPA-conf/etc/wpa_supplicant/wpa_supplicant.conf # #allow-hotplug wlan1 #iface wlan1 inet Manual # WPA-conf/etc/wpa_supplicant/wpa_supplicant.conf Auto Wlan0 allow-hotplug wlan0 iface wlan0 inet DHCP WPA-ssid"ZENGJF"WPA-psk"zjf199142"third, SSH into the system installation Xrdp:sudo apt-Getinstall XRDP Four, XRDP account password: Username:pi passwd:raspberry five, Remote:
Windows Remote Desktop Connection RPi 2B