nc在centos7上的安装和简单使用

下载

http://vault.centos.org/6.6/os/x86_64/Packages/nc-1.84-22.el6.x86_64.rpm

 
 

rpm -iUv nc-1.84-22.el6.x86_64.rpm

简单聊天工具
在192.168.2.34上: nc -l 1234
在192.168.2.33上: nc 192.168.2.34 1234
这样,双方就可以相互交流了。使用ctrl+C(或D)退出。

http://www.2cto.com/os/201306/220971.html

很多都没有看懂

posted @ 2017-06-10 21:17  牵牛花  阅读(6453)  评论(0编辑  收藏  举报