linux|“球迷“在Linux纯命令行玩转谷歌浏览器,边看欧洲杯,边看足球宝贝

大家好,我是Lex 喜欢欺负超人那个Lex
擅长领域:python开发、网络安全渗透、Windows域控Exchange架构
今日重点:
1、Linux骚操作:纯命令行玩转GoogleChrome浏览器;
2、命令行查看足球宝贝的搜索截图
谷歌浏览器 Linux版
windows下的chrome浏览器,大家肯定都玩的666了吧。
今天,出一篇猎奇的文章
linux|“球迷“在Linux纯命令行玩转谷歌浏览器,边看欧洲杯,边看足球宝贝
文章图片

跟大家介绍一下,如何在Linux纯命令行
玩转谷歌Chrome浏览器,边看欧洲杯,边看足球宝贝
linux|“球迷“在Linux纯命令行玩转谷歌浏览器,边看欧洲杯,边看足球宝贝
文章图片

完成搜索、截图、访问网页等等功能

一、新建一个yum源
[root@harbor ~]# vim /etc/yum.repo.d/google-chrome.repo

二、修改为以下内容
[google-chrome] name=google-chrome baseurl=http://dl.google.com/linux/chrome/rpm/stable/x86_64 enabled=1 gpgcheck=1 gpgkey=https://dl.google.com/linux/linux_signing_key.pub

linux|“球迷“在Linux纯命令行玩转谷歌浏览器,边看欧洲杯,边看足球宝贝
文章图片

三、使用yum安装谷歌浏览器
[root@harbor ~]# yum -y install google-chrome-stable --nogpgcheck

linux|“球迷“在Linux纯命令行玩转谷歌浏览器,边看欧洲杯,边看足球宝贝
文章图片

四、查看谷歌浏览器版本
#查看Google浏览器版本信息 [root@harbor ~]# google-chrome -version Google Chrome 91.0.4472.106 [root@harbor ~]#

五、命令行玩谷歌浏览器
1、命令行使用百度搜索
#直接输入百度及搜索内容 #截屏百度 [root@harbor tmp]# google-chrome --no-sandbox --headless --disable-gpu --screenshot https://www.baidu.com/[0615/170830.274431:WARNING:headless_browser_main_parts.cc(106)] Cannot create Pref Service with no user data dir. [0615/170830.329462:ERROR:gpu_init.cc(440)] Passthrough is not supported, GL is swiftshader [0615/170831.542038:INFO:headless_shell.cc(648)] Written to file screenshot.png.

2、查看搜索结果图片 screenshot.jpg
#截屏百度 [root@harbor tmp]# google-chrome --no-sandbox --headless --disable-gpu --screenshot https://www.baidu.com/[0615/170830.274431:WARNING:headless_browser_main_parts.cc(106)] Cannot create Pref Service with no user data dir. [0615/170830.329462:ERROR:gpu_init.cc(440)] Passthrough is not supported, GL is swiftshader [0615/170831.542038:INFO:headless_shell.cc(648)] Written to file screenshot.png.

效果如下 ↓ ↓ ↓
linux|“球迷“在Linux纯命令行玩转谷歌浏览器,边看欧洲杯,边看足球宝贝
文章图片

4、命令行搜索欧洲杯足球宝贝
linux会在命令行搜索并保存 足球宝贝的搜索结果
#查看欧洲杯足球宝贝的搜索结果 [root@harbor tmp]# google-chrome --no-sandbox --headless --disable-gpu --screenshot https://www.baidu.com/s?wd=%E8%B6%B3%E7%90%83%E5%AE%9D%E8%B4%9D[0615/170830.274431:WARNING:headless_browser_main_parts.cc(106)] Cannot create Pref Service with no user data dir. [0615/170830.329462:ERROR:gpu_init.cc(440)] Passthrough is not supported, GL is swiftshader [0615/170831.542038:INFO:headless_shell.cc(648)] Written to file screenshot.png.

5、命令行打开欧洲杯图片如下:
linux|“球迷“在Linux纯命令行玩转谷歌浏览器,边看欧洲杯,边看足球宝贝
文章图片

六、百度搜索内容查看
1、搜索命令
[root@localhost tmp]# google-chrome-stable --no-sandbox --headless --disable-gpu --dump-dom https://www.baidu.com/

2、打开百度,打印搜索结果
我们搜索的内容,会以html格式的内容,打印处理。

3、效果如下
linux|“球迷“在Linux纯命令行玩转谷歌浏览器,边看欧洲杯,边看足球宝贝
文章图片

推荐阅读
python实战
【python实战】前女友婚礼,python破解婚礼现场的WIFI,把名称改成了
【python实战】前女友发来加密的 “520快乐.pdf“,我用python破解开之后,却发现
【python实战】昨晚,我用python帮隔壁小姐姐P证件照 自拍,然后发现...
【python实战】女友半夜加班发自拍 python男友用30行代码发现惊天秘密
【python实战】python你TM太皮了——区区30行代码就能记录键盘的一举一动
【python实战】女神相册密码忘记了,我只用Python写了20行代码~~~

pygame系列文章【订阅专栏,获取完整源码】
一起来学pygame吧 游戏开发30例(二)——塔防游戏
一起来学pygame吧 游戏开发30例(四)——俄罗斯方块小游戏

渗透测试实战专栏
Windows AD/Exchange管理专栏
Linux高性能服务器搭建
PowerShell自动化专栏

CSDN官方学习推荐 ↓ ↓ ↓
CSDN出的Python全栈知识图谱,太强了,推荐给大家!
linux|“球迷“在Linux纯命令行玩转谷歌浏览器,边看欧洲杯,边看足球宝贝
文章图片

【linux|“球迷“在Linux纯命令行玩转谷歌浏览器,边看欧洲杯,边看足球宝贝】

    推荐阅读