memory-leaks

Still reachable: lots of words in many pages.
git clone https://git.kevinlegouguec.net/memory-leaks
Log | Files | Refs | README | LICENSE

commit 3330080deb04c00a8003a58327454e820a764d7f
parent ce7d269813c24b2fd2f859259c52be1e26f1965c
Author: Kévin Le Gouguec <kevin.legouguec@gmail.com>
Date:   Thu, 22 Aug 2024 18:49:52 +0200

Add note to allow mDNS on openSUSE

Since I don't expect [FS#4079] to be fixed anytime soon.

[FS#4079]: https://dev.freebox.fr/bugs/task/4079

Diffstat:
Mguides/setups/operating-systems/opensuse.org | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/guides/setups/operating-systems/opensuse.org b/guides/setups/operating-systems/opensuse.org @@ -77,6 +77,7 @@ To set this for TTYs: cf. [[./console.org]]. ** Open ports #+begin_src sh $ firewall-cmd --add-port=8000/tcp +$ firewall-cmd --add-service=mdns #+end_src To make permanent, either: - run the command with =--permanent=, and restart ~firewalld~ for