In the first part of this guide, we walked through the basics of netcat nc command, from basic UNIX sockets to TCP sockets, all the way writing an ...
For further actions, you may consider blocking this person and/or reporting abuse
Building a web server in bash you're insane 🐱.
Inspiring work
Nice tutorial - looks good. I rewrote one just recently originally thought about using
netcatbut opted forsocateasier plus no worries about different netcat flavors/options. Mine is a file server, using dd to stream binary so you can listen to music/watch videos. You can see it here, feel free to hack it up: github.com/BashBuddy/bashbuddy