How to Use Remote Desktop Connection in MX-Linux
well - i need to get an idea how to use Remote Desktop Connection in mx-Linux:
i need to connect to a remote server - the only instruction i have found so far is this
How to Use Remote Desktop Connection in Ubuntu
https://www.nakivo.com/blog/how-to-use- ... lkthrough/
How to Use Remote Desktop Connection in Ubuntu::
In the majority of cases, you need to install the Ubuntu remote desktop client manually on your Ubuntu Linux. In today’s blog post, Ubuntu 18.04.2 is installed on the VMware virtual machine. Some packages are already installed in our Ubuntu before going to configuring Ubuntu remote desktop: the text editor vim, net-tools and the SSH server (which allows you to connect via SSH to the Linux console remotely). These packages can be installed with the single command:
Code: Select all
sudo apt-get install -y vim net-tools openssh-server
well the question is - is it enough to run this command:
Code: Select all
sudo apt-get install -y vim net-tools openssh-server