Tested on: CachyOS (Arch-based) · KDE Plasma 6.5 / 6.6 · Wayland · Steam (native pacman package)
Last updated: March 2026
Games confirmed working: World of Warcraft, Diablo IV, Diablo II: Resurrected, StarCraft Remastered, Hearthstone, Overwatch 2, Call of Duty
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [Unit] | |
| Description=Sound BlasterX G6 Audio Configuration | |
| After=graphical.target sound.target alsa-restore.service pulseaudio.service pipewire.service | |
| # Wait for everything to be fully ready | |
| After=multi-user.target network.target | |
| [Service] | |
| Type=oneshot | |
| ExecStartPre=/bin/sleep 10 | |
| ExecStart=/usr/local/bin/reset_sound_blaster_g6.sh |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| network_id="kube-private" | |
| subnet_id="kube-private-subnet" | |
| flavor="e2-standard-2" | |
| key_name="mykey" | |
| image_id="ubuntu-22.04-lts" | |
| security_group="kubernetes" | |
| volume_size="200" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| ##Turn on maintenance mode | |
| docker exec -it nextcloud occ maintenance:mode --on | |
| ##Backup current nextcloud install | |
| docker exec -it nextcloud mv /config/www/nextcloud /config/www/nextcloud-backup | |
| ##Grab newest nextcloud release and unpack it | |
| docker exec -it nextcloud wget https://download.nextcloud.com/server/releases/latest.tar.bz2 -P /config |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| curl -s https://raw.githubusercontent.com/sivel/speedtest-cli/master/speedtest.py | python - |