summaryrefslogtreecommitdiff
path: root/guides
diff options
context:
space:
mode:
Diffstat (limited to 'guides')
-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~.