功能飛剷更簡單,只是獲取外網ip。部分**針對curl 的ua進行處理。
滿足了一下自己的蒐集癖,蒐集了不少可以用來查詢外網ip的**和方法。
#國內某**的介面,只返回ip
curl ip.6655.
curl whatismyip.akamai.com
#更多用法訪問ifconfig.co
wge程式設計客棧t -qo - ifconfig.co
curl icanhazip.com
www.cppcns.comdig +short myip.opendns.com @resolver1.opendns.com
curl ident.me
curl v4.ident.me
curl v6.ident.me
#慢curl curlmyip.com
curl ifconfig.me
curl inet-ip.info
#返回ip和地區
#需要翻x牆,只返回ip
curl ip.appspot.com
#參考
#有人給了以下測試方法
wget
www.cppcns.comchmod a+x externalip-benchmark
./externalip-benchmark
本文標題: linux shell檢視當前外網ip
本文位址:
linux shell 檢視檔案內容
cat 檔名 引數 由第一行開始顯示檔案內容 引數 n 顯示時列印行號 b 顯示時僅列印非空白的行號 tac 檔名 從最後一行開始顯示 more 檔名 一頁一頁的顯示檔案內容 less 檔名 與 more 類似,但是比 more 更好的是,他可以往前翻頁 head n number 檔名 只看頭n行...
檢視當前分支
gi tbra nch會 列出所有 的分支,前是當 前分支例 如 de velo pv1.1.4ma ster wang yang wy然 後就可以 在當前分 支上新增 內容之後 提交啦 git add 表示修改的內容全部提交 git commit m wy分支 內是備註內容 切換回master主分...
linux shell 指令碼 獲取當前函式名
linux bash shell 中 funcname 得到當前函式名 得到上一層函式名 如果上層沒有函式呼叫 則為空 在c c 中,function 常量記錄當前函式的名稱。有時候,在日誌輸出的時候包含這些資訊是非常有用的。而在bash中,同樣有這樣乙個常量funcname,但是有一點區別是,它是...