This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| APT PROXY | |
| add following lines to /etc/apt/apt.conf.d/proxy | |
| Acquire::http::Proxy "http://username:[email protected]:10800/"; | |
| Acquire::https::Proxy "http://username:[email protected]:10800/"; | |
| SYSTEM-WIDE PROXY | |
| add followin lines in /etc/environment then $ source /etc/environment |