首页 > 其他 > 详细

centos remote control server 6.x

时间:2015-04-27 18:32:08      阅读:256      评论:0      收藏:0      [点我收藏+]

reference: http://www.itzgeek.com/how-tos/linux/centos-how-tos/install-xrdp-remote-desktop-to-centos-6-rhel-6.html#axzz3YUmJrTYJ

1.

32bits

# rpm -Uvh http://download.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm

64bits

# rpm -Uvh http://download.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm

2. 

# yum -y install xrdp tigervnc-server
# service xrdp start
# netstat -antup | grep xrdp
# chkconfig xrdp on
# chkconfig vncserver on
3.

 take rdp from any windows machine using Remote Desktop Connection, enter ip address of Linux server in computer field and click on connect.just input the ip addr,select sesman-Xvnc module, username and password

centos remote control server 6.x

原文:http://blog.csdn.net/zcliatb/article/details/45310687

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!