Skip to content

Commit ba121f2

Browse files
committedApr 5, 2023
community and past notes
1 parent e16bfc7 commit ba121f2

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed
 

‎notes/2023-03-30.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# How do I use a remote server more effectively?
22

3+
```{important}
4+
Since I've been sick, this is not fully filled in yet. Use a previous semester's equivalent sessions as a reference for more detail for now. Create a PR that inserts an explanation of a few steps for a community badge.
5+
6+
Previous notes:
7+
- [sp22 server](https://introcompsys.github.io/spring2022/notes/2022-03-08.html)
8+
- [sp22 ssh keys](https://introcompsys.github.io/spring2022/notes/2022-03-10.html)
9+
- [f22 server](https://introcompsys.github.io/fall2022/notes/2022-10-26.html)
10+
```
11+
312
```
413
ls
514
```

‎notes/2023-04-04.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# What Happens when we build code?
22

3+
4+
```{important}
5+
Since I've been sick, this is not fully filled in yet. Use a previous semester's equivalent sessions as a reference for more detail for now. Create a PR that inserts an explanation of a few steps for a community badge.
6+
- [f22 build](https://introcompsys.github.io/fall2022/notes/2022-10-31.html)
7+
```
8+
39
## Using SSH Keys
410

511
To use it we use he `-i` option and then the path to the private key file

0 commit comments

Comments
 (0)
Please sign in to comment.