假如你的linux沒有x11,沒有ff,最小安裝,沒有wget,沒有curl,等等工具,那又需要訪問網際網路怎麼辦呢
linux有一款自帶的文字網際網路瀏覽器:links,可以瀏覽簡單網頁,及測試網路埠連通性。
links --help
elinks 0.9.2 - text www browser
usage: elinks [option]... [url]
options:
-anonymous [0|1] restrict to anonymous mode
-auto-submit [0|1] autosubmit first form
-base-session clone session with given id
-confdir set config dir to given string
-conffile configuration file name
-default-mime-type mime type to assume for documents
-dump [0|1] write formatted version of given url to stdout
-dump-charset codepage to use with -dump
-dump-width width of document formatted with -dump
-eval evaluate given configuration option
-force-html assume the file is html
-?, -h, -help print usage help and exit
-long-help print detailed usage help and exit
-config-help print help for configuration options
-lookup look up specified host
-no-connect [0|1] run as separate instance
-no-home [0|1] don't use files in ~/.elinks
-session-ring connect to session ring with given id
-source [0|1] write the source of given url to stdout
-stdin [0|1] read document from stdin
-no-numbering [0|1] do not number links in dump output
-touch-files [0|1] touch files in ~/.elinks when running with -no-connect/-session-ring
-version print version information and exit
使用舉例:
linux下命令列瀏覽器curl相關問題解決方法
今天在做專案的時候需要使用corntab定時任務來執行curl命令操作,但是中途遇到了curl相關問題,特地來做一篇筆記 由於需要使用curl來訪問執行任務,特地做出來個介面來執行操作,但是其中出現了問題,任務沒有被執行。於是在命令列視窗中發現了問題,curl中的get引數好像傳遞不完全,只傳遞了乙...
CURL linux下的命令列瀏覽器應用
這樣乙個http表單,我們要用curl進行模擬,就該是這樣的語法 curl f upload localfile f nick go 羅羅嗦嗦講了這麼多,其實curl還有很多很多技巧和用法 比如 https的時候使用本地證書,就可以這樣 再比如,你還可以用curl通過dict協議去查字典 curl ...
Chrome瀏覽器命令列啟動引數
這個頁面列出了一些常用的命令列啟動引數以及對它們的簡要說明。說明中括號裡的內容為譯者注。為此頁 1 對於選項頁 chrome settings 或實驗頁 chrome flags 已明確給出可視選項的引數,本列表不再包含。更新更全的列表可以參考這裡 英文,約500條,每日更新 這些引數的使用方法見本...