# Linux tutorials

## Tutorials

- [Home](https://tutorials.garnerpcsquad.com/readme.md)
- [How to configure a WebDAV server using rclone](https://tutorials.garnerpcsquad.com/readme/how-to-configure-a-webdav-server-using-rclone.md)
- [How to configure cron with debug logging](https://tutorials.garnerpcsquad.com/readme/how-to-configure-cron-with-debug-logging.md)
- [Configure Ubuntu 22.04 as a DNS server using ControlD](https://tutorials.garnerpcsquad.com/readme/configure-ubuntu-22.04-as-a-dns-server-using-controld.md)
- [How to create a user with a non-standard home directory](https://tutorials.garnerpcsquad.com/readme/how-to-create-a-user-with-a-non-standard-home-directory.md)
- [How to create a chroot sftp user with logging on a non-standard home directory](https://tutorials.garnerpcsquad.com/readme/how-to-create-a-chroot-sftp-user-with-logging-on-a-non-standard-home-directory.md)
- [How to configure the Duplicacy Web edition as a systemd service](https://tutorials.garnerpcsquad.com/readme/how-to-configure-the-duplicacy-web-edition-as-a-systemd-service.md)
- [How to use Duplicacy to backup to Storj cloud storage](https://tutorials.garnerpcsquad.com/readme/how-to-use-duplicacy-to-backup-to-storj-cloud-storage.md)
- [How to configure ErsatzTV as a systemd service](https://tutorials.garnerpcsquad.com/readme/how-to-configure-ersatztv-as-a-systemd-service.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://tutorials.garnerpcsquad.com/readme.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.
