Basispruefung

Basisjahr

  • You're not doomed if you have not done all series during the lecturing time (but try to do as many as possible)
  • Have at least a half day per week where you do nothing related to ETH

Basisprüfung

more ...

Jumphost

In case you want to make only a ssh connection to some server inside the ETH network you can use the following command:

ssh -t -J ETHZ-NAME@slab1.ethz.ch ETHZ-NAME@SERVER.ethz.ch

OR if you study at D-INFK:

ssh -t -J ETHZ-NAME@jumphost.inf.ethz.ch ETHZ-NAME@SERVER …
more ...

ETH VPN

I use openconnect to connect ot the ETH-VPN.

Connect by command

The command to connect is:

openconnect -u ETHZ-NAME@student-net.ethz.ch -g student-net sslvpn.ethz.ch

If you only need to connect to a ssh-server you can use a jumphost.

If you are using arch-linux you can install openconnect …

more ...

EULER

As an ETH student you have the possibility to use some cores (up to 48 cores) on EULER. You need to be inside the ETH network (i.e. connected to eduroam or eth OR inside the VPN)

Tools

  • I recommend to install htop for monitoring

more ...