Sunday, June 12, 2016

quick share code snippet

We often need to share the code snippet or some text file for review or comments, attaching to chat window or mail take time.

we can run netcat and expose the code on the web and do the quick correction,

$ cat poweroff.sh |nc   -l   0.0.0.0 8088

yes though it just stays for one instance, it saves time of getting on to another application,

the remote user can now use curl/links

No comments:

Post a Comment