Using a RALF workstation » History » Version 3

ROQUE, Damien, 12/01/2014 04:28 PM

1 1 ROQUE, Damien
h1. Using a RALF workstation
2 1 ROQUE, Damien
3 3 ROQUE, Damien
RALF stations are available at ISAE-Supaero
4 1 ROQUE, Damien
5 2 ROQUE, Damien
h2. Login, home and privileges
6 1 ROQUE, Damien
7 2 ROQUE, Damien
You must login using your ISAE-Supaero account.
8 1 ROQUE, Damien
9 2 ROQUE, Damien
10 1 ROQUE, Damien
h2. Setting up the proxy
11 1 ROQUE, Damien
12 2 ROQUE, Damien
In a GNU/Linux shell, the ISAE's proxy can be configured mainly through @http_proxy@ and @https_proxy@ environment variables.
13 2 ROQUE, Damien
<pre>
14 2 ROQUE, Damien
export http_proxy=http://proxy.isae.fr:3128
15 2 ROQUE, Damien
export https_proxy=http://proxy.isae.fr:3128
16 2 ROQUE, Damien
</pre>