zoukankan      html  css  js  c++  java
  • ubuntu 安装tigervnc

    root@iZ25q0jd99eZ:~# apt-get install tigervnc
    Reading package lists... Done
    Building dependency tree       
    Reading state information... Done
    E: Unable to locate package tigervnc
    
    root@iZ25q0jd99eZ:~# apt-get install tightvncserver
    
    root@iZ25q0jd99eZ:~# apt-get install xtightvncviewer
    
    root@iZ25q0jd99eZ:~/.vnc# apt-get install vnc4server
    
    root@iZ25q0jd99eZ:~/.vnc# vnc4server 
    
    You will require a password to access your desktops.
    
    Password:#设置登录密码
    Verify:#密码认证
    xauth:  file /root/.Xauthority does not exist
    
    New 'iZ25q0jd99eZ:1 (root)' desktop is iZ25q0jd99eZ:1
    
    Creating default startup script /root/.vnc/xstartup
    Starting applications specified in /root/.vnc/xstartup
    Log file is /root/.vnc/iZ25q0jd99eZ:1.log
    
  • 相关阅读:
    List sort()方法
    解析器
    beautifulsoup库
    break 语句
    enumerate函数
    POJ 1915 Knight Moves
    POJ 1745 Divisibility
    POJ 1731 Orders
    POJ 1664 放苹果
    POJ 1606 Jugs
  • 原文地址:https://www.cnblogs.com/bass6/p/5492191.html
Copyright © 2011-2022 走看看