Skip to content

Commit

Permalink
Merge pull request #28 from DryRun/gh-pages
Browse files Browse the repository at this point in the history
Bug fixes
  • Loading branch information
DryRun authored Oct 24, 2024
2 parents 404bb72 + 52b9294 commit bbe802b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion _episodes/01-CMSDASPreExercise-UnixBasics.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ keypoints:

---

If you have never used Unix before, please follow the lesson on the [HEP Software Foundation website](https://swcarpentry.github.io/shell-novice/03-create.html), through at least "3. Working With Files and Directories." The remainder of the pre-exercises takes place in Unix, so you will need to be familiar with the basics.
If you have never used Unix before, please follow the lesson on the [HEP Software Foundation website](https://swcarpentry.github.io/shell-novice/index.html), through at least "3. Working With Files and Directories." The remainder of the pre-exercises takes place in Unix, so you will need to be familiar with the basics.

> ## Question 1.1
> All CMSDAS@LPC2024 participants should submit answers to the questions in these exercises. Each lesson has it's own Google form. Head to [Google form 1][Set1_form]. The first question verifies that you have a working Unix environment. Copy-and-paste the following into your shell:
Expand Down
2 changes: 1 addition & 1 deletion _episodes/02-CMSDASPreExercise-CMSLPC.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ kinit <YourUsername>@FNAL.GOV
# kinit <YourUsername>@CERN.CH for lxplus users
```

Enter the [kerberos password][https://uscms.org/uscms_at_work/computing/getstarted/password_fermilab.shtml#passwordObtain] for your Fermilab account. You now have login access to cmslpc for 24 hours. If you get an error message, double-check that you [configure kerberos properly](https://uscms.org/uscms_at_work/physics/computing/getstarted/uaf.shtml), or head to Mattermost for help.
Enter the [kerberos password](https://uscms.org/uscms_at_work/computing/getstarted/password_fermilab.shtml#passwordObtain) for your Fermilab account. You now have login access to cmslpc for 24 hours. If you get an error message, double-check that you [configure kerberos properly](https://uscms.org/uscms_at_work/physics/computing/getstarted/uaf.shtml), or head to Mattermost for help.

Next, execute the following to login:

Expand Down
2 changes: 1 addition & 1 deletion _episodes/03-CMSDASPreExercise-ROOT-python.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ A quick way to setup ROOT is to use the [LCG (LHC Computing Grid) releases](http
All you have to do is execute the following script (once per login):

```shell
source /cvmfs/sft.cern.ch/lcg/views/LCG_104/x86_64-centos7-gcc12-opt/setup.sh
source /cvmfs/sft.cern.ch/lcg/views/LCG_106a/x86_64-el8-gcc11-opt/setup.sh
```
{: .source}

Expand Down

0 comments on commit bbe802b

Please sign in to comment.