# Operating Systems

- [Linux](https://www.techwithtyler.dev/operating-systems/linux.md): An overview of Linux
- [APT Package Manager](https://www.techwithtyler.dev/operating-systems/linux/apt-package-manager.md): Advanced Package Tool (APT)
- [CLI Tools Cheat Sheet](https://www.techwithtyler.dev/operating-systems/linux/cli-tools-cheat-sheet.md): A cheat sheet for useful Linux CLI tools
- [Man Pages](https://www.techwithtyler.dev/operating-systems/linux/man-pages.md): What are Linux Man Pages?
- [Services](https://www.techwithtyler.dev/operating-systems/linux/services.md): What is a Linux service?
- [Users and Groups](https://www.techwithtyler.dev/operating-systems/linux/users-and-groups.md): Understanding Linux users and groups.
- [macOS](https://www.techwithtyler.dev/operating-systems/macos.md)
- [Favorite Apps](https://www.techwithtyler.dev/operating-systems/macos/favorite-apps.md): Some favorite apps of mine
- [Terminal Customization](https://www.techwithtyler.dev/operating-systems/macos/terminal-customization.md): How to improve default terminal experience
- [TouchID for Sudo](https://www.techwithtyler.dev/operating-systems/macos/touchid-for-sudo.md): Enable TouchID when using Sudo


---

# Agent Instructions: 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:

```
GET https://www.techwithtyler.dev/operating-systems.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
