Quick network chat with 'netcat'
To create a "chat server" just:
nc -l 1337
Then at the client:
nc 192.168.2.100 1337
Just change the IP and PORT according to your scenario.
For more great stuff: http://mylinuxbook.com/linux-netcat-command/
Written by Osvaldo Zonetti
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Shell
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#