我怎样才能阻止Tor?我想对ubuntu中的每一个互联网使用Tor,但是互联网上的命令会导致这个问题。
在启动终端上,我看到了这样的消息:
Command '.torsocks' not found, did you mean:
command 'torsocks' from deb torsocks (2.3.0-2)
Try: sudo apt install
Tor mode activated. Every command will be torified for this shell.
Torsocks MUST be sourced for this command to work$ . torsocks on
Torsocks MUST be sourced for this command to work$ . torsocks on
Tor mode activated. Every command will be torified for this shell.我认为这个命令造成了这个问题:$ echo ". torsocks on" >> ~/.bashrc
操作系统: Ubuntu 20.04 LTS
发布于 2020-07-25 19:29:05
可以在Ubuntu上通过以下方式停止tor
sudo systemctl stop torhttps://askubuntu.com/questions/1262002
复制相似问题