Home
Categories
WIKI
Topic
User
LANGUAGE:
中文
English
Deepin中netcat(nc)命令连接不上服务器
Experiences and Insight
579
views ·
2
replies ·
To
floor
Go
mzlp
deepin
2019-11-11 07:40
Author
想问一下,deepin中nc命令连接不上服务器???
nc -lk 9999 可以正常执行
但是nc -v localhost 9999却无法执行
显示:
localhost [127.0.0.1] 9999 (?) : Connection refused
Reply
Like 0
Favorite
View the author
All Replies
rdlg
deepin
2019-11-11 18:04
#1
监听是 nc -l -p 9999
Reply
Like 0
View the author
mzlp
deepin
2019-11-11 20:17
#2
本帖最后由 mzlp 于 2019-11-11 12:19 编辑
https://bbs.deepin.org/post/184982
监听是 nc -l -p 9999
好的 已经能够使用了 谢谢啦
Reply
Like 0
View the author
Please
sign
in first
Featured Collection
Change
[Tutorial] deepin25 WSL Offline Installation Guide
UOS AI 2.8 Released! Three New Intelligent Agents & Major Evolution
Solid Q&A | deepin 25 Common Questions – The Immutable System Edition
New Thread
Popular Events
More
nc -lk 9999 可以正常执行
但是nc -v localhost 9999却无法执行
显示:
localhost [127.0.0.1] 9999 (?) : Connection refused