Online Tools
More online tools
Get Public IP
↪ curl ifconfig.me
219.68.222.111⏎
↪ curl ifconfig.me/ip
219.68.222.111⏎
curl ifconfig.co
curl checkip.amazonaws.com
curl icanhazip.com
curl ipecho.net/plain
curl -Ls myip.check.place
curl rate.sx
curl rate.sx/btc
curl rate.sx/btc@3d # for last 3 days
curl rate.sx/1btc # convert 1 BTC to ?? USD
curl rate.sx/:help
curl wttr.in
curl wttr.in/TaoYuan
curl wttr.in/:help
curl qrenco.de
curl qrenco.de/www.yutube.com
curl qrenco.de/:help
printf "$@" | curl -F-=\<- qrenco.de
curl -F 'shorten=https://www.osslab.tw' https://0x0.st
Tinyurl.com: short URL from the terminal
echo https://URL | xargs -r -I {} curl -s -d url={} -G https://tinyurl{.}com/create.php | \
awk '/indent/ {print substr($2,19,39)}' | sed '2!d' | sed 's/<.*//'
No Comments