annabench.blogg.se

Ubuntu desktop arm
Ubuntu desktop arm










ubuntu desktop arm
  1. Ubuntu desktop arm how to#
  2. Ubuntu desktop arm install#

If you only use SSH key authentication and don't have a local account password set, specify a password before you use xrdp to log in to your VM. If you created a password for your user account when you created your VM, skip this step. Restart the xrdp service for the changes to take effect as follows: sudo service xrdp restart Configure xrdp to use xfce as your desktop environment as follows: echo xfce4-session >~/.xsession Tell xrdp what desktop environment to use when you start your session. On Ubuntu 20, you need to give certificate access to an xrdp user: sudo adduser xrdp ssl-cert

Ubuntu desktop arm install#

Install xrdp on your Ubuntu VM as follows: sudo apt-get -y install xrdp xrdp is an open source Remote Desktop Protocol (RDP) server that is available on most Linux distributions and works well with xfce. Now that you have a desktop environment installed, configure a remote desktop service to listen for incoming remote access connections. Install and configure a remote desktop server Sudo DEBIAN_FRONTEND=noninteractive apt-get -y install xfce4 Next, install xfce using apt : sudo apt-get update

Ubuntu desktop arm how to#

Use your own values: ssh you're using Windows and need more information on using SSH, see How to use SSH keys with Windows. The following example connects to the VM named .com with the username of azureuser. Commands for other distributions vary slightly (use yum to install on Red Hat Enterprise Linux and configure appropriate selinux rules, or use zypper to install on SUSE, for example).įirst, SSH to your VM. The following example installs the lightweight xfce4 desktop environment on an Ubuntu VM. Depending on your choice of desktop environment, it consumes up to 2 GB of disk space and take up to ten minutes to both install and configure all the required packages. Linux VMs are commonly managed using SSH connections rather than a desktop environment, however there are several desktop environments that you can choose to install. Most Linux VMs in Azure don't have a desktop environment installed by default. Install a desktop environment on your Linux VM If you need to create a VM, use one of the following methods:

ubuntu desktop arm

This article requires an existing Ubuntu 18.04 LTS or Ubuntu 20.04 LTS VM in Azure. This lag does not usually reflect the performance of the VM itself. This can be influenced by multiple factors including local internet speed and distance from the datacenter where the virtual machine is hosted. Using Remote Desktop over the internet will introduce noticeable "lag" (input latency) when compared to local desktop use.












Ubuntu desktop arm