Skip to content

Commit bd6344f

Browse files
Advertise lxplus9 instead of lxplus8
1 parent 0104b88 commit bd6344f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

code/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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`
110110
export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:.
111111
git clone https://github.com/hsf-training/cpluspluscourse.git
112112
cd cpluspluscourse/code/hello
@@ -188,7 +188,7 @@ If that does not work, you can install a third-party ssh client for Windows.
188188
We have good experience with https://www.putty.org/.
189189

190190
Open 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.
192192
Follow the [lxplus guide](#using-lxplus) from here.
193193

194194
If 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
244244
Experimental (we have not tested this seriously):
245245
You can also use VS Code to work on lxplus.
246246
Run 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.
248248
The first connection takes a while for VS Code to setup its server on lxplus.

0 commit comments

Comments
 (0)