summaryrefslogtreecommitdiff
path: root/guides/sysadmin/opensuse.org
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2025-10-03 09:02:38 +0200
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2025-10-03 09:02:38 +0200
commit4c416127f6a188c320c0ff551d984162ffe9c460 (patch)
tree80f5c1888b619c17d7a28d8ac9edfebc2c0f9131 /guides/sysadmin/opensuse.org
parent887b15efa8c120129f94138e4ce5e8460f9db2fa (diff)
downloadmemory-leaks-4c416127f6a188c320c0ff551d984162ffe9c460.tar.xz
Hierarchize openSUSE HOWTOs
Diffstat (limited to 'guides/sysadmin/opensuse.org')
-rw-r--r--guides/sysadmin/opensuse.org24
1 files changed, 13 insertions, 11 deletions
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~.