博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
使用Xmanager连接CentOS 7远程桌面
阅读量:6455 次
发布时间:2019-06-23

本文共 1353 字,大约阅读时间需要 4 分钟。

hot3.png

[root@cdhnode1 Desktop]# yum install lightdm -y[root@cdhnode1 Desktop]# vi /etc/lightdm/lightdm.conf修改内容如下:[XDMCPServer]enabled=trueport=177[SeatDefaults]user-session=/usr/bin/startxfce4greeter-session=lightdm-gtk-greetergreeter-hide-users=true[root@cdhnode1 Desktop]# systemctl disable gdmRemoved symlink /etc/systemd/system/display-manager.service.[root@cdhnode1 Desktop]# systemctl enable lightdm.service Created symlink from /etc/systemd/system/display-manager.service to /usr/lib/systemd/system/lightdm.service.[root@cdhnode1 Desktop]# systemctl start lightdm.service[root@cdhnode1 Desktop]# yum groupinstall xfce -y[root@cdhnode1 Desktop]# cd /usr/share/xsessions/ && lsgnome-classic.desktop  gnome-custom-session.desktop  gnome.desktop  xfce.desktop[root@cdhnode1 xsessions]# mkdir back && mv gnome* back && lsback  xfce.desktop[root@cdhnode1 xsessions]# init 3 && init 5PolicyKit daemon disconnected from the bus.We are no longer a registered authentication agent.PolicyKit daemon disconnected from the bus.We are no longer a registered authentication agent.PolicyKit daemon reconnected to bus.Attempting to re-register as an authentication agent.We are now a registered authentication agent.

参考教程:

1.http://www.linuxidc.com/Linux/2017-03/142011.htm

2.https://www.zybuluo.com/wuzhimang/note/392271

 

转载于:https://my.oschina.net/xhhuang/blog/1606834

你可能感兴趣的文章
解决Oracle忘记密码问题
查看>>
mysql数据库优化之表的设计和慢查询定位
查看>>
【转】Mysql两种存储引擎的异同【MyISAM和InnoDB】
查看>>
Vue.js常用指令:v-for
查看>>
机器学习算法复习--ARMA
查看>>
使用curl抓取网页遇到HTTP跳转时得到多个HTTP头部的问题
查看>>
UVa340 - Master-Mind Hints
查看>>
IDC:阿里云连续3年位居中国第一,相当于二至九名总和
查看>>
“7FRESH之父”王笑松:京东十年 磨三剑
查看>>
淡季开战!列出“三宗罪”优信死磕瓜子
查看>>
编写自己的代码库(javascript常用实例的实现与封装)
查看>>
大道至简之产品设计
查看>>
如果有多项紧急任务同时给你,你会如何处理? ― Top 10 行为面试题解析
查看>>
BATJ都爱问的多线程面试题
查看>>
Hybrid App技术解析 -- 实战篇
查看>>
Android绘图最终篇之大战贝塞尔三次曲线
查看>>
线性代数与数据学习:MIT教授Gilbert Strang帮你打下坚实的数学基础
查看>>
从一个骗局谈生活中的基础算法
查看>>
前端存贮全家桶--cookie、sessionStorage、localStorage、和indexedDB重点合集
查看>>
互联网"凛冬",看大厂HR怎么说~
查看>>