From 3eb4d872f7157b67691fb5a98e2cf53f716c5457 Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Sat, 18 Jan 2025 19:00:03 +0100 Subject: Resume gratuitous shuffling --- guides/setups/operating-systems/opensuse.org | 29 ---------------------------- 1 file changed, 29 deletions(-) delete mode 100644 guides/setups/operating-systems/opensuse.org (limited to 'guides/setups/operating-systems/opensuse.org') diff --git a/guides/setups/operating-systems/opensuse.org b/guides/setups/operating-systems/opensuse.org deleted file mode 100644 index 5ea173c..0000000 --- a/guides/setups/operating-systems/opensuse.org +++ /dev/null @@ -1,29 +0,0 @@ -* Packages -… that took me more than one minute to find. -** spell-checking -- 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= -#+begin_example -$ lsblk --fs -[…] -nvme0n1 -└─nvme0n1p1 xfs […UUID…] -$ sudo $edit /etc/fstab -[… add: -UUID=[…UUID…] […$HOME…]/media xfs user,exec 0 0 -…] -$ mkdir ~/media -$ mount ~/media -#+end_example -- cgit v1.2.3