Difference between revisions of "Setting up internet access"

From Raspberry Pi Min-Grant project
Jump to: navigation, search
(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>
  
<span style="font-size:medium;"></span>If you need to access the internet via a proxy as is the case in several universities we must follow the following steps&nbsp;
+
If you need to access the internet via a proxy as is the case in several universities we must follow the following steps&nbsp;
  
#
+
#In the directory <span style="font-family:courier new,courier,monospace;">/etc/apt/apt.conf.d/&nbsp;</span>&nbsp;create the file<span style="font-family:courier new,courier,monospace;">10proxy</span>
  
<span style="font-size:medium;"></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 

  1. In the directory /etc/apt/apt.conf.d/  create the file10proxy

cd /etc/apt/apt.conf.d/

sudo nano 10proxy