Difference between revisions of "Setting up internet access"
Line 12: | Line 12: | ||
<code> Acquire::http::Proxy "[http://username:password@proxy_address:port http://username:password@proxy_address:port]";</code> | <code> Acquire::http::Proxy "[http://username:password@proxy_address:port http://username:password@proxy_address:port]";</code> | ||
+ | |||
+ | <code> At DeKUT we type</code> | ||
+ | |||
+ | <code> </code><span style="font-family: monospace;"> Acquire::http::Proxy "http://192.168.96.1:8080";</span><code> </code> | ||
+ | |||
+ | <code></code> | ||
+ | |||
+ | <code></code> | ||
3. Save the file and exit- Type Ctrl-X and type Y when asked whether to save changes | 3. Save the file and exit- Type Ctrl-X and type Y when asked whether to save changes | ||
− | 4. In the terminal type | + | 4. In the terminal type <span style="font-family:courier new,courier,monospace;">sudo apt-get update </span> |
+ | |||
+ | <span style="font-family:courier new,courier,monospace;"></span>You should now have access to the internet | ||
+ | |||
+ | <span style="font-family:courier new,courier,monospace;"></span> |
Revision as of 11:08, 29 April 2015
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";
At DeKUT we type
Acquire::http::Proxy "http://192.168.96.1:8080";
3. Save the file and exit- Type Ctrl-X and type Y when asked whether to save changes
4. In the terminal type sudo apt-get update
You should now have access to the internet