良许Linux教程网 干货合集 如何在Linux系统上刷抖音

如何在Linux系统上刷抖音

自从抖音出了网页版

很多小伙伴,上班刷起来了

今天,写一篇教大家如何使用linux刷抖音

image-20230322214104238
image-20230322214104238

抖音入驻PC端之后,其实就是一个终端的网站页面

看看我们如何在Linux端,

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

一、首先增加一下新yum

vim /etc/yum.repo.d/google-chrome111.repo   

二、调整内容

[yum源名称] 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

image-20230322214108536
image-20230322214108536

三、yum安装goglechrome

#安装
[root@harxxx ~]# yum -y install google-chrome-stable --nogpgcheck
image-20230322214114066
image-20230322214114066

四、我们来看看是啥版本

#查看-版本-信息
[root@har ~]# google-chrome -version
Google Chrome 91.0.4472.106 
[root@har ~]

五、shell脚本玩转浏览器

1、shell使用浏览器

#直接输入百度及搜索内容
#截屏百度
[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、查询搜索结果

#截屏百度 [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.

效果如下 ↓ ↓ ↓

image-20230322214131332
image-20230322214131332

3、命令行搜索欧洲杯足球宝贝

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.

4、在命令行打开抖音直播页面 是这样的

image-20230322214137338
image-20230322214137338

六、linux上使用百度搜索

1、搜索命令

[root@localhost tmp]# google-chrome-stable --no-sandbox --headless --disable-gpu
--dump-dom https://www.baidu.com/

2、直接访问,看结果

image-20230322214153211
image-20230322214153211

以上就是良许教程网为各位朋友分享的Linu系统相关内容。想要了解更多Linux相关知识记得关注公众号“良许Linux”,或扫描下方二维码进行关注,更多干货等着你 !

137e00002230ad9f26e78-265x300
本文由 良许Linux教程网 发布,可自由转载、引用,但需署名作者且注明文章出处。如转载至微信公众号,请在文末添加作者公众号二维码。
良许

作者: 良许

良许,世界500强企业Linux开发工程师,公众号【良许Linux】的作者,全网拥有超30W粉丝。个人标签:创业者,CSDN学院讲师,副业达人,流量玩家,摄影爱好者。
上一篇
下一篇

发表评论

联系我们

联系我们

公众号:良许Linux

在线咨询: QQ交谈

邮箱: yychuyu@163.com

关注微信
微信扫一扫关注我们

微信扫一扫关注我们

关注微博
返回顶部