You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

In order to use the raspberry pi in the SLAC network these steps have to be taken:


Proxy configuration for Ubuntu:

Add this to: /etc/apt/apt.conf.d/proxy.conf:


Acquire {
HTTP::proxy "http://yum.slac.stanford.edu:3128";
HTTPS::proxy "http:yum.slac.stanford.edu:3128";
}

  • No labels