我想xclock
在另一台计算机上显示。
在我的计算机(111
)上,我可以连接到家庭网络中ping
的另一台计算机(222
):
$ ifconfig wlan0
wlan0 Link encap:Ethernet HWaddr 44:55:66:77:88:99
inet addr:192.168.0.111 Bcast:192.168.0.255 Mask:255.255.255.0
$ ping 192.168.0.222
该路由器是D-Link DIR-655无线N千兆路由器。
$ xclock -display 192.168.0.111:0
按预期xclock
在我的计算机上显示(111
)。在另一台计算机(222
)上:
$ xhost +
但随后又回到我的计算机(111
),当更改为:
$ xclock -display 192.168.0.222:0
要尝试验证-display
开关的使用,请执行以下操作:
$ xclock -display 192.168.0.111:0.1
Error: Can't open display: 192.168.0.111:0.1
$ ping 192.168.0.333
ping: unknown host 192.168.0.333
$ xclock -display 192.168.0.333:0
我希望它会失败,但也会显示在我的计算机(111
)上,但会有些延迟。这些结果告诉我,display
争论越来越激烈了xclock
。
$ uname -a
Linux mycomputer 3.2.0-27-generic #43-Ubuntu SMP Fri Jul 6 14:46:35 UTC 2012 i686 i686 i386 GNU/Linux
我使用的是LXDE,而不是GNOME或KDE。
我只是xclock
想展示一下,并且对解决此问题中的安全性问题不感兴趣。