1、修改 /etc/gdm/custom.conf,將 [xdmcp] 部分的 enable 設定為 1,即:
[xdmcp]
enable=true
port=177
2、修改 /etc/gdm/custom.conf,將 [security] 部分的 disallowtcp 設定為 false,即:
[security]
disallowtcp=false
儲存即可。
3、修改 /etc/inittab,將執行級別設定為5(預設是這樣),即:
id:5:initdefault:
如果沒有防火牆的話,配置就結束了。接下來就可以用xbrowser看了。
Xmanager無法連線虛擬機器,雙方ping的通
1 關閉虛擬機器防火牆,chkconfig iptables,chkconfig ip6tables 2 禁用networkmanager服務,chkconfig networkmanager off 3 編輯 etc selinux config selinux disabled 4 修改 etc...
Appium desktop 連線虛擬機器
an unknown server side error occurred while processing the command.original error could not find a connected android device 說明沒有連線上裝置,後來我檢視的時候,發現我用的 夜...
虛擬機器Nat連線問題
今天花了兩個小時解決了nat連線問題。環境 vmware workstation 7.0,外部os是xp,虛擬機器os也是xp.另外防火牆和安全衛士360將vmware.exe設定為例外,內部網路為dhcp。所以我的機器一旦重啟ip位址一般會變化。虛擬機器的網路設定為nat 是用的vmware wo...