# Fejlesztés MacOS-en

Mac-en való fejlesztéshez először telepítsük az UTM nevű virtualizáló programot.

Ez után töltsük le az ubuntu szerver tetszőleges ARM verzióját (LTS ajánlott). Az UTM-ben állítsuk be a kívánt erőforrásokat. (200GB tárhely ajánlott)

Indítsuk el, telepítsük fel az ubuntu szervert. Miután feltelepült, távolítsuk el a telepítőlemezt, majd indítsuk újra a gépet. Ha szükségünk van grafikus felületre, akkor telepítsük az ubuntu-desktopot:

```
sudo apt update && sudo apt install ubuntu-desktop
```

Logikai kötet méretének növelése:

```
lvresize -L +50G --resize /dev/ubuntu-vg/ubuntu-lv
```


---

# 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://loginet.skriba.hu/projekt-beallitasa/fejlesztes-macos-en.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.
