分享一下我老师大神的人工智能教程!零基础,通俗易懂!http://blog.csdn.net/jiangjunshow
也欢迎大家转载本篇文章。分享知识,造福人民,实现我们中华民族伟大复兴!
VNC Viewer:The connection was refused by host computer
CentOS 6.5 修改IP后VNC链接失败,提示:The connection was refused by host computer
这种情况应该是服务器IP变了,而vnc还在监听原来的IP上的数据;
最简单的方式就是重新启动服务器,我没有试过;
我尝试重启 vncserver
# service vncserver restart关闭 VNC 服务器: [确定]正在启动 VNC 服务器:1:root A VNC server is already running as :1 [失败]
尝试失败了!
后来重新初始化了一下就好了:
# vncserverNew '192.168.1.33:8 (root)' desktop is 192.168.1.33:8Starting applications specified in /root/.vnc/xstartupLog file is /root/.vnc/192.168.1.33:8.log
虽然我的IP已经改了,但是这里显示的还是原来的IP,不过没关系,客户端已经可以连接了。