Using a RALF workstation » History » Version 4

Version 3 (ROQUE, Damien, 12/01/2014 04:28 PM) → Version 4/15 (ROQUE, Damien, 12/02/2014 02:41 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://host:port http_proxy=http://proxy.isae.fr:3128
export https_proxy=http://host:port https_proxy=http://proxy.isae.fr:3128
</pre>