centos remote control server 6.x

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

时间: 2024-10-17 16:27:04

centos remote control server 6.x的相关文章

centos 安装git server

1.yum install lrzsz wget git 2.安装gitosis:gitosis为Git用户权限管理系统,通过管理服务端的/home/git/.ssh/authorized_key文件来执行对用户权限的管理,是一个python模块包 #yum install python python-setuptools #git clone git://github.com/res0nat0r/gitosis.git #cd gitosis/ #python setup.py install

十几个remote control software

5 alternatives to LogMeIn Free for remote PC access VNC VNC, or Virtual Network Computing, isn’t itself a product, but an open-source remote-control and display technology that’s implemented by Tight VNC (free), Ultra VNC (free) and RealVNC (free and

Step by step Install a Local Report Server and Remote Report Server Database

原创地址:http://www.cnblogs.com/jfzhu/p/4012097.html 转载请注明出处 前面的文章<Step by step SQL Server 2012的安装 >中,介绍过如何安装SQL Server 2012,其中的Database Engine Services和Reporting Services - Native安装在了同一台服务器上,但是为了提高性能,我们可以将Database Engine与Reporting Service分别安装在不同的服务器上.

centos 安装FTP server详情(转)

centos 安装FTP server详情 分类: linux 2013-12-27 16:45 227人阅读 评论(0) 收藏 举报 我们这里以安装vsftpd 服务器端为例子: 1.进入到centos 终端上 首先执行 yum search vsftpd 查看安装软件名字; 2.然后安装 列出来的软件名,首选第一个 yum install vsftpd,开始执行安装 3.安装好后通过 service vsftpd status 查看ftp 运行状态 如果没运行 可以使用 service vs

Dameware?Mini?Remote?Control?连接记录恢复

简介:Dameware?Mini?Remote?Control?是一款不错的局域网远程控制管理软件.?如果重做了系统或其他情况下,需要重装此程序,那么原来的连接记录都要重建,下面详细介绍怎么解决这个问题.?本文使用的是Dameware?Mini?Remote?Control?v7.5?版,64位win7系统. 一.原始数据备份1.连接数据?如图这个位置的这个MRCCv2.db文件就是连接的数据(IP地址).C:\Users\Administrator\AppData\Roaming\DameWa

Xshell报错“The remote SSH server rejected X11 forwarding request.”

xshell连接centos7,报错:"The remote SSH server rejected X11 forwarding request." 打开文件/etc/ssh/sshd_config,修改下面的参数 X11Forwarding yes 如果有,那就不用修改 修改xshell连接属性 把勾选去掉即可! 参考:https://blog.csdn.net/salonzhou/article/details/16358711 原文地址:https://www.cnblogs.

ubuntu windows mutual remote control

Win10 remote control Ubuntu18 Part1.ubuntu settings 1.安装所需组件 sudo apt-get update //若没有desktop sharing,则需要安装vino sudo apt-get install vino //若有desktopsharing,则执行接下来的命令 sudo apt-get install tightvncserver xrdp sudo apt-get install dconf-tools 2.设置 dcon

centos 安装VNC Server

linux系统给给开发者带来性能的便利,但是失去了window系统的界面化管理的便利.下面介绍怎么通过在linux系统上实现界面化操作.(CENTOS为例) 本文详细讲解在centos下安装VNC 服务并用 VNC viewer 连接. VNC SERVER 安装: 1. 用root用户身份运行以下命令 yum install tigervnc-server 2. 停用防火墙 systemctl stop firewalld.service systemctl disable firewalld

CentOS 下 VNC Server 的配置与使用

VNC 是一款优秀的远程控制工具软件.由著名的 AT&T 的欧洲研究实验室开发的.VNC 是在基于 UNIX 和 Linux 操作系统的免费的开源软件,远程控制能力强大,高效有用,其性能能够和 Windows 和 MAC 中的不论什么远程控制软件媲美. 在 Linux 中.VNC 包含下面四个命令:vncserver.vncviewer,vncpasswd,和 vncconnect. 大多数情况下用户仅仅须要当中的两个命令:vncserver 和 vncviewer. 1.命令描写叙述 vncs