Tools

WGET auto resume script for dropping connection

LINK='https://software-download.microsoft.com/db/Win10_2004_Italian_x64.iso'
SLEEPTIME='120'

while true
do
 if wget -c ${LINK}; then
  echo 'Download complete.'
  break
 else
  sleep ${SLEEPTIME}
 fi
done
Santi Strati

Share
Published by
Santi Strati

Recent Posts

OPENWRT e DD-WRT – Alternativa open e free a Cisco IOS

OPENWRT e DD-WRT - Alternativa open e free a Cisco IOS Scarica il file PDF

3 anni ago

EasyList Italy + EasyList AdBlock

EasyList Italy+EasyList Add these following lines to adblock.sources.gz (located on /etc/adblock/): [code] "reg_it": { "url":…

4 anni ago

Voting Machine Smartmatic A4-210…

... come riconvertirlo ad uso didattico, ludico, ufficio o punto chiosco. Come molti di voi…

4 anni ago

Retropie es_input.cfg Logitech Wireless Gamepad F710 and Keyboard

[code light="true" language="xml"] <?xml version="1.0"?> <inputList> <inputConfig type="joystick" deviceName="Logitech Gamepad F710" deviceGUID="030000006d0400001fc2000005030000"> <input name="a" type="button"…

4 anni ago

Widget ATM Milano

Widget ATM Milano Eccovi un utile Widget per visualizzare il tempo di attesa per le…

6 anni ago