Setting up internet access
Setting up internet proxy
If you need to access the internet via a proxy as is the case in several universities we must follow the following steps
- In the directory /etc/apt/apt.conf.d/ create the file10proxy
cd /etc/apt/apt.conf.d/
sudo nano 10proxy
2. In this file add the line
Acquire::http::Proxy "http://username:password@proxy_address:port";
3. Save the file and exit- Type Ctrl-X and type Y when asked whether to save changes
4. In the terminal type