Linux中nc的安装 测试 nc -lk 9999
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash
免费下载资源
·
在Linux中有一个级强大的网络工具netcat,在默认情况下面都是没有安装的,现在介绍一下安装过程
其实安装很简单
只需输入命令:
[root@SZB-L0032015 ~]# yum install -y nc
在一个终端上 输入:
nc -lk 9999
socket closed解决办法(端口被占用)
进入DOS
1、netstat -ano 找到被占用的端口 PID;
2、tasklist(通过PID定位)找到占用端口的进程;
3、任务管理器 终止进程
GitHub 加速计划 / li / linux-dash
10.39 K
1.2 K
下载
A beautiful web dashboard for Linux
最近提交(Master分支:2 个月前 )
186a802e
added ecosystem file for PM2 4 年前
5def40a3
Add host customization support for the NodeJS version 4 年前
更多推荐
已为社区贡献1条内容
所有评论(0)