S
S
Simsi2016-01-16 23:18:40
linux
Simsi, 2016-01-16 23:18:40

How to install on rented ubuntu 14.04 GNOME and RDP via ssh?

I'm trying to install a shell and remote desktop on Ubuntu 14.04.
SSH access only.
This is how it works:

Установка XRDP и XFCE

apt-get -y update
apt-get -y install xrdp
apt-get -y install xfce4
echo xfce4-session >~/.xsession
nano /etc/xrdp/startwm.sh

#!/bin/sh
if [ -r /etc/default/locale ]; then
. /etc/default/locale
export LANG LANGUAGE
fi
startxfce4

service xrdp restart
reboot

useradd -m имя_пользователя
passwd имя_пользователя

But I don't like the XFCE shell and I don't like that after exiting rdp, I have to restart the server because XRDP stops working.
How to replace all this with Remmina and GNOME?
And how to install GNOME with XRDP?
I didn't find any answers on the web

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vlad Zhivotnev, 2016-01-17
@inkvizitor68sl

Use instead of rdp x2go - https://debian.pro/1618 , it will show itself much better on a Linux server.
And install gnome - help.ubuntu.ru/wiki/gnome_shell (the second one doesn't exist anymore).

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question