Skip to content

Commit b86bb74

Browse files
committed
Updating the schedule and the various info pages linked on the index page
1 parent 96f7256 commit b86bb74

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

docs/index.md

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141

4242
- This course will consist of lectures and type-alongs, as well as a few exercises where you get to try out what you have just learned.
4343

44-
- This is the third instance of this course, and it has been somewhat reworked based on previous participant input. We would be grateful if you will fill the evaluation survey so we can further improve the course: <a href="https://forms.office.com/e/0a97qf9A3t" target="_blank">https://forms.office.com/e/0a97qf9A3t</a>
44+
- This is the fourth instance of this course, and it has been somewhat reworked based on previous participant input. We would be grateful if you will fill the evaluation survey so we can further improve the course: <a href="https://forms.office.com/e/8UuxePqVci" target="_blank">https://forms.office.com/e/8UuxePqVci</a>
4545

4646
!!! admonition "Cluster-specific approaches"
4747

@@ -59,40 +59,40 @@
5959
Verification code:
6060
```
6161
- The verification code it asks about is a 2FA that you need to set. See here: <a href="https://www.nsc.liu.se/support/2fa/" target="_blank">https://www.nsc.liu.se/support/2fa/</a>.
62-
- You will probably not need it for the course, but the compute project ID is: naiss2024-22-1676
63-
- The project storage for the course project is in ``/proj/linux-intro/users/YOUR-USERNAME``
64-
- Example, for the user ``x_birbr``, this would be: ``/proj/linux-intro/users/x_birbr``
62+
- You will probably not need it for the course, but the compute project ID is: naiss2025-22-934
63+
- The project storage for the course project is in ``/proj/courses-fall-2025/users/YOUR-USERNAME``
64+
- Example, for the user ``x_birbr``, this would be: ``/proj/courses-fall-2025/users/x_birbr``
6565

6666
## Important info
6767

68-
- There is an "important info" page for this course, containing info on the course project, login info for Tetralith, etc. It can be found here: <a href="https://umeauniversity.sharepoint.com/:w:/s/HPC2N630/EVoQLj_qpDROmwcJiy-ZmBYBrsS4etjGAsJawMuGsgjAwQ?e=prrP8f" target="_blank">https://umeauniversity.sharepoint.com/:w:/s/HPC2N630/EVoQLj_qpDROmwcJiy-ZmBYBrsS4etjGAsJawMuGsgjAwQ?e=prrP8f</a>
69-
- There is a Q/A page for use during the lectures. Since the lectures are recorded, you may get recorded if you ask questions in the Zoom, but you can always write questions on the Q/A and get answers there. It also has the advantage that you can go back and look at the answers later. The Q/A page can be found here: <a href="https://umeauniversity.sharepoint.com/:w:/s/HPC2N630/EfQFzUvKVelJgDl213GEO9MBOU6Vx_aWRbbygwzkDzkt7w?e=M4H6fz" target="_blank">https://umeauniversity.sharepoint.com/:w:/s/HPC2N630/EfQFzUvKVelJgDl213GEO9MBOU6Vx_aWRbbygwzkDzkt7w?e=M4H6fz</a>
68+
- There is an "important info" page for this course, containing info on the course project, login info for Tetralith, etc. It can be found here: <a href="https://umeauniversity.sharepoint.com/:w:/s/HPC2N630/EdrR1siiThVNpuXKoSZXSeMBIZU71joLKZ-bf4sykjk0aA" target="_blank">https://umeauniversity.sharepoint.com/:w:/s/HPC2N630/EdrR1siiThVNpuXKoSZXSeMBIZU71joLKZ-bf4sykjk0aA</a>
69+
- There is a Q/A page for use during the lectures. Since the lectures are recorded, you may get recorded if you ask questions in the Zoom, but you can always write questions on the Q/A and get answers there. It also has the advantage that you can go back and look at the answers later. The Q/A page can be found here: <a href="https://umeauniversity.sharepoint.com/:w:/s/HPC2N630/EccgkyKcHzhFqMVCq50yyA8BqZUF5Bre8r1bw_koAU4dvw" target="_blank">https://umeauniversity.sharepoint.com/:w:/s/HPC2N630/EccgkyKcHzhFqMVCq50yyA8BqZUF5Bre8r1bw_koAU4dvw</a>
7070

7171
## Preliminary schedule
7272

73-
| Time | Topic | Activity |
74-
| ---- | ----- | -------- |
75-
| 9:00 | Welcome+Syllabus | |
76-
| 9:10 | Introduction to Linux, motivation | Lecture |
77-
| 9:25 | The command line (CLI) | Lecture+code along |
78-
| 9:40 | Navigating the File System | Lecture+code along+exercise |
79-
| 10:05 | Modifying the file tree | Lecture+code along+exercise |
80-
| 10:25 | BREAK | |
81-
| 10:40 | Editors | Lecture+code along |
82-
| 10:50 | Piping and filters | Lecture+code along+exercise |
83-
| 11:10 | Finding patterns | Lecture+code along+exercises |
84-
| 11:25 | Scripting | Lecture+code along |
85-
| 11:40 | Hints and tricks | Lecture+code along |
86-
| 11:55 | Summary | |
87-
| 12:00 | END | |
73+
| Time | Topic | Activity | Teacher |
74+
| ---- | ----- | -------- | ------- |
75+
| 9:00 | Welcome+Syllabus | | Birgitte |
76+
| 9:10 | What is Linux? <br>Why should you use it? | Lecture | Rebecca |
77+
| 9:25 | The command line (CLI) | Lecture+code along | Birgitte |
78+
| 9:35 | Navigating the File System | Lecture+code along+exercise | Birgitte |
79+
| 10:05 | Modifying the file tree | Lecture+code along+exercise | Rebecca |
80+
| 10:30 | BREAK | | |
81+
| 10:45 | Editors | Lecture+code along | Sahar |
82+
| 10:55 | Piping and filters | Lecture+code along+exercise | Sahar |
83+
| 11:15 | Finding patterns | Lecture+code along+exercises | Pedro |
84+
| 11:25 | Scripting | Lecture+code along | Pedro |
85+
| 11:40 | Hints and tricks | Lecture+code along | Joachim |
86+
| 11:50 | Summary | | Joachim |
87+
| 12:00 | END of course | | |
8888

8989
## Preparations
9090

9191
In order to type along and do the exercises, please prepare your course environment now:
9292

9393
1. Login to the system you are using (Tetralith, your own computer, other system)
9494
2. Create a directory to work in (``mkdir intro-linux``) and then switch to it (``cd intro-linux``)
95-
- **NOTE** If you are working on Tetralith, first switch to your working directory: ``cd /proj/linux-intro/users/YOUR-USERNAME``
95+
- **NOTE** If you are working on Tetralith, first switch to your working directory: ``cd /proj/courses-fall-2025/users/YOUR-USERNAME``
9696
3. Download the exercises with ``wget https://github.com/hpc2n/linux-command-line-101/raw/refs/heads/main/exercises.tar.gz``
9797
4. Extract the exercises with ``tar zxvf exercises.tar.gz``
9898
5. Enter the directory that was created: ``cd exercises``

0 commit comments

Comments
 (0)