This commit is contained in:
julien 2025-03-06 15:23:31 +01:00
parent c4514f2d7c
commit 9ce2058678
2 changed files with 8 additions and 1 deletions

View File

@ -123,7 +123,7 @@ Other useful packages :
Create a file that will be used for swap :
```
# fallocate -l 1G /swapfile
# fallocate -l 4G /swapfile
```
Only the root user should be able to write and read the swap file.

View File

@ -12,6 +12,13 @@ From Flathub :
* VLC
* VSCodium
## QEMU guest agent for VMs
```
$ doas apk add qemu-guest-agent
$ doas dinitctl enable qemu-ga
```
## First-Time Git Setup
```