Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tools Networks Port #56

Open
junxnone opened this issue Mar 4, 2021 · 1 comment
Open

Tools Networks Port #56

junxnone opened this issue Mar 4, 2021 · 1 comment

Comments

@junxnone
Copy link
Owner

junxnone commented Mar 4, 2021

查看端口

lsof

UseCase Command
查看指定端口 lsof -i:1200
查看使用的端口 lsof -i

netstat

UseCase Command
查看指定端口 sudo netstat -anp|grep 6015

Reference

@junxnone
Copy link
Owner Author

Issues

tensorboard 绑定域名失败

  • 不能访问
tensorboard --logdir tflog --host xxxx_hostname --port 6015
  • 查看端口: 显示为 6015 绑定到了 127.0.0.1
$ sudo netstat -anp|grep 6015
tcp        0      0 127.0.0.1:6015      0.0.0.0:*               LISTEN      158527/python
  • 解决方案: 使用ip
tensorboard --logdir tflog --host ip --port 6015

@junxnone junxnone changed the title Linux - Port Linux Net Port Tools Sep 20, 2021
@junxnone junxnone changed the title Linux Net Port Tools Linux Network Port Tools Sep 20, 2021
@junxnone junxnone transferred this issue from junxnone/Linux_archive Sep 20, 2021
@junxnone junxnone changed the title Linux Network Port Tools Linux Networks Tools Dec 18, 2022
@junxnone junxnone changed the title Linux Networks Tools Linux Tools Network Dec 20, 2022
@junxnone junxnone transferred this issue from junxnone/techwiki Dec 20, 2022
@junxnone junxnone changed the title Linux Tools Network Netwroks Tools Dec 21, 2022
@junxnone junxnone changed the title Netwroks Tools Networks Tools Dec 21, 2022
@junxnone junxnone changed the title Networks Tools Tools Networks Port Dec 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant