virtual xshell

作者: 狼无雨雪 | 来源:发表于2019-07-04 18:58 被阅读0次

    linux上只有字符界面的时候需要模拟xshell

    1.安装

    sudo apt-get install xvfb
    

    2.运行命令

    Xvfb -ac :7 -screen 0 1280x1024x8
    

    3.设置环境变量

    export  DISPLAY=:7
    

    4.运行程序

    /usr/bin/google-chrome-stable http://www.baidu.com
    或者
    firefox http://www.baidu.com  
    

    相关文章

      网友评论

        本文标题:virtual xshell

        本文链接:https://www.haomeiwen.com/subject/cfxdhctx.html