|
41 | 41 |
|
42 | 42 | - 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. |
43 | 43 |
|
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> |
45 | 45 |
|
46 | 46 | !!! admonition "Cluster-specific approaches" |
47 | 47 |
|
|
59 | 59 | Verification code: |
60 | 60 | ``` |
61 | 61 | - 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`` |
65 | 65 |
|
66 | 66 | ## Important info |
67 | 67 |
|
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> |
70 | 70 |
|
71 | 71 | ## Preliminary schedule |
72 | 72 |
|
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 | | | |
88 | 88 |
|
89 | 89 | ## Preparations |
90 | 90 |
|
91 | 91 | In order to type along and do the exercises, please prepare your course environment now: |
92 | 92 |
|
93 | 93 | 1. Login to the system you are using (Tetralith, your own computer, other system) |
94 | 94 | 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`` |
96 | 96 | 3. Download the exercises with ``wget https://github.com/hpc2n/linux-command-line-101/raw/refs/heads/main/exercises.tar.gz`` |
97 | 97 | 4. Extract the exercises with ``tar zxvf exercises.tar.gz`` |
98 | 98 | 5. Enter the directory that was created: ``cd exercises`` |
0 commit comments