windows连接centos8

简介: centos8 安装gui并使用windows的rdp远程连接桌面 Server with GUI

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

相关文章
|
Linux Windows
Centos和Windows进程相关命令
Centos 杀死同名的全部进程命令:ps -efww|grep 进程名 |grep -v grep|cut -c 9-15|xargs kill -9 Centos 查看同名的全部进程数命令:ps -ef | grep 进程名 | wc -l Windows杀死同名进程命令:taskkill /F /IM chrome.exe Windows查看同名进程命令:tasklist /fi "...
80 0
|
8月前
|
Ubuntu 网络安全 虚拟化
【Ubuntu】Win11 VmWare虚拟机安装Ubuntu 22.04.1-server
【Ubuntu】Win11 VmWare虚拟机安装Ubuntu 22.04.1-server
300 1
【Ubuntu】Win11 VmWare虚拟机安装Ubuntu 22.04.1-server
|
Linux 虚拟化
Windows10下VirtuaBox安装CentOS7虚拟机
Windows10下VirtuaBox安装CentOS7虚拟机
169 0
Windows10下VirtuaBox安装CentOS7虚拟机
|
数据可视化 网络协议 Linux
VNC的安装与使用(Windows远程连接Centos7)
VNC的安装与使用(Windows远程连接Centos7)
1245 0
VNC的安装与使用(Windows远程连接Centos7)
|
并行计算 Linux Windows
如何关闭CenOS/RedHat的X Windows
如何关闭CenOS/RedHat的X Windows
|
Linux Windows
用xshell Windows和 Centos (Linux)之间互传文件
用xshell Windows和 Centos (Linux)之间互传文件
314 0
用xshell Windows和 Centos (Linux)之间互传文件
|
Linux 网络安全 数据安全/隐私保护
如何从Windows远程上传文件到Linux(例如CentOS 7)
如何从Windows远程上传文件到Linux(例如CentOS 7)
480 0
如何从Windows远程上传文件到Linux(例如CentOS 7)
|
网络协议 Ubuntu Linux
|
Linux Windows
Linux-通过Windows远程桌面访问CentOS
  我的环境是CentOS 7.2,首先要确保该环境能上网。 首先安装【epel-release-latest-7.noarch.rpm】 rpm -Uvh https://dl.
2998 0
|
弹性计算 程序员 Linux
阿里云centos7.2 搭建SVN(linux windows)客户端
阿里云centos7.2 搭建SVN(linux windows)客户端  摘要: Subversion(SVN) 是一个开源的版本控制系統,被广泛用于协同开发。本文教你怎样快速搭建和使用SVN版本控制系统,并进行代码的提交、修改和恢复版本。
1563 0

热门文章

最新文章

下一篇
开通oss服务