乐知付加密服务平台

如果你有资源, 平台可以帮你实现内容变现, 无需搭建知识付费服务平台。

点击访问官方网站 https://lezhifu.cc

扫码关注公众号 乐知付加密服务平台-微信公众号
linux使用google-chrome | chenzuoli's blog

linux使用google-chrome

这里记录centos安装google-chrome、使用selenium的一些记录,且看详情。

1
2
3
4
5
6
wget https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm
yum -y install liberation-fonts
yum -y install chromium-common-111.0.5563.64-1.el7.x86_64
yum install google-chrome-stable_current_x86_64.rpm

google-chrome --headless --disable-gpu --dump-dom --no-sandbox https://www.baidu.com

报错:

1
2
[949618:949618:1026/094330.059409:ERROR:ozone_platform_x11.cc(244)] Missing X server or $DISPLAY
[949618:949618:1026/094330.059456:ERROR:env.cc(258)] The platform failed to initialize. Exiting.

因为linux系统无界面,所以在chrome展示的时候,找不到Display设备。

修改启动脚本:

1
2
3
4
5
6
7
8
9
10
11
12
#查看命令
whereis google-chrome
输出:
google-chrome: /usr/bin/google-chrome /usr/share/man/man1/google-chrome.1.gz



#修改/usr/bin/google-chrome,应该在最后一行
vim /usr/bin/google-chrome

将 exec -a "$0" "$HERE/chrome" "$@" 改为:
exec -a "$0" "$HERE/chrome" "$@" --user-data-dir --no-sandbox

尝试访问baidu:

1
2
google-chrome --headless --disable-gpu --dump-dom --no-sandbox https://www.baidu.com

ok.

好了,记录到这里,持续更新中。

记录问题也是一种修行。

修行


书山有路勤为径,学海无涯苦作舟。

欢迎关注微信公众号:【乐知付加密平台】,您的网络资源可变现
乐知付加密平台

一起学习,一起进步。

-------------本文结束感谢您的阅读-------------