Ubuntu 設定 apt-get 透過 proxy 更新
How to Configure apt-get behind proxy server for Ubuntu
$ sudo vi /etc/apt/apt.conf
Acquire::http::Proxy “http://xx.xx.xx.xx:3128”;
How to Configure apt-get behind proxy server for Ubuntu
$ sudo vi /etc/apt/apt.conf
Acquire::http::Proxy “http://xx.xx.xx.xx:3128”;