天天看點

windows連接配接centos8

安裝 參考 (

https://blog.csdn.net/zzzjjjfff/article/details/105203359)

yum groupinstall “Server with GUI”

systemctl set-default graphical

rdp部分:(參考

https://www.cnblogs.com/lenmom/p/9516210.html)

yum install -y epel-release

yum install -y xrdp tigervnc-server

systemctl stop firewalld

systemctl disable firewalld

systemctl start xrdp

systemctl enable xrdp

重新開機,然後使用rpd連接配接

reboot

centos 8設定中文環境

https://blog.csdn.net/qq_40058321/article/details/103214656

繼續閱讀