Webpage

Pierre Marchand

Useful tools

Public codes

SSH tricks

In the case you are on a computer A (comp_A) and need to access a computer C (comp_C) through a gateway B (comp_B)

To ssh directly to comp_C :

$ ssh -X username_B@comp_B -t ssh -X username_C@comp_C

If you want to copy a file from comp_C directly to comp_A, from comp_A :

$ scp -Cp -o "ProxyCommand ssh username_B@comp_B nc comp_C 22" username_C@comp_C:/path/to/file .


Stellarium lab work

Exercises to do with Stellarium. Total duration of at least 3 hours for beginners.
Download here