apt-get proxy setting.

|

$ cd /etc/apt
$ sudo vi apt.conf


if apt.conf file not exist. create new file.

add below lines from vi editor then save.


Acquire::http::proxy "http://ipaddress:port/";


$ sudo apt-get update

$ sudo apt-get upgrade



'개발/활용정보 > Linux' 카테고리의 다른 글

ubuntu - flash plugin install  (0) 2014.12.04
ubuntu fire fox - Connection Untrusted  (0) 2014.12.04
untu 12.04에서 apache2 + tomcat7 mod_jk 연동처리  (0) 2013.10.25
git 사용법  (0) 2013.07.29
ubuntu 12.04 함글  (0) 2013.04.08
And