Below you will find pages that utilize the taxonomy term “远程桌面”
December 12, 2011
CentOS 6.0 VNC远程桌面配置
"引言: 必须明白: vncserver在调用的时候,会根据你的配置来启用server端的监听端口, 端口默认是从5900开始,再加上你的桌面号。 比如你的桌面号为1,则vnc的连接端口号为5900+1=5901 比如你的桌面号为10000,则vnc的连接端口号为5900+10000=15900 下面配置VNC服务器,使用户(root)能够通过vnc客户端远程连接到linux系统的图形界面(前提是你的服务器要安装桌面)\n1、检查linux系统是否安装VNC 在终端窗口输入命令:\nrpm -q vnc-server\n返回信息如下\npackage vnc-server is not installed\n说明vnc服务器没有安装\n2、运行以下命令进行安装:\n****yum install vnc vnc-server\n3、启动VNC服务\n****vncserver You will require a password to access your desktops. Password: Verify:\n会提示输入密码,这个密码是远程登录时所需要输入的密码,输入密码,回车 **4、切换 …"
October 17, 2011
如何更改windows的远程桌面3389端口
"共修改两个地方\n1:打开“开始→运行”,输入“regedit”,打开注册表,进入以下路径:\n[HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Control\\Terminal Server\\Wds\\rdpwd\\Tds\\tcp]\n看见PortNamber值了吗?其默认值是3389,修改成所希望的端口即可,例如6111。 2:再打开\n[HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentContro1Set\\Control\\Tenninal Server\\WinStations\\RDP-Tcp]\n将PortNumber的值(默认是3389)修改成端口6111。\n此修改只有重启服务器才可以生效."