Today I learned: if the scp (utility for copying files over SSH) process was interrupted, you can resume the transfer of the file(s) with rsync!
Especially handy with low-bandwidth and unstable connection.
Experimenting with almost forgotten old good stuff can have its own perks!
@abcdw
Also instead of running 'wget foo' you can use 'aria2c foo', and if you get interrupted you can continue with 'aria2c -c foo'
#TIL #wget #aria2