descarregar um website completo com o wget

$ wget \
--recursive \
--no-clobber \
--page-requisites \
--html-extension \
--convert-links \
--restrict-file-names=windows \
--domains website.org \
--no-parent \
www.website.org/tutorials/html/

This command downloads the Web site www.website.org/tutorials/html/.

The options are:

--recursive: download the entire Web site.

--domains website.org: don't follow links outside website.org.

wget myip

wget -qO- http://ipecho.net/plain ; echo
uci set wireless.@wifi-iface[1].disabled=1
uci set wireless.radio0.disabled=1
uci set network.wan.dns='37.235.1.174 208.67.220.220'
uci commit

Subscrever wget