# 2023-04 <br> HPC0: Introduction to Linux
Welcome to the hack pad for HPC0 course from Research Computing at the University of Leeds!
You can edit this document using [Markdown syntax](https://guides.github.com/features/mastering-markdown/).
## Contents
1. [Links to resource](#Links-to-resources)
2. [Further reading](#Further-reading)
3. [Agenda](#Agenda)
4. [Pre workshop prep](#Pre-workshop-prep)
4.1. [Windows Users](#For-Windows-Users)
4.2. [MacOS/Linux Users](#For-MacLinux-Users)
6. [What's your name and where do you come from?](#What’s-your-name-and-where-do-you-come-from)
## Links to resources
- **Contact Research Computing** - https://bit.ly/arc-help
- **Request HPC account** - https://leeds.service-now.com/it?id=sc_cat_item&sys_id=4c002dd70f235f00a82247ece1050ebc
- **Slides for today** - https://docs.google.com/presentation/d/1-iMN4PQ8gt2HEw5kERHDSY-OzcFK-Rrz/edit?rtpof=true
- **Exercises for today** - https://drive.google.com/file/d/1kBr8DLP0UAMH6gysKO7v1rQ-x1pcBQkb/view
## Further reading
Linux crib sheet that covers lots of idea from today and beyond - [Quick suggested crib sheet](https://www.loggly.com/wp-content/uploads/2015/05/Linux-Cheat-Sheet-Sponsored-By-Loggly.pdf)
## Agenda
| Time | Agenda |
| -------- | ------------------------------- |
| 0930 | Introduction, connecting to ARC |
| 1020 | Break |
| 1030 | Navigating the shell |
| 1120 | Break and Exercise 1 |
| 1130 | Data transformation in the shell|
| 1220 | Wrap up and questions |
| 1230 | Finish |
## Pre workshop prep
***If you haven’t already request an account for the HPC via this link - https://leeds.service-now.com/it?id=sc_cat_item&sys_id=4c002dd70f235f00a82247ece1050ebc***
For Windows users please consult our documentation page and video at https://arcdocs.leeds.ac.uk/getting_started/logon.html#connecting-from-windows
You are required to download the software tool MobaXTerm for this workshop.

1. Navigate using a web browser to https://mobaxterm.mobatek.net/
2. Select Download

3. Click Download Now for the Home Edition

4. Select MobaXTerm Home Edition v21.0 (Portable edition)

5. This opens a download prompt for a .zip file. Select Save File and click OK

6. Go to your Download folder and find the .zip file you have just downloaded

7. Click Extract in the Ribbon Bar and select Extract All

8. Using the Wizard window extract the folder at the suggested location

9. This should open the extracted folder immediately and allow you to double-click on the MobaXTerm_Personal_21.0 executable to start the application

**And you're all set for HPC0!🎉**
### For Mac/Linux Users:
**MacOS and Linux users do not need MobaXTerm** but can use your builtin Terminal application. You should follow the steps outlined in the bitesize video titled [“Connecting to ARC off-campus via Linux/MacOS”](https://arc.leeds.ac.uk/help/videos/) and read carefully the [documentation section](https://arcdocs.leeds.ac.uk/getting_started/logon.html#connecting-from-linux-macos-systems) on connecting from Linux and MacOS, especially the section about configuring SSH for off-campus connections.
Please attempt to read the documentation and watch the videos carefully and attempt the setup steps. If you have any problems don’t worry we will spend the start of the workshop making sure everyone is connected.
In order to connect to ARC when you're off campus you'll need to do some extra configuration so that your SSH connection goes via our `remote-access` server. The following steps outline how to setup this configuration:
1. Open a Terminal on your Linux/macOS machine
2. Create a directory called `.ssh` in your home directory (if one doesn't already exist)
```bash
$ mkdir ~/.ssh
```
3. Then open a text editor of your choice and create a file called `config` in your `.ssh` directory
```bash
# for instance use the simple nano text editor
$ nano ~/.ssh/config
```
4. Within this file include the following contents where `USERNAME` is replaced by your university username
```bash
Host *.leeds.ac.uk !remote-access.leeds.ac.uk
ProxyJump USERNAME@remote-access.leeds.ac.uk
User USERNAME
```
5. Save this file and your configuration is all set up!
## What's your name and where do you come from?
- Alex Coleman, research software engineer, loves Python, R, bash and Rust :crab:
- John Hodrien, research software engineer, long time Linux/Irix C/C++ OpenGL bod.
- Joseph McHale, PhD student looking at crystallisation process control using machine learning models
- Meisam Babaie, Lecturer in Automotive Enginering, Do some simulation works with different CFD software.
- Rachael Harkness, PhD student focusing on AI in medical diagnosis
- Daniel Lati - Client Services
- Kuldip Singh - Client services - new to Linux
- Mohsin Khan - IT, Client Services
- Saman Hashemi, PhD student, School of Geography, I am using numerical models.
- Resti Salmayenti, PhD student, School of Earth and Environment
- Olawale Ogundeji, Data Scientist Intern at Leed Institute for Data Analytics
- Alaa Alsaqer, PHD student, School of Computing.
- Leyuan Wu, School of Earth and Environment
- Antonello Perra Desktop support
- Yue Chen, PhD student, School of Earth and Environment
- Yu Liu, School of Earth and Environment
More information can be found at [immaculate grid](https://immaculategrid.io)