Skip to content

lpolloni/graph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Graph

A lean desktop environment over RDP protocol

This is an example of how an desktop environment can be simply configured for various applications to suit each individual's needs, in this case using CentOS + GNOME + XRDP.

First we need to install GNOME desktop

yum -y groups install "GNOME Desktop"

Add XRDP source

rpm -Uvh https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm

Now we need to install XRDP to connect through RDP protocol

yum -y install xrdp tigervnc-server

Start service and enable for autostart on boot

systemctl start xrdp
systemctl enable xrdp

Now it is possible to connect through Remote Desktop Connection or another compatible program.

About

CentOS + GNOME + XRDP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages