Thursday, May 28, 2020

Enable remote desktop Windows 10 to Ubuntu 18.04


Steps:

Step 1:

Ubuntu.

Install next command on terminal:

sudo apt install xrdp

sudo systemctl enable xrdp

If you want check status, change enable to status or if you want disable type disable.


Step 2:

Windows 10.

Type on search: remote desktop.

Type your ip or hostaname on next windows:














When you click on connect automatically open next windows, type your username and password to remote desktop Ubuntu.

























No comments:

Post a Comment

Provisioning Cloud SQL with Private Service Connect Using Terraform & Accessing from Cloud Run with Spring Boot

In this post, we'll explore how to provision Cloud SQL instances with Private Service Connect (PSC) connectivity using Terraform and the...