Difference between revisions of "Setting up internet access"
(Created page with "<span style="font-size:medium;">Setting up internet proxy</span> <span style="font-size:medium;"></span>If you need to access the internet via a proxy as is the case in sever...") |
|||
Line 1: | Line 1: | ||
<span style="font-size:medium;">Setting up internet proxy</span> | <span style="font-size:medium;">Setting up internet proxy</span> | ||
− | + | 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 <span style="font-family:courier new,courier,monospace;">/etc/apt/apt.conf.d/ </span> create the file<span style="font-family:courier new,courier,monospace;">10proxy</span> |
− | < | + | <code> |
+ | cd /etc/apt/apt.conf.d/ | ||
+ | |||
+ | sudo nano 10proxy | ||
+ | </code> |
Revision as of 11:00, 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