@@ -103,10 +103,10 @@ Using lxplus
103103 - lxplus is perfectly suitable for the exercises
104104 - it has all the needed compilers/tools
105105
106- ### Practically on lxplus8
106+ ### Practically on lxplus9
107107
108108``` bash
109- ` ssh lxplus8 .cern.ch`
109+ ` ssh lxplus9 .cern.ch`
110110export LD_LIBRARY_PATH=${LD_LIBRARY_PATH} :.
111111git clone https://github.com/hsf-training/cpluspluscourse.git
112112cd cpluspluscourse/code/hello
@@ -188,7 +188,7 @@ If that does not work, you can install a third-party ssh client for Windows.
188188We have good experience with https://www.putty.org/ .
189189
190190Open Windows Terminal, or PowerShell if you run an older version of Windows.
191- Use ` ssh lxplus8 .cern.ch ` to connect to lxplus.
191+ Use ` ssh lxplus9 .cern.ch ` to connect to lxplus.
192192Follow the [ lxplus guide] ( #using-lxplus ) from here.
193193
194194If you are having troubles with the terminal based environment,
@@ -244,5 +244,5 @@ More documentation on using WSL with Visual Studio Code can be found [here](http
244244Experimental (we have not tested this seriously):
245245You can also use VS Code to work on lxplus.
246246Run from the command palette (Ctrl + Shift + P), ` Remote-SSH Connect to host... ` .
247- Then enter ` <user>@lxplus8 .cern.ch ` , then your password.
247+ Then enter ` <user>@lxplus9 .cern.ch ` , then your password.
248248The first connection takes a while for VS Code to setup its server on lxplus.
0 commit comments