top | item 30721983

(no title)

MD87 | 4 years ago

So the "Terms of Service & Privacy" link doesn't work, and apparently it's a paid subscription service but you don't find that out until you've signed up and tried activating an API key?

I'm sure these are just oversights but it leaves a very bad taste in my mouth!

discuss

order

mikestew|4 years ago

I’ll save some clicking: $4/month. But, yeah, not idea what TOS or privacy policy is.

kps|4 years ago

    oh-heck "Bring up the network interface. Goddamit Linux where did ifconfig go? Why do you have to NIH everything?"

nvr219|4 years ago

I aliased ifconfig to this:

   echo "Local IPs: " 
   ifconfig | grep "inet " | grep -Fv 127.0.0.1 | awk '{print $2}'
   systemd-resolve --status | grep -A 2 Servers | sed 's/\ //g'
   ip route show
   curl --silent ipinfo.io | grep -E '\"ip|hostname|city' | sed 's/\"//g'

Hope this helps

411111111111111|4 years ago

Tbf, 'ip addr' is even easier to remember as far as I'm concerned

moltke|4 years ago

busybox still has a simplified ifconfig.

coreyog|4 years ago

It's not even that the "Terms of Service & Privacy" link doesn't work, it's that it's not even a link. It's a div that sorta behaves like a link. Shady af.