Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我试图捕捉我网站的流量
我打开了一台远程机器,登录到我的网站。
然后从我的 Windows 机器,打开的腻子实例登录到该远程机器
并在腻子下发出以下命令
sudo tcpdump -n -s 1500 -X src host mywebsite.com
请告诉我为什么它没有转储任何数据?
我很惊讶,因为相同的命令在 Ubuntu 桌面终端上运行,但在 GNU/Linux 中却没有??
主机需要单引号'host mywebsite'