centos开代理下载,再也不用切换源。干翻wget pip yum clone等命令
Posted haoyiyang
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了centos开代理下载,再也不用切换源。干翻wget pip yum clone等命令相关的知识,希望对你有一定的参考价值。
首先你要有自己的代理端口 ss v二ray 之类。
- git上下载 proxychains
git clone https://github.com/rofl0r/proxychains-ng
- 编译安装
yum install gcc
cd proxychains-ng
./configure --prefix=/usr --sysconfdir=/etc
make & make install
make install-config
cd .. && rm -rf proxychains-ng
- 修改配置文件
vi /etc/proxychains.conf
dynamic_chain
chain_len = 1 #round_robin_chain和random_chain使用
proxy_dns
remote_dns_subnet 224
tcp_read_time_out 15000
tcp_connect_time_out 8000
[ProxyList]
socks5 127.0.0.1 1080
socks4 127.0.0.1 1081
http 127.0.0.1 3128
ProxyList里替换为自己的代理端口
-
测试
proxychains4 curl www.google.com
-
使用方法
proxychains4 程序 参数
proxychains4 yum install
-
起飞
以上是关于centos开代理下载,再也不用切换源。干翻wget pip yum clone等命令的主要内容,如果未能解决你的问题,请参考以下文章
牛掰!OpenJDK 居然要迁移到 GitHub,再也不用龟速下载了!