wget --random-wait -r -p -e robots=off -U mozilla http://www.example.com
Vuoi mettere un avviso ad un certo orario?
echo "notify-send Preparati" | at 18:50
Traceroute e ping in un unico comando
mtr google.com
Scarica tutte le immagini da un sito
wget -r -l1 --no-parent -nH -nd -P/Downloads -A".gif,.jpg" http://example.com/images
Qual รจ il mio indirizzo IP esterno?
What is my ip?
[Read More]