or
How to connect RaspberryPi from Windows using Remote Desktop.
Previously I had shown you
- How to Install Linux on Raspberry Pi 3
- How to Install .Net Core 3.1 on Raspberry Pi 3
- The entity type '' requires a primary key to be defined
- Unable to configure HTTPS endpoint. No server certificate was specified
- Failed to bind to address https://127.0.0.1:5001: address already in use
- Jquery DataTable Custom Excel Export
- Jquery DataTable Custom PDF Export
- Jquery DataTable Custom PDF Export with New Column
- Jquery DataTable Custom PDF Export with logo
Before we install the required package in RaspberryPi, lets update using below command
sudo apt-get update
To connect RaspberryPi we need to install xrdp.Xrdp is an open-source implementation of the Microsoft Remote Desktop Protocol (RDP) that allows you to graphically control a remote system.
Install xrdp using below command
sudo apt-get install xrdp
No comments:
Post a Comment