Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

For me, netcat. I mostly use it for

* Copying files across machines (`cat file| nc -l port` and `nc host port`)

* Remote pasteboard (on OSX w/ pbcopy, `while true; do nc -l port| pbcopy; done`)

Not a life changing, but I wish I know it earlier.

Only if there's a way to make "remote $EDITOR" with Netcat...



Consider applying for YC's Summer 2026 batch! Applications are open till May 4

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

Search: