Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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";
}