apt-get 设置代理 proxy 方法

方法一 :这是一种临时的手段,如果你仅仅是暂时需要通过http代理使用apt-get,你可以使用这种方法。
在使用 apt-get  之前,在终端中输入以下命令:
export  http  proxy=http://yourproxyaddress:proxyport
据说取消代理使用:export  http_proxy="" 不行的话试试  unset  http_proxy;

方法二 :
这种方法要用到 /etc/apt/ 文件夹下的 apt.conf 文件,如果你希望 apt-get
(而不是其他应用程序)一直使用 http 代理,可以使用这种方法。
在某些情况下,系统安装过程中没有建立 apt 配置文件,可以自己新建一个。

sudo  vim  /etc/apt/apt.conf  在你的 apt.conf 文件中加入下面这行:

Acquire::http::Proxy "http://yourproxyaddress:proxyport"; 保存
apt.conf 文件。

方法三:
这种方法会在您的主目录下的 .bashrc 文件中添加两行。如果你希望 apt-get  和其他应用程序如 wget
等都使用这种方式。

vim  ~/.bashrc 在你的 .bashrc 文件末尾添加如下内容:
http_proxy=http://yourproxyaddress:proxyport
export  http_proxy 保存文件。关闭当前终端,然后打开另一个终端。
使用apt-get  update  或者任何你想用的网络工具测试代理。可以使用 firestarter
查看活动的网络连接。

如果你为了纠正错误而再次修改了配置文件,记得关闭终端并重新打开,否则新的设置不会生效。

在网上看到有人用下面方式取消代理后(可以重新在系统-首选项-网络代理-选中直接连接到Internet,然后确定,退出就可以了),而apt-get
还用原来的代理,因而无法更新安装软件,个人觉得可能是安装系统时设置的代理写入了apt.conf
配置文件,可以查看一下apt.conf
中的内容,如果里面有代理设置,就删除应该可以的,个人没有试过,只是猜测,呵呵~

还有一种方式取消代理:命令取消代理:unset http_proxy
就搞定了,不过需要每次开机都输入这个命令

ubuntu 下的宽带拨号:

在终端执行命令:  sudo  pppoeconf
然后按照提示一步步 next 就行了,中途需要输入 adsl 用户名和密码。
设置完成后会提示你,是否启动系统时自动连接,选择是就可以以后每次登陆ubuntu 都会自动拨通上网了。

以后,要手工拨号,打开终端,输入命令:
sudo  pon  dsl-provider
手工断线: sudo  poff;
查看连接情况: plog  和 ifconfig  ppp0
ifconfig  ppp0 可查询本机的上网IP

--
刘林强 136-1133-1997
liulinqiang@unipus.cn
北京外研在线教育科技有限公司
外语教学与研究出版社

proxy ubuntu proxy--http://jingyan.baidu.com/article/8cdccae9913470315513cd70.html的更多相关文章

  1. http://jingyan.baidu.com/article/2009576193ee38cb0721b416.html

    http://jingyan.baidu.com/article/2009576193ee38cb0721b416.html

  2. http://jingyan.baidu.com/article/d169e186aa8728436611d8f3.html

    http://jingyan.baidu.com/article/d169e186aa8728436611d8f3.html

  3. http://jingyan.baidu.com/article/db55b609aac41e4ba30a2f86.html

    http://jingyan.baidu.com/article/db55b609aac41e4ba30a2f86.html

  4. http://jingyan.baidu.com/article/636f38bb3eb78ad6b8461082.html

    http://jingyan.baidu.com/article/636f38bb3eb78ad6b8461082.html

  5. http://jingyan.baidu.com/article/fcb5aff78e6a48edab4a7146.html

    http://jingyan.baidu.com/article/fcb5aff78e6a48edab4a7146.html

  6. http://jingyan.baidu.com/article/86112f13582848273797879b.html

    http://jingyan.baidu.com/article/86112f13582848273797879b.html

  7. http://jingyan.baidu.com/article/f3ad7d0ffc061a09c3345bf0.html

    http://jingyan.baidu.com/article/f3ad7d0ffc061a09c3345bf0.html

  8. http://jingyan.baidu.com/article/bad08e1ee14ae409c85121cf.html

    http://jingyan.baidu.com/article/bad08e1ee14ae409c85121cf.html

  9. http://jingyan.baidu.com/article/d169e186b38c37436611d8fa.html

    http://jingyan.baidu.com/article/d169e186b38c37436611d8fa.html

随机推荐

  1. fatal error: malformed or corrupted AST file: 'Unable to load module Darwin.pcm 问题解决

    xcode5 编译project.偶然碰到了以下的问题: fatal error: malformed or corrupted AST file: 'Unable to load module &q ...

  2. GOlang eclipse install

    http://golang.org/dl/ 下载golang https://codeload.github.com/GoClipse/goclipse/tar.gz/v0.8.1 解压 安装ecli ...

  3. 各大IT公司 技术博客汇总

    来自:http://www.cnblogs.com/IT-Bear/p/3191423.html 腾讯系列(13)  阿里系列(18)  百度系列(3)  搜狐系列(3)  新浪系列(2)  360系 ...

  4. Matlab中imread函数使用报错“不应为MATLAB 表达式”分析

    问题描述: 使用imread读取特定路径下的文件时,会提示出错! >> mytest错误: 文件:mytest.m 行:10 列:87不应为 MATLAB 表达式. 出错行: Images ...

  5. Mockito单元测试框架学习

    基本使用方法: http://zhongl.iteye.com/blog/296136 一.问题:如何将mock的类自动注入到待测类,特别是在没有setter方法的情况下. 解答: 前提:待测的ser ...

  6. SVN入门 TortoiseSVN 检出

    1. SVN检出(SVN Checkout) 检出项目文件. 新建或者进入目录下(比如qianduan1),右键 --> Svn 检出-->其中版本库URL我可以在SVN服务器获取到,将复 ...

  7. list中的比较

    一说到list的的确不知道写些什么.....我觉得别人总结的比我写的还要好很多. 我擅长记录自己的误区. |--List:元素是有序的(怎么存的就怎么取出来,顺序不会乱),元素可以重复(角标1上有个3 ...

  8. lower()

    lower() 用于把字符串中的大写字母转换成小写字母 In [1]: str = "Hello World" In [2]: str.lower() Out[2]: 'hello ...

  9. Python 使用正则表达式匹配电话号码

    一个电话号码,如果区号为3位,那么区号后面的数字为8位:如果区号为4位,那么区号后面的数字为7位 In [1]: import re In [2]: number = "020-232432 ...

  10. mac 获取idea&&datagrip激活码

    mac 版本的修改如下: 1). Command+Shift+G 2). /private/etc/ 3). 找到hosts文件,用文集编辑器打开 4). 输入0.0.0.0 account.jetb ...