OpenSUSE Tumbleweed
2
3
4
5
5. Asus Software:
sudo nano /etc/zypp/repos.d/asus-linux.repo[asus-linux]
name=asus-linux
baseurl=https://download.copr.fedorainfracloud.org/results/lukenukem/asus-linux/opensuse-tumbleweed-$basearch/
type=rpm-md
skip_if_unavailable=True
gpgcheck=1
gpgkey=https://download.copr.fedorainfracloud.org/results/lukenukem/asus-linux/pubkey.gpg
repo_gpgcheck=0
enabled=1
enabled_metadata=1sudo zypper in asusctl asusctl-rog-gui supergfxctl switcheroo-control systemctl enable switcheroo-control supergfxd --now5.1 GPU Switching:
supergfxctl --mode Hybrid5.2 Fix Hotkeys (Asus Only)
Commands:
5.3 Groups:
sudo su
usermod -a -G wheel,video yourusername6
7
7. Firewall:
sudo zypper in firewalld
sudo systemctl enable firewalld --nowsudo systemctl enable firewalldTo open/close a port or service, you can run the following command:
sudo firewall-cmd --zone=public --remove-port=<port>/<optional: protocol>sudo firewall-cmd --zone=public --remove-service=<service>sudo firewall-cmd --permanent --zone=public --remove-service=<service>sudo firewall-cmd --reloadLast updated






