linux之间的简单的聊天工具(一般用在局域网下)
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash

·
linux nc是一款功能相当强大的网络工具,被称为网络工具中的“瑞士军刀”。今天我们就是用他来进行简单的聊天。(不过这样做好像有点屈才了啊!!)
在192.168.1.1上: nc -l 1234
在192.168.1.110上: nc 192.168.1.1 1234
这样,双方就可以相互交流了。使用ctrl+C(或D)退出。
在后面等用的更多了nc的功能,再来补充文章了!
给出些参考:




A beautiful web dashboard for Linux
最近提交(Master分支:13 天前 )
186a802e
added ecosystem file for PM2 5 年前
5def40a3
Add host customization support for the NodeJS version 5 年前
更多推荐
所有评论(0)