Centos 8 setup with Linode full video tutorial Windows RDP and Desktop Gui - how to install

Описание к видео Centos 8 setup with Linode full video tutorial Windows RDP and Desktop Gui - how to install

#Linode #centos #8 #xrdp #Gnome GUI #howto #creat
Create Centos 8 Machine in Linode

CLI PART

Create user:
sudo adduser fasttech
sudo passwd fasttech
sudo usermod -aG wheel fasttech

Install XRDP:
yum -y update
yum install epel-release
yum install xrdp tigervnc-server
systemctl start xrdp
systemctlctl enable xrdp
firewall-cmd --permanent --zone=public --add-port=3389/tcp
firewall-cmd --reload
systemctl status xrdp


Gnome GUI install:
dnf group list
dnf groupinstall "Server with GUI" -y
systemctl set-default graphical
systemctl status xrdp
Reboot

Setup Remote Desktop From windows:
Setup Display resolution (24bit)

Комментарии

Информация по комментариям в разработке