centos6(64位)可用的chrome浏览器,如果你不想用firefox,可以换成chrome,2021年测试可用。
安装方法:
rpm -ivh google-chrome-stable-27.el6.centos.x86_64.rpm
centos 使用 root运行chrome
第一种方法:
[root@h3idan /]# vim /opt/google/chrome/google-chrome
编辑最后一行代码:
exec -a "$0" "$HERE/chrome" "$@" --user-data-dir
然后保存!
第二种方法:
[root@h3idan /]#
1