From 4c416127f6a188c320c0ff551d984162ffe9c460 Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Fri, 3 Oct 2025 09:02:38 +0200 Subject: Hierarchize openSUSE HOWTOs --- guides/sysadmin/opensuse.org | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) (limited to 'guides/sysadmin/opensuse.org') diff --git a/guides/sysadmin/opensuse.org b/guides/sysadmin/opensuse.org index 5ea173c..1dfeeaf 100644 --- a/guides/sysadmin/opensuse.org +++ b/guides/sysadmin/opensuse.org @@ -4,17 +4,8 @@ - hunspell - myspell-fr_FR * HOWTO -** 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 - immediate application, -- run the command /a second time/ with =--permanent=, -- run ~firewall-cmd --runtime-to-permanent~. -** Auto-mount second disk under =$HOME/media= +** Disks +*** Auto-mount second disk under =$HOME/media= #+begin_example $ lsblk --fs […] @@ -27,3 +18,14 @@ UUID=[…UUID…] […$HOME…]/media xfs user,exec 0 0 $ mkdir ~/media $ mount ~/media #+end_example +** Network +*** 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 + immediate application, +- run the command /a second time/ with =--permanent=, +- run ~firewall-cmd --runtime-to-permanent~. -- cgit v1.2.3