ubuntu18 安装使用免费tor海外代理

安装tor,中间询问,输入y

bash 复制代码
apt-get install tor

找到tor配置文件

bash 复制代码
find / -name torrc

打开配置文件,去掉ControlPort 9051这行前面的注释,保存退出

bash 复制代码
## The port on which Tor will listen for local connections from Tor
## controller applications, as documented in control-spec.txt.
#ControlPort 9051
## If you enable the controlport, be sure to enable one of these
## authentication methods, to prevent attackers from accessing it.

重启tor

bash 复制代码
systemctl restart tor
相关推荐
vvw&2 小时前
如何在 Ubuntu 22.04 上安装 Ansible 教程
linux·运维·服务器·ubuntu·开源·ansible·devops
gs801402 小时前
ubuntu下 如何将 NVIDIA 内核驱动 升级到特定版本 如550.127
ubuntu·gpu·nvidia
1LOVESJohnny2 小时前
Linux | scp指令基于WSL在Windows/Ubuntu系统间传输文件
linux·ubuntu·wsl·文件传输
vvw&3 小时前
如何在 Ubuntu 22.04 上安装 Graylog 开源日志管理平台
linux·运维·服务器·ubuntu·开源·github·graylog
o(╥﹏╥)3 小时前
在 Ubuntu 上安装 VS Code
linux·运维·vscode·ubuntu·vs
Joyner20185 小时前
【Linux】ubuntu通过远程命令行启动桌面应用
linux·服务器·ubuntu
Eric.Lee20215 小时前
ubuntu paddle ocr 部署bug问题解决
ubuntu·ocr·paddle
御风_216 小时前
Linux——字符设备驱动控制LED
linux·ubuntu·linux驱动
明 庭14 小时前
Ubuntu下通过Docker部署NGINX服务器
服务器·ubuntu·docker
猿小蔡-Cool14 小时前
ubuntu20.04安装imwheel实现鼠标滚轮调速
ubuntu