diff options
| author | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2021-03-17 16:45:53 +0100 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2021-03-17 16:45:53 +0100 |
| commit | 54d185518fca7ad98c6855c21f15732faea4cd71 (patch) | |
| tree | 9fffa549083f11b518ab3dc6d14ae3ac74985afc /guides/setups/operating-systems | |
| parent | df110855e6bf0e22907223e511454eff4a73f0a1 (diff) | |
| download | memory-leaks-54d185518fca7ad98c6855c21f15732faea4cd71.tar.xz | |
Add notes on openSUSE administration
Diffstat (limited to 'guides/setups/operating-systems')
| -rw-r--r-- | guides/setups/operating-systems/opensuse.org | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/guides/setups/operating-systems/opensuse.org b/guides/setups/operating-systems/opensuse.org new file mode 100644 index 0000000..c5979cb --- /dev/null +++ b/guides/setups/operating-systems/opensuse.org @@ -0,0 +1,15 @@ +* HOWTO +** Open ports +#+begin_src sh +$ firewall-cmd --add-port=8000/tcp +#+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~. +** Fix broken Nvidia drivers after upgrade +Reinstall Nvidia kernel module: +#+begin_src sh +$ sudo zypper in -f nvidia-gfxG05-kmp-default +#+end_src |
