有什么方法可以在终端中使用 tor(或在命令行中使用任何其他软件,如 tor)。我需要这个来更新我的 Ubuntu,因为我的网络不允许下载超过 20MB 的文件。因此,我必须使用tor-browser 一一下载大小超过20MB 的文件。
请让我知道任何其他方法来解决这个问题。
使用torify.
$ man torify
torify is a simple wrapper that attempts to find the best underlying Tor wrapper available on a system. It calls torsocks or tsocks with a tor specific configuration file.
Run Code Online (Sandbox Code Playgroud)
例如更新和升级您的软件包:
sudo torify apt-get update && sudo torify apt-get upgrade
Run Code Online (Sandbox Code Playgroud)