Using a RALF workstation » History » Version 3

Version 2 (ROQUE, Damien, 11/25/2014 12:57 AM) → Version 3/15 (ROQUE, Damien, 12/01/2014 04:28 PM)

h1. Using a RALF workstation

RALF stations are available at ISAE-Supaero



h2. Login, home and privileges

You must login using your ISAE-Supaero account.

h2. Setting up the proxy

In a GNU/Linux shell, the ISAE's proxy can be configured mainly through @http_proxy@ and @https_proxy@ environment variables.
<pre>
export http_proxy=http://proxy.isae.fr:3128
export https_proxy=http://proxy.isae.fr:3128
</pre>