This commit is contained in:
julien 2025-01-09 22:53:26 +01:00
parent e1c3033283
commit d943cefb5a
4 changed files with 6 additions and 5 deletions

View File

@ -5,6 +5,8 @@
* [Installation](https://git.netig.net/netig/chimera-linux/src/branch/main/installation.md)
* [Tips and tricks](https://git.netig.net/netig/chimera-linux/src/branch/main/tips-and-tricks.md)
* [Containers](https://git.netig.net/netig/chimera-linux/src/branch/main/containers.md)
* [UFW configuration](https://git.netig.net/netig/chimera-linux/src/branch/main/)
* [HostUp VPS network configuration](https://git.netig.net/netig/chimera-linux/src/branch/main/)
## Project links

View File

@ -1,4 +1,4 @@
# HostUp network config
# HostUp VPS network configuration
In order to properly configure network on a HostUp VPS, some `dhcpcd` configuration is required, at the end of `/etc/dhcpcd.conf` add (replace `*` with your IPv4) :
```

View File

@ -1,15 +1,14 @@
# Tips and tricks
## Some software I use
## Some common software
From Chimera Linux repositories :
```
$ doas apk add firefox gimp libreoffice libreoffice-lang_fr zola
$ doas apk add firefox gimp libreoffice libreoffice-lang_<your-language>
```
From Flathub :
* Freecad
* VLC
* VSCodium

View File

@ -1,4 +1,4 @@
# UFW config
# UFW configuration
To enable UFW :
```