howtos/Linux/instalar entorno grafico y ...

32 lines
698 B
Plaintext

instalar un entorno gráfico
yum groupinstall "Server with GUI"
levantar entorno gráfico
systemctl start graphical.target
instalar XRDP
yum install xrdp
iniciar el servicio
systemctl start xrdp
**************************************************
deshabilitar la interface gráfica
init 3
systemctl disable graphical.target
parar el servicio XRDP instalado y deshabilitado del inicio
systemctl stop xrdp
systemctl disable xrdp
******************************************************
Si queremos volver a utilizar el entorno gráfico habría que hacer lo siguiente
init 5
systemctl start xrdp
Y después accedemos con nuestro cliente RDP de WINDOWS