切换导航
新动弹计划
搜索
文章
动弹
排行榜
登录
注册
×
搜索
文章
动弹
热门关键词
重读《掌控习惯》
ChatGPT
Docker
Laravel
读书
跑步
#daily tips#
#稍后阅读#
Falcon
2023-04-17 05:04
冒泡
#daily tips#
ubuntu 22.04安装tcping
并不在官方源里,无法直接使用apt安装
下载安装
$ sudo apt install tcptraceroute
$ sudo wget
http://www.vdberg.org/~richard/tcpping
-O /usr/bin/tcping
$ sudo chmod 755 /usr/bin/tcping
使用
$ tcping 127.0.0.1 22
参考:
https://neoctobers.readthedocs.io/en/latest/linux/tcpping_on_ubuntu.html
0
暂无评论