other:x_conf
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revisionNext revisionBoth sides next revision | ||
other:x_conf [2022/08/05 11:00] – Improved jypeter | other:x_conf [2022/08/05 14:55] – [Testing] Added lots of information jypeter | ||
---|---|---|---|
Line 77: | Line 77: | ||
===== Testing ===== | ===== Testing ===== | ||
- | | + | The idea is to: |
- | * You should get something similar to the following if you are connected with '' | + | * Open a terminal and check that the '' |
+ | * Connect to the remote machine | ||
+ | | ||
+ | * Check that you can start an application using graphics (e.g. '' | ||
+ | |||
+ | ==== On a Linux computer ==== | ||
+ | |||
+ | Some basic commands in a terminal | ||
+ | |||
+ | < | ||
+ | name_of_your_local_machine | ||
+ | |||
+ | [Local] $ echo $DISPLAY | ||
+ | :0 | ||
+ | |||
+ | [Local] $ ssh -X some_login@some_remote_server | ||
+ | [some connection information skipped here] | ||
+ | |||
+ | [Remote] $ hostname | ||
+ | name_of_the_remote_server | ||
+ | |||
+ | [Remote] $ echo $DISPLAY | ||
+ | localhost: | ||
+ | |||
+ | [Remote] $ xterm</ | ||
+ | |||
+ | ==== On a Windows computer with only an X server installed ==== | ||
+ | |||
+ | Some basic commands in a '' | ||
+ | |||
+ | < | ||
+ | name_of_your_local_machine | ||
+ | |||
+ | PS C:\> $env: | ||
+ | PS C:\> $env: | ||
+ | PS C:\> $env: | ||
+ | localhost: | ||
+ | |||
+ | PS C:\> ssh -Y some_login@some_remote_server | ||
+ | Warning: No xauth data; using fake authentication data for X11 forwarding. | ||
+ | [some connection information skipped here] | ||
+ | |||
+ | [Remote] $ hostname | ||
+ | name_of_the_remote_server | ||
+ | |||
+ | [Remote] $ echo $DISPLAY | ||
+ | localhost: | ||
+ | |||
+ | [Remote] $ xterm</ | ||
+ | |||
+ | * Check the machine name, and check if the '' | ||
+ | * You should get something similar to the following if you are connected with '' | ||
+ | ciclad-ng.private.ipsl.fr | ||
+ | |||
+ | $ echo $DISPLAY | ||
localhost: | localhost: | ||
</ | </ |
other/x_conf.txt · Last modified: 2024/07/10 10:54 by jypeter