08 2024 档案

摘要:一、安装 sudo apt install proxychains4 二、配置 vim /etc/proxychains4.conf [ProxyList] # add proxy here ... # meanwile # defaults set to "tor" #socks4 127.0.0 阅读全文
posted @ 2024-08-23 09:59 EJW 阅读(468) 评论(0) 推荐(0) 编辑
摘要:一、添加环境变量 vim ~/.bashrc #添加这两行 export http_proxy="http://proxy.example.com:port" export https_proxy="http://proxy.example.com:port" #注意修改为你的代理配置,一般http 阅读全文
posted @ 2024-08-23 09:18 EJW 阅读(497) 评论(0) 推荐(0) 编辑
摘要:一、安装依赖 sudo apt update sudo apt install apt-transport-https ca-certificates curl gnupg-agent software-properties-common -y 二、配置源 curl -fsSL https://mi 阅读全文
posted @ 2024-08-22 17:13 EJW 阅读(149) 评论(0) 推荐(0) 编辑