COMMAND_LINE(oh) LOCAL COMMAND_LINE(oh) command_line - tools and tips. NETWORK Local ip # ifconfig -a # ip add Public IP URLS https://icanhazip.com/ https://ipecho.io/plain https://ifconfig.co/ip https://ifconfig.me/ip Examples $ curl https://icanhazip.com/ $ curl https://ipecho.io/plain; echo $ wget -qO - ifconfig.co/ip $ lynx -dump ifconfig.me/ip; echo CURL Options -s | silent. -4 | use ipv4. -6 | use ipv6. -L | if URL has been moved, request the new location. -o | output file. --proxy | set proxy --proxy PROTOCOL://IP[:PORT] --socks5 | set socks5 proxy --socks5 IP[:PORT] SEE ALSO wget(oh) , lynx(oh) , tor(oh) - Archlinux manpages: curl(1) , ifconfig(8) , ip(8) AUTHORS ohazot(oh) | about(oh) | ohazot.com: https://ohazot.com linux , OpenBSD 7.8 | Created:2025-11-24|Updated:2025-11-24 COMMAND_LINE(oh)