Using a RALF workstation » History » Version 5
ROQUE, Damien, 12/02/2014 02:57 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 | 5 | ROQUE, Damien | You must login using your ISAE-Supaero account. Once the access is granted by the LDAP server, a home directory is automatically created locally in subdirectories of @/home@. Notice that networks shares are not available through NFS due to delegated administration of the computers. However, it remains possible to use network shares through SAMBA (use for example Gigolo). |
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 | 4 | ROQUE, Damien | export http_proxy=http://host:port |
15 | 1 | ROQUE, Damien | export https_proxy=http://host:port |
16 | 5 | ROQUE, Damien | </pre> |
17 | 5 | ROQUE, Damien | The fields @host@ and @port@ are not released publicly, do not hesitate to ask to the professor in charge. |
18 | 5 | ROQUE, Damien | |
19 | 5 | ROQUE, Damien | In a Firefox web browser, go to "Edit -> Preferences -> Advanced -> Network -> Autodetect proxy". |
20 | 5 | ROQUE, Damien | |
21 | 5 | ROQUE, Damien | |
22 | 5 | ROQUE, Damien | h2. Getting privileges |
23 | 5 | ROQUE, Damien | |
24 | 5 | ROQUE, Damien | Users can obtain advanced permissions by belonging to appropriate groups: |
25 | 5 | ROQUE, Damien | * for realtime scheduling (in order to execute UHD), users should be member of @usrp@ group; |
26 | 5 | ROQUE, Damien | * for administrator rights (through sudo), users should be member of @sudo@ group. |
27 | 5 | ROQUE, Damien | |
28 | 5 | ROQUE, Damien | For the cases above, adding an user to a group can be performed thanks to the following instruction (as root): |
29 | 5 | ROQUE, Damien | <pre> |
30 | 5 | ROQUE, Damien | adduser <user> <group> |
31 | 2 | ROQUE, Damien | </pre> |