Get current public IP via command line curl and wget.
With curl:
curl icanhazip.com
curl ifconfig.me
With wget:
wget -qO- icanhazip.com
wget -qO- ifconfig.me/ip
wgetGet public IP AddressSubmitted by sandip on Mon, 08/27/2012 - 21:01Get current public IP via command line curl and wget. With curl: curl icanhazip.com With wget: wget -qO- icanhazip.com »
check webpage load time via wgetSubmitted by sandip on Tue, 02/22/2011 - 17:19Here is a simple one liner to check on download time of a webpage: (time wget -p --no-cache --delete-after www.linuxweblog.com -q ) 2>&1 | awk '/real/ {print $2}' »
|
User loginRecent blog posts
Who's onlineThere are currently 0 users and 5 guests online.
|