virtual xshell
2019-07-04 本文已影响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