145
edits
(→Ubuntu) |
|||
Line 10: | Line 10: | ||
=== Ubuntu === | === Ubuntu === | ||
To make sure | To make sure apt uses the above proxy server, you need to add a file to /etc/apt/apt.conf.d/ and put the details into it. Here's how you do it: | ||
~> cd /etc/apt/apt.conf.d | ~> cd /etc/apt/apt.conf.d | ||
Line 22: | Line 22: | ||
Where USERNAME and PASSWORD are your RedBrick username and password (not your VM ones). Hit Ctrl-x, then "y" to save the details. | Where USERNAME and PASSWORD are your RedBrick username and password (not your VM ones). Hit Ctrl-x, then "y" to save the details. | ||
To set your proxy system-wide, type: | |||
export HHTP_PROXY="http://proxy.vmsrv.redbrick.dcu.ie:3128"; | |||
And that's it. Simples. | And that's it. Simples. |
edits