apt-get proxy 设置

最近,因为要研究一个C语言编写的项目Aravis,不得不起用快半年不用的linux系统,而公司是通过一台proxy与外界联系的,但回到家里,又不用proxy;

proxy切换较频繁,网上的中文资料很多,但大多很片面,混淆自己的视听,所以写个博文记下,方便自己以后浏览。

设置方法有三种(一般上只需要其中一种就好,如果用第二种方法,第一种方法和第三种方法都不会起作用):

1.这是较常用的方法,修改/etc/apt/apt.conf,加入以下内容:

Acquire::http::Proxy "http://wilson_ke:password@10.0.0.1:63333";
Acquire::https::Proxy "http://wilson_ke:password@10.0.0.1:63333";
Acquire::ftp::Proxy "http://wilson_ke:password@10.0.0.1:63333";


2.修改/etc/bash.bashrc,加入以下内容:

export http_proxy=http://wilson_ke:password@10.0.0.1:63333
export https_proxy=http://wilson_ke:password@10.0.0.1:63333
export ftp_proxy=http://wilson_ke:password@10.0.0.1:63333


3.修改/etc/environment,加入以下内容:

http_proxy=http://wilson_ke:password@10.0.0.1:63333
https_proxy=http://wilson_ke:password@10.0.0.1:63333
ftp_proxy=http://wilson_ke:password@10.0.0.1:63333


4.修改~/.bashrc

http_proxy=http://wilson_ke:password@10.0.0.1:63333
https_proxy=http://wilson_ke:password@10.0.0.1:63333
ftp_proxy=http://wilson_ke:password@10.0.0.1:63333






评论 3
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值