Hacker News new | past | comments | ask | show | jobs | submit login

Being able to emulate a USB block device is really neat! Talk about easy way to copy files to another computer. :)



A quick (and less intrusive) way to copy files quickly is by setting 2 machines to manual IP addresses and connecting them directly with an Ethernet cable, then using SMB to copy files from one to the other

If not using SMB, and python installation can serve a directory over HTTP using `python -m http.server`


Or just netcat. Throw in tar if you copy a directory.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: