使用xmanager打开Centos服务器上google浏览器实践

服务器端
1、安装xorg-x11-xauth软件包、xorg-x11字体、xterm
yum -y install xorg-x11-xauth
yum -y install xorg-x11-fonts* 

yum -y install xterm
2、/etc/ssh/sshd_config配置文件

X11Forwarding yes
X11DisplayOffset 10
X11UseLocalhost yes

3、修改/etc/hosts文件 设置主机名与IP地址的对应关系

127.0.0.1   localhost localhost.localdomain localhost4 localhost4.localdomain4
::1         localhost localhost.localdomain localhost6 localhost6.localdomain6
10.68.1.1 aaa

4.安装谷歌浏览器

yum -y install google-chrome-stable –nogpgcheck

cd /opt/google/chrome

./google-chrome –no-sandbox

#建立软链接(可不做):

#ln -s /opt/google/chrome/google-chrome /usr/bin/chrome

#chrome –no-sandbox

本地

官 下载安装xmanager

xshell配置如下

启动

 

声明:本站部分文章及图片源自用户投稿,如本站任何资料有侵权请您尽早请联系jinwei@zod.com.cn进行处理,非常感谢!

上一篇 2020年1月8日
下一篇 2020年1月8日

相关推荐