如何用xmanager远程连接centos6.0的桌面

在centos6.0系统上设置

  1. 修改custom.conf文件

vim /etc/gdm/custom.conf

在[security]下面添加

AllowRemoteRoot=true

在[xdmcp]下面添加

Port=177

Enable=1

修改完后效果如下:

[daemon]

[security]

AllowRemoteRoot=true

[xdmcp]

Port=177

Enable=1

[greeter]

[chooser]

[debug]

保存退出

2.修改inittab文件

vim /etc/inittab

确保最后一行是

id:5:initdefault:

保存

3.重启系统

4.打开xbrowser直接输入ip地址登录即可

如何用xmanager远程连接centos6.0的桌面

时间: 2025-01-01 12:24:39

如何用xmanager远程连接centos6.0的桌面的相关文章

使用Xmanager远程连接CentOS6.4图形界面详解(图文)

1.首先安装与下载图形界面GNOMEyum groupinstall "Desktop"yum groupinstall "X Window System"yum groupinstall "Chinese Support"  (可选项) 假如提示有以下错误产生: Loaded plugins: fastestmirror, prestoCould not retrieve mirrorlist http://mirrorlist.centos.

xmanager远程连接linux配置

Linux远程连接配置 0.本人实验系统RHEL6.4,前提配置yum, 参考:http://lk886655.blog.51cto.com/7036409/1965548 #yum install xdm 2.    #vi /etc/X11/xdm/Xaccess # * #any hostcan get a login window 修改为 * #any host canget a login window 3.  #vi /etc/gdm/custom.conf [security] A

远程连接MYSQL8.0服务器问题

title: 远程连接MYSQL8.0服务器问题 date: 2018-07-07 11:02:26 updated: tags: [MYSQL,坑] description: keywords: comments: image: --- 问题描述: 先前使用MYSQL5.1,远端访问MYSQL服务器没问题,遇到的问题也就是防火墙问题,修改出入站规则后轻松的解决了.但是MYSQL8.0就很坑了,按照网上的解决办法折腾了两个小时,最后解决,依然不明白哪里有问题,只能把操作复现,为以后使用留个记录.

windows 2008下远程连接 redhat linux 9桌面

如何使用windows远程控制Linux桌面? 1.查看本机是否有安装vnc(redhat linux 9默认有安装vnc) rpm -q vnc vnc-server 如果显示结果为: package vnc is not installedvnc-server-4.1.2-14.e15_3.1 那恭喜你,机器上已经安装了vnc,如果没有,就得自己安装了,这里不说怎么安装了,很简单,在centOS的软件库中搜索,点击安装 2.把远程桌面的用户加入到配置文件中 vi /etc/sysconfig

远程连接mysql8.0,Error No.2058 Plugin caching_sha2_password could not be loaded

通过本地去连接远程的mysql时报错,原因时mysql8.0的加密方法变了. mysql8.0默认采用caching_sha2_password的加密方式 第三方客户端基本都不支持这种加密方式,只有自带的命令行支持 所以需要修改加密方式. 首先进入mysql命令行 [[email protected] ~]# mysql -u root -p Enter password: 第一步:修改加密方式 ALTER USER'root'@'localhost' IDENTIFIED BY '[email

windows下通过VNC客户端软件远程连接Ubuntu14.04的桌面共享服务vino

http://www.ubuntukylin.com/ukylin/forum.php?mod=viewthread&tid=8631 https://bugs.launchpad.net/ubuntu/+source/vino/+bug/1290666 解决方案如下: 1.安装dconf-editor sudo apt-get install dconf-editor 2.用Dconf-editor调整,并访问如下配置路径 org > gnome > desktop > app

win7远程连接ubuntu14.04.1桌面

sudo apt-get install xdrp sudo apt-get install vnc4server tightserver sudo apt-get install xfce4 echo xfce4-session >~/.xsession win7下远程桌面 http://blog.csdn.net/zhaomininternational/article/details/41514221

CentOS6 图形界面(gnome)安装,使用vnc进行远程连接

CentOS6相对于CentOS5的安装有了不少的进步,有不少默认的选项可以选择,如: Desktop :基本的桌面系统,包括常用的桌面软件,如文档查看工具. Minimal Desktop :基本的桌面系统,包含的软件更少. Minimal :基本的系统,不含有任何可选的软件包. Basic Server :安装的基本系统的平台支持,不包含桌面. Database Server :基本系统平台,加上MySQL和PostgreSQL数据库,无桌面. Web Server :基本系统平台,加上PH

Centos6.5 重置mysql密码,并设置允许远程连接

root密码忘记,重置mysql的root密码: 一.修改mysql的配置文件my.cnf 1.在[mysqld]的段中加上一句:skip-grant-tables [mysqld] datadir=/var/lib/mysql socket=/var/lib/mysql/mysql.sock skip-name-resolve skip-grant-tables 保存并且退出vi. (或执行 mysqld_safe --skip-grant-tables &) 2.重新启动mysqld # /