> For the complete documentation index, see [llms.txt](https://paul-gleason.gitbook.io/tech-journals/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://paul-gleason.gitbook.io/tech-journals/tech-journal-home.md).

# Tech Journal Home

## <mark style="color:red;">UPDATE SITE: (This site is now the updated website)</mark>

{% embed url="<https://quartz.paulgleason.dev>" %}

## Classes

### Senior

{% content-ref url="/spaces/g4BXXN6DhMLmwASC6sFj" %}
[SYS-360: Cloud Admin](https://paul-gleason.gitbook.io/champlain-college-classes/sys-360-cloud-admin/)
{% endcontent-ref %}

{% content-ref url="/spaces/udUwM47y6raELPOkg5Gi" %}
[FOR-100: Intro to DF](https://paul-gleason.gitbook.io/champlain-college-classes/for-100-intro-to-df/)
{% endcontent-ref %}

{% content-ref url="/spaces/wCXGslyd2ZF1jbJFU9rw" %}
[SEC-300: ELK Stack for Security Operations](https://paul-gleason.gitbook.io/sec-300-elk-stack-for-security-operations/)
{% endcontent-ref %}

{% content-ref url="/spaces/lwjwyZXx0WTx2lLKnGIY" %}
[SYS-350: Enterprise Virtualization](https://paul-gleason.gitbook.io/champlain-college-classes/)
{% endcontent-ref %}

{% content-ref url="/spaces/ONkWEMWluEABqm3rOYht" %}
[SEC-440: Systems Security](https://paul-gleason.gitbook.io/champlain-college-classes/sec-440-systems-security/)
{% endcontent-ref %}

### Junior

{% content-ref url="/spaces/XRfFXlnajFLDrEaLTRkL" %}
[SEC-480: Adv Topics in Cyber Security (DevOps)](https://paul-gleason.gitbook.io/sec-480-adv-topics-in-cyber-security-devops/)
{% endcontent-ref %}

{% content-ref url="/spaces/2AKOZN7QAJ7f0bP5MzKF" %}
[SEC-350: Enterprise and Network Security Controls](https://paul-gleason.gitbook.io/sec-350-enterprise-and-network-security-controls-1/)
{% endcontent-ref %}

{% content-ref url="/spaces/3Qsmtw2a8kQMt8K7P5qR" %}
[SEC-335: Eth. Hacking & Pen. Testing](https://paul-gleason.gitbook.io/sec-335-eth.-hacking-and-pen.-testing/)
{% endcontent-ref %}

{% content-ref url="/spaces/kZz3gnaYbTd4P6zvkQkn" %}
[SYS-300: Linux From Scratch](https://paul-gleason.gitbook.io/sys-300-linux-from-scratch/)
{% endcontent-ref %}

{% content-ref url="/spaces/GG1ypcCqcB1a4JSBwHti" %}
[NET-330: Network Design](https://paul-gleason.gitbook.io/net-330-network-design/)
{% endcontent-ref %}

### Sophomore

{% content-ref url="/spaces/NtWf54gTO8IS1VsOVHkm" %}
[SYS-265: System Admin. & Network Services II](https://paul-gleason.gitbook.io/sys-265-system-admin.-and-network-services-ii/)
{% endcontent-ref %}

{% content-ref url="/spaces/4CUvOd5FNN9Txlw6WQP9" %}
[SYS-255: System Admin & Network Services I](https://paul-gleason.gitbook.io/sys-255-system-admin-and-network-services-i/)
{% endcontent-ref %}

### Freshman

{% content-ref url="/spaces/ufvKiD5NMmq5b0nrbDCm" %}
[NET-150: Network Fundamentals](https://paul-gleason.gitbook.io/net-150-network-fundamentals/)
{% endcontent-ref %}

{% content-ref url="/spaces/CL4OBeDntX92WEOO8pyV" %}
[SYS-140: Systems Fundamentals](https://paul-gleason.gitbook.io/sys-140-systems-fundamentals/)
{% endcontent-ref %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://paul-gleason.gitbook.io/tech-journals/tech-journal-home.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
