# Linux

- [SSH certificate authentication](https://en.itmatic101.com/linux/ssh-certificate-authentication.md)
- [SSH key authentication for LDAP login](https://en.itmatic101.com/linux/ssh-key-authentication-for-ldap-login.md)
- [Using GPG to encrypt/decrypt files or messages](https://en.itmatic101.com/linux/gpg.md): This post is showing how to use GPG key encryption on Linux environment.
- [Understanding SUID, SGID and Sticky Bit](https://en.itmatic101.com/linux/understanding-suid-sgid-and-sticky-bit.md)
- [Unleashing VIM](https://en.itmatic101.com/linux/unleashing-vim.md): This page is the how-to note on VIM as new tricks learned.


---

# 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://en.itmatic101.com/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.
