# Ubuntu

> Ubuntu is the modern, open source operating system on Linux for the enterprise server, desktop, cloud, and IoT.

Ubuntu is a Linux distribution based on Debian and composed mostly of free and open-source software. Ubuntu is officially released in three editions: Desktop, Server, and Core for Internet of things devices and robots.

[**Official Documentation**](https://help.ubuntu.com/)

## TIL(s)

* [Get Clipboard History](/linux/ubuntu/get-clipboard-history.md)
* [Install HMAC256 On Ubuntu](/linux/ubuntu/install-hmac256-on-ubuntu.md)
* [Obtaining a List of Ubuntu Repository Mirror Servers](/linux/ubuntu/obtaining-a-list-of-ubuntu-repository-mirror-servers.md)


---

# 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://til.devjugal.com/linux/ubuntu.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.
