今天浩道跟大家分享如何在Linux 系統上刷抖音,這是一種什么體驗的?一起來看看!
文章來源:https://blog.csdn.net/weixin_42350212/article/details/124368382
看看我們如何在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
三、yum安裝goglechrome
#安裝
[root@harxxx~]#yum-yinstallgoogle-chrome-stable--nogpgcheck
四、我們來看看是啥版本
#查看-版本-信息
[root@har~]#google-chrome-version
GoogleChrome91.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.274431headless_browser_main_parts.cc(106)] Cannot create Pref Service with no user data dir. [0615/170830.329462gpu_init.cc(440)] Passthrough is not supported, GL is swiftshader [0615/170831.542038headless_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.274431headless_browser_main_parts.cc(106)] Cannot create Pref Service with no user data dir. [0615/170830.329462gpu_init.cc(440)] Passthrough is not supported, GL is swiftshader [0615/170831.542038headless_shell.cc(648)] Written to file screenshot.png.
效果如下 ↓ ↓ ↓
3、命令行搜索歐洲杯足球寶貝
linux會在命令行搜索并保存 足球寶貝的搜索結果
#我們看看都搜到了什么
[root@harbortmp]#google-chrome--no-sandbox--headless--disable-gpu
--screenshothttps://www.baidu.com/s?wd=%E8%B6%B3%E7%90%83%E5%AE%9D%E8%B4%9D
[0615/170830.274431headless_browser_main_parts.cc(106)]CannotcreatePrefServicewithnouserdatadir.
[0615/170830.329462gpu_init.cc(440)]Passthroughisnotsupported,GLisswiftshader
[0615/170831.542038headless_shell.cc(648)]Writtentofilescreenshot.png.
4、在命令行打開抖音直播頁面 是這樣的
六、linux上使用百度搜索
1、搜索命令
[root@localhosttmp]#google-chrome-stable--no-sandbox--headless--disable-gpu
--dump-domhttps://www.baidu.com/
2、直接訪問,看結果
審核編輯 :李倩
-
Linux
+關注
關注
87文章
11293瀏覽量
209338 -
Shell
+關注
關注
1文章
365瀏覽量
23357
原文標題:Linux 系統上刷抖音是一種什么樣的體驗?
文章出處:【微信號:浩道linux,微信公眾號:浩道linux】歡迎添加關注!文章轉載請注明出處。
發布評論請先 登錄
相關推薦
評論