Skip to content

Commit 26d9709

Browse files
authored
Merge pull request #44 from cmckee786/patching
chore: port over lac changes
2 parents 12dfae2 + c5e8bf4 commit 26d9709

File tree

4 files changed

+47
-9
lines changed

4 files changed

+47
-9
lines changed

src/SUMMARY.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# Summary
22

3-
- [Intro](./intro.md)
3+
- [Course Syllabus](./syllabus.md)
4+
- [Final Project Outline](./project.md)
5+
- [Table of Contents](./unitindex.md)
46
- [About ProLUG](./prolug.md)
5-
- [Final Project Outline](./project.md)
67
- [Unit 1](./u1intro.md)
78
- [Work Sheet](./u1ws.md)
89
- [Lab](./u1lab.md)

src/development.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Below is the current workflow that deploys the Git Page for the course:
2828

2929
<div style="text-align: center;">
3030

31-
<img src="./assets/images/workflow.png"></img>
31+
<img src="./assets/images/workflow.png" style="border-radius:2%"></img>
3232

3333
</div>
3434

@@ -60,7 +60,7 @@ environments if things go awry.
6060
<https://github.com/ProfessionalLinuxUsersGroup/psc/blob/main/src/assets/deploy/ansible-playbook.yml>
6161

6262
To use this playbook, your machine(s)/containers must be configured correctly for Ansible.
63-
If you don't know the requirements to administer and Ansible machine, documentation
63+
If you don't know the requirements to administer a machine via Ansible, documentation
6464
has been provided below.
6565

6666
<div class = warning>
@@ -79,7 +79,7 @@ Export and execute this script to your machine/container.
7979

8080
<div class=warning>
8181

82-
Dependencies can total over ~500MB compressed and 2GB unpackaged or more.
82+
Dependencies can total over ~500MB compressed and 1-2GB unpackaged or more.
8383

8484
Debian containers/machines will require building many of these packages from
8585
source or adding additional repositories as Debian has a far slower package
@@ -138,16 +138,19 @@ From there you should be able to see any changes you have made are reflected.
138138

139139
#### Or send commands over to a networked container or machine:
140140

141+
**Note:** To minimize complexity and given the nature of commands over SSH, these
142+
commands will need to utilize absolute paths.
143+
141144
```bash
142145
scp {working directory}/{targeted document} {TARGET_IP}:/root/psc/src/{targeted document}
143-
ssh {TARGET_IP} "cd ~/psc && ~/.cargo/bin/mdbook build -d /var/www/html && systemctl restart httpd"
146+
ssh {TARGET_IP} "cd /root/psc && ~/.cargo/bin/mdbook build -d /var/www/html && systemctl restart httpd"
144147
```
145148

146149
An example of the workflow after making changes:
147150

148151
```bash
149152
scp src/development.md 172.16.15.8:/root/psc/src/
150-
ssh 172.16.15.8 "cd ~/psc && ~/.cargo/bin/mdbook build -d /var/www/html && systemctl restart httpd"
153+
ssh 172.16.15.8 "cd /root/psc && ~/.cargo/bin/mdbook build -d /var/www/html && systemctl restart httpd"
151154
```
152155

153156
<img src="./assets/images/flow.png"></img>

src/intro.md renamed to src/syllabus.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,25 @@ of critical knowledge and skills that can be effectively applied in professional
6262

6363
## External resources
6464

65-
#### Course Calendar
65+
#### Class Schedule
6666

6767
<https://discord.com/events/611027490848374811/1353330418669326407>
6868

69+
Class will meet over weekend (Brown bag) sessions. 1 time per week, for 10 weeks. There will be a total of 10 sessions.
70+
71+
| Session | Topic |
72+
| :-----: | :------------------------------: |
73+
| 1 | Standards and Compliance |
74+
| 2 | Network Standards and Compliance |
75+
| 3 | |
76+
| 4 | |
77+
| 5 | |
78+
| 6 | |
79+
| 7 | |
80+
| 8 | |
81+
| 9 | |
82+
| 10 | |
83+
6984
#### Written Discussions
7085

7186
Are assigned as 'Discussion Posts' within each unit. Discussions generally take place
@@ -111,7 +126,7 @@ Minimal resources
111126

112127
#### Option #3 (ProLUG Remote Lab)
113128

114-
ProLUG Lab access to Rocky 9.5 instance.
129+
ProLUG Lab access to Rocky 9.4+ instance.
115130
Minimal resources can accomplish our tasks
116131

117132
- 1 CPU

src/unitindex.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<div class="flex-container" style="justify-content:center;">
2+
<img src="https://github.com/ProfessionalLinuxUsersGroup/img/blob/main/Assets/Logos/ProLUG_Round_Transparent_LOGO.png?raw=true" width="64" height="64"></img>
3+
<p>
4+
<h1>Table of Contents</h1>
5+
</p>
6+
</div>
7+
8+
| Unit | Topic |
9+
| :--: | :------------------------------------------------------------------------------------------------: |
10+
| 1 | [Standards and Compliance](https://professionallinuxusersgroup.github.io/psc/u1intro.html) |
11+
| 2 | [Network Standards and Compliance](https://professionallinuxusersgroup.github.io/psc/u2intro.html) |
12+
| 3 | [TBD](https://professionallinuxusersgroup.github.io/psc/u3intro.html) |
13+
| 4 | [TBD](https://professionallinuxusersgroup.github.io/psc/u4intro.html) |
14+
| 5 | [TBD](https://professionallinuxusersgroup.github.io/psc/u5intro.html) |
15+
| 6 | [TBD](https://professionallinuxusersgroup.github.io/psc/u6intro.html) |
16+
| 7 | [TBD](https://professionallinuxusersgroup.github.io/psc/u7intro.html) |
17+
| 8 | [TBD](https://professionallinuxusersgroup.github.io/psc/u8intro.html) |
18+
| 9 | [TBD](https://professionallinuxusersgroup.github.io/psc/u9intro.html) |
19+
| 10 | [TBD](https://professionallinuxusersgroup.github.io/psc/u10intro.html) |

0 commit comments

Comments
 (0)