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
相关推荐
Linux运维技术栈12 分钟前
多系统 Node.js 环境自动化部署脚本:从 Ubuntu 到 CentOS,再到版本自由定制
linux·ubuntu·centos·node.js·自动化
bianshaopeng2 小时前
ubuntu go 环境变量配置
开发语言·ubuntu·golang
Fireworkitte14 小时前
Ubuntu、CentOS、AlmaLinux 9.5的 rc.local实现 开机启动
linux·ubuntu·centos
sword devil90015 小时前
ubuntu常见问题汇总
linux·ubuntu
我是哈哈hh2 天前
【MySQL】在UBuntu环境安装以及免密码登录入门
linux·数据库·mysql·ubuntu
clever1012 天前
在ubuntu系统上离线安装jenkins的做法
ubuntu·servlet·jenkins
Nie_Xun3 天前
ubuntu网络共享
linux·运维·ubuntu
wuicer4 天前
ubuntu 20.04 安装anaconda以及安装spyder
linux·运维·ubuntu
shuangrenlong4 天前
ubuntu更新chrome版本
linux·chrome·ubuntu
基于python的毕设4 天前
C语言栈的实现
linux·c语言·ubuntu