Pages

Connecting to Raspberry Pi via RDP

Thanks to Gary Sims at MakeTechEasier for comprehensive instructions on using Windows Remote Desktop Client to connect to the Raspberry Pi.

sudo apt-get install xrdp

The xrdp installation automatically launches the service so there is no further configuration required.

Firing up Windows RDC requires only the Pi's IP address and the credentials of any valid Pi User.

Running Mono on Raspberry Pi

It turned out to be easier than I'd anticipated. Thanks to Dan's Website for these instructions:


sudo apt-get update
sudo apt-get upgrade
sudo apt-get install mono-complete