neat linux terminal trick of the day, to copy a large amount of files over the network:
$ tar cf - <files> | ssh -C user@host "cd /wherever; tar xvf -"
Computer Fairies is a Mastodon instance that aims to be as queer, friendly and furry as possible. We welcome all kinds of computer fairies!