mawenqi-barry

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

 

分类:

技术点:

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-05-15
  • 2022-12-23
  • 2021-12-05
  • 2021-12-05
  • 2021-12-31
猜你喜欢
  • 2022-02-15
  • 2021-06-22
  • 2022-12-23
  • 2022-12-23
  • 2021-08-03
  • 2021-08-06
  • 2021-09-04
相关资源
相似解决方案