diff --git a/README.md b/README.md index 827c7f0..ce4e804 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/hostup-network-config.md b/hostup-network-config.md index 0443a23..8b957d8 100644 --- a/hostup-network-config.md +++ b/hostup-network-config.md @@ -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) : ``` diff --git a/tips-and-tricks.md b/tips-and-tricks.md index c8c1762..5fae434 100644 --- a/tips-and-tricks.md +++ b/tips-and-tricks.md @@ -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_ ``` From Flathub : -* Freecad * VLC * VSCodium diff --git a/ufw-config.md b/ufw-config.md index 27720f4..a8eb8cc 100644 --- a/ufw-config.md +++ b/ufw-config.md @@ -1,4 +1,4 @@ -# UFW config +# UFW configuration To enable UFW : ```