Random tip for file sharing on the same network. This #python command runs an http server listing the contents of the directory where you ran this command:

python3 -m http.server

@shapr Holy crap, super cool. I've used Python's simple HTTP server for quick website work, etc. but never thought to use it like this.