Dicas diversas sobre TI, sistemas operacionais e networking
Add this lines in /etc/wgetrc file
use_proxy=yeshttp_proxy=http://<proxy>:<port>https_proxy=http://<proxy>:<port>
curl -s -o /dev/null -w "Conecction: %{time_connect}s | Start transfer: %{time_starttransfer}s | Total time: %{time_total}s\n" ...