2018年8月17日
摘要: rpm -q vnc vnc-server #检测是否安装 yum install vnc vnc-server #安装vnc vncserver :1 #启动vnc端口1 vi /root/.vnc/xstartup #修改配置文件 # Uncomment the following two lines for normal desktop: # unset SE... 阅读全文
posted @ 2018-08-17 19:04 宇&雨 阅读(155) 评论(0) 推荐(0) 编辑
摘要: 1、vnc连接rhel5.9后,注销系统后再次连接未能正常显示(桌面图标未能正常显示) 详情如下图: 解决方式:(重启vnc) vncserver -kill :1 #关闭vnc端口 vncserver :1 #启动vnc端口1 介意方式:(点击vnc关闭按钮) 2、实现多用户登录 举例: user 阅读全文
posted @ 2018-08-17 19:03 宇&雨 阅读(222) 评论(0) 推荐(0) 编辑