Skip to content

Commit 195fd1d

Browse files
committed
minor fixes
1 parent 764b00e commit 195fd1d

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

articles/lab-services/classroom-labs/class-type-shell-scripting-linux.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ Follow [this tutorial](tutorial-setup-classroom-lab.md) to create a new lab and
4040
| Enable remote desktop connection | Enable. <p>Enabling this setting will allow teachers and students to connect to their VMs using the remote desktop (RDP). For more information, see [Enable remote desktop for Linux virtual machines in a lab in Azure Lab Services](how-to-enable-remote-desktop-linux.md#connect-to-the-template-vm). </p>|
4141

4242

43-
## Install desktop and xrdp
44-
The Ubuntu Server 18.04 LTS image doesn't have remote desktop server installed by default. Follow instructions in the [Install and configure Remote Desktop to connect to a Linux VM in Azure](../../virtual-machines/linux/use-remote-desktop.md) article to install the packages that are needed on the template machine to connect via remote desktop protocol.
43+
## Install desktop and RDP
44+
The Ubuntu Server 18.04 LTS image doesn't have the RDP remote desktop server installed by default. Follow instructions in the [Install and configure Remote Desktop to connect to a Linux VM in Azure](../../virtual-machines/linux/use-remote-desktop.md) article to install the packages that are needed on the template machine to connect via remote desktop protocol (RDP).
4545

4646
## Install Ruby
4747
Ruby is an open-source dynamic language that can be combined with bash scripts. This section shows how to use `apt-get` to install the latest version of [Ruby](https://www.ruby-lang.org/).

articles/lab-services/classroom-labs/how-to-enable-remote-desktop-linux.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,11 @@ To use X2Go, the instructor must:
4949

5050
X2Go uses the same port that is already enabled for SSH; as a result, there is no extra configuration required to open a port on the VM for X2Go.
5151

52-
>[!NOTE] In some cases, such as with Ubuntu LTS 18.04, X2Go provides better performance. If >you use RDP and notice latency when interacting with the graphical desktop environment, consider trying X2Go since it may improve performance.
52+
> [!NOTE]
53+
> In some cases, such as with Ubuntu LTS 18.04, X2Go provides better performance. If >you use RDP and notice latency when interacting with the graphical desktop environment, consider trying X2Go since it may improve performance.
5354
54-
>[!IMPORTANT] Some marketplace images already have a graphical desktop environment and remote >desktop server installed. For example, the [Data Science Virtual Machine for Linux (Ubuntu)](https://azuremarketplace.microsoft.com/marketplace/apps/microsoft-dsvm.ubuntu-1804) already has [XFCE and X2Go Server installed and configured to accept client connections](https://docs.microsoft.com/azure/machine-learning/data-science-virtual-machine/dsvm-ubuntu-intro#x2go).
55-
>
55+
> [!IMPORTANT]
56+
> Some marketplace images already have a graphical desktop environment and remote >desktop server installed. For example, the [Data Science Virtual Machine for Linux (Ubuntu)](https://azuremarketplace.microsoft.com/marketplace/apps/microsoft-dsvm.ubuntu-1804) already has [XFCE and X2Go Server installed and configured to accept client connections](https://docs.microsoft.com/azure/machine-learning/data-science-virtual-machine/dsvm-ubuntu-intro#x2go).
5657
5758
## Enable remote desktop connection for RDP
5859

0 commit comments

Comments
 (0)