In this informative YouTube video, we will guide you on how to access a Linux computer from a Windows operating system using xrdp. xrdp is a powerful open-source tool that allows remote desktop connections between different operating systems. We will walk you through the step-by-step process of installing and configuring xrdp on your Linux computer #Linux #Windows #xrdp
==xrdp installation steps==
sudo yum check-update
sudo yum update -y
sudo rpm -Uvh https://dl.fedoraproject.org/pub/epel...
sudo yum -y install xrdp
sudo systemctl start xrdp.service
netstat -an | grep 3389
sudo systemctl enable xrdp.service
sudo firewall-cmd --add-port=3389/tcp --permanent
sudo firewall-cmd --reload