linux下源码安装netcat

linux下源码安装netcat            

http://blog.chinaunix.net/uid-20783755-id-4211230.html

1,下载netcat源码,netcat-0.7.1-1374045102000.tar.gz

2,执行编译

./configure --prefix=/usr/local/nc

make && make install

3,配置环境

vi  ~/.bash_profile

增加以下内容:

NC=/usr/local/nc

PATH=$PATH:$NC/bin

export PATH

执行命令:

source  ~/.bash_profile

4,测试验证

nc –h


附netcat源码包.
netcat-0.zip

Linux 下流行的 telnet 实现有两个:

http://www.cnblogs.com/fengbohello/p/4933359.html

Linux 下流行的 telnet 实现有两个: GNU 的 inetutils 中的实现 哈佛的 netkit-telnet

1. http://ftp.gnu.org/gnu/inetutils/ 2. http://ftp.de.debian.org/debian/pool/main/n/netkit-telnet/netkit-telnet_0.17.orig.tar.gz

百度网盘:http://pan.baidu.com/s/1gdAqDUj

来源:http://zhidao.baidu.com/link?url=DsIUYxEJsXSxlHL9WWBim3G9zuCXnXo1832lkRiLR7EPM4rxW_T2hIsmhkcuAChmmJ7bc78kuTPVft3w0u_DLK

telnet服务器源码安装

http://blog.csdn.net/xiaoxiaozhu2010/article/details/18229591

Net-Telnet-3.03.tar.gz

http://download.csdn.net/download/hzt194/8420723

求linux下telnet客户端源码

https://zhidao.baidu.com/question/90750839.html

url:

https://sourceforge.net/projects/netcat/

http://download.csdn.net/detail/qq_33336155/9567824

https://sourceforge.net/projects/opentelnet/

原文地址:https://www.cnblogs.com/chulia20002001/p/7126473.html