Windows Remote Desktop Connection RPi 2B

Source: Internet
Author: User
Tags windows remote desktop

/************************************************************************* * 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

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.