如何在 Ubuntu18.04.1 中停止运行 uTorrent?

如何在 Ubuntu18.04.1 中停止运行 uTorrent?

按照本安装指南操作后: https://idroot.us/linux/install-utorrent-ubuntu-18-04-lts/

我很好奇是否有办法撤消

utserver -settingspath/opt/utorrent-server-alpha-v3_3/&

我还想在这里实现的是,当用户使用完 uTorrent 后,它应该不再运行,并且浏览器无法访问它(localhost:8080/gui 必须返回错误 404)。

答案1

您可以尝试以下操作:

sudo pkill utserver

相关内容