Skip to content

Instantly share code, notes, and snippets.

@sursir
Created February 7, 2019 16:59
Show Gist options
  • Save sursir/1a2dcddbe3703078586ddcdb09cb9814 to your computer and use it in GitHub Desktop.
Save sursir/1a2dcddbe3703078586ddcdb09cb9814 to your computer and use it in GitHub Desktop.
install telnet
**注意:不能直接 `make install` 因为有其他工具**
**最好通过软连接的方式使用**
由于之前通过 brew 安装的 telnet 有中文输入乱码的问题,所以自己手动编译安装工具集
然后通过软链接的方式使用
```
10096 cd ~ && wget http://ftp.gnu.org/gnu/inetutils/inetutils-1.9.4.tar.gz
10098 tar xvzf inetutils-1.9.4.tar.gz
10099 cd inetutils-1.9.4
10102 ./configure
10103 make
```
测试安装是否成功
```
10106 ./telnet/telnet towel.blinkenlights.nl
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment