zoukankan      html  css  js  c++  java
  • Vnc在Ubuntu14.04上的安装和配置 安装:

    安装:

    • Ubuntu14.04 : sudo apt-get install vnc4server ; sudo apt-get install xrdp
    • iPad : 安装 vnc viewer 或者 远程桌面大师 或者其他app    (手机安装vnc viewer也可以使用)

    配置:

      Ubuntu14.04: 

    • vi ~/.vnc/xstartup (去掉 Uncomment the following two lines for normal desktop 下面两行脚本的注释)
    • /usr/share/applications 目录下找到 Desktop Sharing 设定 “允许其他用户控制您的桌面”
    • 安装 dconf-editor : sudo apt-get install dconf-editor
    • 命令行输入 dconf-editor ,设置 org > gnome > desktop > remote-access ,取消钩选 “require-encryption”属性

    说明:

    • vnc viewer ip:port(5900)

    附:vnc的一些命令:

    • vncserver kill :1  关闭vnc 服务
    • vncserver    启动vnc服务
    • vncpasswd    给当前用户设置vnc登录密码

    参考网址:http://blog.csdn.net/sunnylgz/article/details/40779973

         http://www.zhixing123.cn/ubuntu/41953.html

         http://www.linuxidc.com/Linux/2016-08/133917.htm

         http://blog.csdn.net/vbskj/article/details/52129757

         https://wenku.baidu.com/view/3cb09d8bd0d233d4b14e6922.html

  • 相关阅读:
    【转载】怎样使用ZEMAX导出高质量的图像动画
    shell中的单引号,双引号,反引号
    docker容器以非root用户启动应用
    js操作json的基本方法
    页岩油
    shell中使用ssh
    强一致性 弱一致性 最终一致性
    CSV和excel
    workbook sheetname最大长度
    ipvs了解
  • 原文地址:https://www.cnblogs.com/lwmp/p/7404271.html
Copyright © 2011-2022 走看看