# Администрирование Linux

- [RDP подключение к Windows server с Ubuntu](https://docs.sclad.group/baza-znanii-skladtim/administrirovanie-linux/rdp-podklyuchenie-k-windows-server-s-ubuntu.md)
- [Отключение авторизации по паролю](https://docs.sclad.group/baza-znanii-skladtim/administrirovanie-linux/otklyuchenie-avtorizacii-po-parolyu.md): Если вы уже используете SSH-ключи, то вам однозначно стоит отключить возможность подключения к серверу через пароль.
- [Как подключиться по SSH и SFTP](https://docs.sclad.group/baza-znanii-skladtim/administrirovanie-linux/kak-podklyuchitsya-po-ssh-i-sftp.md): К серверам на основе ОС Linux подключение производится при помощи протоколов SSH/sFTP. Давайте разберем, как это можно сделать!
- [Мониторинг процессов и нагрузки](https://docs.sclad.group/baza-znanii-skladtim/administrirovanie-linux/monitoring-processov-i-nagruzki.md): Руководство по управлению процессами при помощи утилиты htop
- [Установка Apache2](https://docs.sclad.group/baza-znanii-skladtim/administrirovanie-linux/ustanovka-apache2.md): Apache является кроссплатформенным ПО сервера, поддерживающим Linux, BSD, Mac OS, Microsoft Windows, Novell NetWare, BeOS.
- [Установка Nginx](https://docs.sclad.group/baza-znanii-skladtim/administrirovanie-linux/ustanovka-nginx.md): Nginx - ПО веб-сервера для динамической обработки запросов пользователей, являющийся лидером своей ниши и использующийся крупнешйими IT компаниями ВКонтакте, Google, Facebook и другими.


---

# 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://docs.sclad.group/baza-znanii-skladtim/administrirovanie-linux.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.
