> For the complete documentation index, see [llms.txt](https://paul-gleason.gitbook.io/sysadmin-wiki/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/sysadmin-wiki/sysadmin-wiki.md).

# Sysadmin Wiki

## Currently Under Construction!

Anything that says `Access Denied` or is `red` is currently private and is being worked on.

## Containerization

### Docker and Docker-Compose

{% content-ref url="/spaces/LTxC0kKnm5nFlrTw38xe" %}
[Docker and Docker-Compose](https://paul-gleason.gitbook.io/docker-and-docker-compose/)
{% endcontent-ref %}

### <mark style="color:red;">Kubernetes</mark>

{% content-ref url="/spaces/k2UiHnoKVMW7mD3plt0k" %}
[Broken mention](broken://spaces/k2UiHnoKVMW7mD3plt0k)
{% endcontent-ref %}

## Coding

## OS Based

### Linux <a href="#linux" id="linux"></a>

{% content-ref url="/spaces/6XZyyBSTx1qy1EX4HskU" %}
[Bash Scripting](https://paul-gleason.gitbook.io/bash/)
{% endcontent-ref %}

### <mark style="color:red;">Windows</mark>

{% content-ref url="/spaces/8juBd5ipUP887GQrrIae" %}
[Broken mention](broken://spaces/8juBd5ipUP887GQrrIae)
{% endcontent-ref %}

{% content-ref url="/spaces/d09tarwkne4HXg1U6Kni" %}
[Broken mention](broken://spaces/d09tarwkne4HXg1U6Kni)
{% endcontent-ref %}

## General

### <mark style="color:red;">Python</mark>

{% content-ref url="/spaces/jWQ4vriJ6TiadZl0Naws" %}
[Broken mention](broken://spaces/jWQ4vriJ6TiadZl0Naws)
{% endcontent-ref %}

### <mark style="color:red;">C++</mark>

{% content-ref url="/spaces/lrKdqTrTfgvKnIg0Wmrq" %}
[Broken mention](broken://spaces/lrKdqTrTfgvKnIg0Wmrq)
{% endcontent-ref %}

### Regular Expression

{% content-ref url="/spaces/KPktsqMdyniprtQ17BlO" %}
[Regular Expression](https://paul-gleason.gitbook.io/regular-expression/)
{% endcontent-ref %}

## Data Management

### Linux

{% content-ref url="/spaces/AThnrqustsWSnF5MJDBY" %}
[Linux Data Management](https://paul-gleason.gitbook.io/linux-data-management/)
{% endcontent-ref %}

## Data Bases

### <mark style="color:red;">MySQL</mark>

{% content-ref url="/spaces/WhvXJyXlVOVaNw1tk60L" %}
[Broken mention](broken://spaces/WhvXJyXlVOVaNw1tk60L)
{% endcontent-ref %}

## Networking

{% content-ref url="/spaces/mMKkaXtj5DXQbm2OR8kd" %}
[Networking](https://paul-gleason.gitbook.io/networking/)
{% endcontent-ref %}

{% content-ref url="/spaces/uD4vtKK2oQ2qWjsn9wDJ" %}
[Firewalld](https://paul-gleason.gitbook.io/firewalld/)
{% endcontent-ref %}

## OS Based Cheat Sheets

### <mark style="color:red;">Linux</mark>

{% content-ref url="/spaces/crlwEEujikqInjIdSCfv" %}
[Broken mention](broken://spaces/crlwEEujikqInjIdSCfv)
{% endcontent-ref %}

### <mark style="color:red;">Windows Desktop/Server</mark>

{% content-ref url="/spaces/LfVsTQbAA7wSvw7g8YP7" %}
[Broken mention](broken://spaces/LfVsTQbAA7wSvw7g8YP7)
{% endcontent-ref %}

{% content-ref url="/spaces/paWFWBGB1gFumlk7HBHI" %}
[Broken mention](broken://spaces/paWFWBGB1gFumlk7HBHI)
{% endcontent-ref %}

### Cisco IOS

{% content-ref url="/spaces/cYDZrz0oE0BKGgsL9F63" %}
[Cisco IOS Cheat Sheet](https://paul-gleason.gitbook.io/cisco-ios-cheat-sheet/)
{% endcontent-ref %}

## Web Servers

### Nginx

{% content-ref url="/spaces/yFkUlcrak2arOpez7oFN" %}
[Nginx](https://paul-gleason.gitbook.io/nginx/)
{% 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/sysadmin-wiki/sysadmin-wiki.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.
