Linux 基础与应用教程 005(远程连接)

1.windows7与windows7远程连接

2.

 

 3.

 

4.

 

5.

 

7.

8.使用到的DOS命令:

远程连接:mstsc

9.


 

 1.Linux远程连接Windows

安装:yum install -y rdesktop
设置防火墙:service iptables stop
远程连接要连接的桌面:rdesktop 192.168.74.192


 

1.windows系统访问linux可以使用VNC。

(1)yum install -y tigervnc*
(2)vncserver 设置vnc连接密码(最少6位密码)
(3)vi /etc/sysconfig/vncservers 把最后两行修改为如下格式解决VNC服务不能重启的问题
VNCSERVERS="1:root"
VNCSERVERARGS[1]="-geometry 800x600 -nolisten tcp -localhost"
(4)service vncserver restart

 

posted on 2018-04-13 10:00  马文奇  阅读(111)  评论(0编辑  收藏  举报

导航