zoukankan      html  css  js  c++  java
  • OS + CentOS / windows / xrdp / vnc / tigervnc

    s

    下载软件 vncviewer

    https://files-cdn.cnblogs.com/files/xiaochina/vncviewer.zip

    https://releases.pagure.org/virt-viewer/virt-viewer-x86-8.0.msi

    tigervnc 重设密码步骤

    https://www.jianshu.com/p/1a6788c9b459

    [root@single ~]# cd /root/
    [root@single ~]# ls
    anaconda-ks.cfg  Downloads           Music     rpmbuild  shadowsocks-libev
    Desktop          install.log         Pictures  rp.sh     Templates
    Documents        install.log.syslog  Public    scripts   Videos
    [root@single ~]# cd .vnc
    [root@single .vnc]# ls
    localhost.localdomain:1.log  passwd        single:2.log
    localhost.localdomain:1.pid  single:1.log  xstartup
    localhost.localdomain:2.log  single:1.pid  xstartup.bak
    [root@single .vnc]# rm passwd
    rm: remove regular file `passwd'? y
    [root@single .vnc]# vncserver -kill :1
    Killing Xvnc process ID 14244
    [root@single .vnc]# vncserver
    You will require a password to access your desktops.
    Password:
    Verify:
    New 'single:1 (root)' desktop is single:1
    Starting applications specified in /root/.vnc/xstartup
    Log file is /root/.vnc/single:1.log
    [root@single .vnc]#

    通过windows远程访问linux桌面的方法(简单)

    https://www.cnblogs.com/lizhangshu/p/9709531.html

    https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm

    连接Linux远程桌面的四个方法

    https://www.cnblogs.com/hw-1015/articles/5910969.html 

    一、通过xshell直接调用程序窗口。

    二、通过xbrower连接Linux完整的桌面。

    三、通过Linux连接Linux的远程桌面,可完整桌面,也可打开程序窗口。

    四、通过VNC连接桌面。

    centos7.2部署vnc服务记录

    http://www.cnblogs.com/kevingrace/p/5821450.html

    Centos7.4安装kvm虚拟机(使用virt-manager管理)

    https://www.centos.bz/2018/02/centos7-4%E5%AE%89%E8%A3%85kvm%E8%99%9A%E6%8B%9F%E6%9C%BA%EF%BC%88%E4%BD%BF%E7%94%A8virt-manager%E7%AE%A1%E7%90%86%EF%BC%89/

    end

  • 相关阅读:
    C# 窗体WinForm中动态显示radioButton实例
    C#和Java交互相关研究
    c# 注册表操作,创建,删除,修改,判断节点是否存在
    C#单例模式的三种写法
    C#中使用TCP通信
    c#中this的用法
    C#单例模式的三种写法
    二十道经典C#面试题
    Linux chattr 命令详解
    Linux ulimit命令详解
  • 原文地址:https://www.cnblogs.com/lindows/p/10775342.html
Copyright © 2011-2022 走看看