红联Linux门户
Linux帮助

Ubuntu 7.04/Windows XP远程桌面共享和其他工具

发布时间:2007-05-12 21:39:54来源:红联作者:lixceo
  如果想共享KM(Not KVM),可以使用Synergys (Linux), Windows(synergy).

  Server端配置文件如下:

  section: screens
   m1:
   m2:
   m3:
  end

  section: links
  m1:
   right = m3
   up = m2
  m3:
   left = m1
   up = m2
  m2:
   down = m1
  end

  section:aliases
  m1:
   192.168.0.2
  m3:
   192.168.0.3
  m2:
   192.168.0.4
  end

  如果想共享KVM,可以使用VNC(TightVNC),注意在Linux,如果用了全屏,可以使用F8来切换。但是在WindowsXP下,VNC的表现不是很理想(速度慢)。转而使用终端服务器(Terminal Server)。

  下面是Windows端的配置:

  1. Click Start, click Run, and then type MMC.

  2. Click the Console menu, click Add/Remove Snap-in, and then click Add. Select Group Policy.

  3. Click Add, make certain that Local Computer is selected in the Group Policy Object box, click Finish, and then click Close.

  4. Select Computer Configuration, click Administrative Templates, and then click Terminal Services.

  5. Select Limit Maximum Color Depth and set it to the color depth that you want.

  这是在配置24色,加强显示效果。

  在Linux下,直接用:rdesktop $ip -f -a 24

  切换全屏用:Ctrl-Alt-Enter.

  SVN服务器的运行:sudo svnserve -d -r /home/svn
文章评论

共有 0 条评论