> For the complete documentation index, see [llms.txt](https://wiki.u1host.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.u1host.com/technical-docs.md).

# ТЕХНИЧЕСКАЯ ДОКУМЕНТАЦИЯ

- [.NET Framework 3.5: Установка в Windows 10](https://wiki.u1host.com/technical-docs/net-framework-windows.md)
- [Usermod в Linux: Управление пользователями](https://wiki.u1host.com/technical-docs/usermod-command-guide.md): Подробное руководство по использованию команды usermod в Linux для управления пользовательскими учетными записями, включая изменение имени пользователя, домашнего каталога и групповых настроек.
- [Команда cp в Linux: Копирование файлов и каталогов](https://wiki.u1host.com/technical-docs/cp-command-tutorial.md): Полное руководство по использованию команды cp (copy) в Linux: от базовых операций копирования до продвинутых техник с сохранением атрибутов и рекурсивным копированием.
- [Команда nc в Linux: Использование для сетевых соединений](https://wiki.u1host.com/technical-docs/nc-command-guide.md): Полное руководство по использованию netcat (nc) – универсального сетевого инструмента для Linux.
- [IOPS в Linux: Тестирование и оптимизация дисковой производительности](https://wiki.u1host.com/technical-docs/iops-performance-test.md): Этот материал поможет разобраться в том, что такое IOPS, почему этот показатель важен и как он влияет на производительность вашего сервера в U1Host.
- [UnixBench на Linux: тестирование производительности сервера](https://wiki.u1host.com/technical-docs/unixbench-guide.md): Это руководство поможет вам провести комплексное тестирование производительности вашего сервера с помощью UnixBench
- [Протоколы SMTP, POP3 и IMAP: полная инструкция](https://wiki.u1host.com/technical-docs/protokoly-smtp-pop3-i-imap-polnaya-instrukciya.md): Выбираете почтовый протокол для сервера? Сравниваем возможности и показываем настройку под разные задачи на VPS
- [Как разрешить скачивание файлов в Internet Explorer на Windows Server](https://wiki.u1host.com/technical-docs/kak-razreshit-skachivanie-failov-v-internet-explorer-na-windows-server.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 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://wiki.u1host.com/technical-docs.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.
