doc
This commit is contained in:
parent
c4514f2d7c
commit
9ce2058678
@ -123,7 +123,7 @@ Other useful packages :
|
|||||||
|
|
||||||
Create a file that will be used for swap :
|
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.
|
Only the root user should be able to write and read the swap file.
|
||||||
|
@ -12,6 +12,13 @@ From Flathub :
|
|||||||
* VLC
|
* VLC
|
||||||
* VSCodium
|
* VSCodium
|
||||||
|
|
||||||
|
## QEMU guest agent for VMs
|
||||||
|
|
||||||
|
```
|
||||||
|
$ doas apk add qemu-guest-agent
|
||||||
|
$ doas dinitctl enable qemu-ga
|
||||||
|
```
|
||||||
|
|
||||||
## First-Time Git Setup
|
## First-Time Git Setup
|
||||||
|
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user