Using a RALF workstation » History » Version 2

ROQUE, Damien, 11/25/2014 12:57 AM

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