Skip to content

Instantly share code, notes, and snippets.

View AP-XD's full-sized avatar
🎯
Focusing

☣️ Arka ☣️ AP-XD

🎯
Focusing
View GitHub Profile
@AP-XD
AP-XD / Speaker Guide.md
Created June 18, 2023 10:16
Guide to get speakers of Samsung Galaxy Book 3 series working in Linux

I am on OpenSUSE TumbleWeed and I had to follow these steps:

  • Install the sof-firmware, hda-verb package for the drivers

sudo zypper in sof-firmware hda-verb
  • Save this script provided by joshuagrisham in this issue in a location. This script need to be executed everytime during boot.
  • Create a CRON JOB to execute this script at every reboot.
@AP-XD
AP-XD / Guide.md
Created February 28, 2022 16:37
Guide for signing the module generated in acer nitro 5 RGB keyboard module

###Guide for signing the module generated in acer keyboard module

git clone https://github.com/JafarAkhondali/acer-helios-300-rgb-keyboard-linux-module
cd "acer-helios-300-rgb-keyboard-linux-module"
chmod +x ./*.sh
sudo ./install_service.sh

Now We need to sign the module

@AP-XD
AP-XD / WSL 2 GNOME Desktop.md
Created May 21, 2021 11:23 — forked from Ta180m/WSL 2 GNOME Desktop.md
Set up a GNOME desktop environment on WSL 2

WSL 2 GNOME Desktop

NOTE: If you want the ultimate Linux desktop experience, I highly recommend installing Linux as your main OS. I no longer use Windows (except in a VM) so I will not be maintaining this guide anymore.

Think Xfce looks dated? Want a conventional Ubuntu experience? This tutorial will guide you through installing Ubuntu's default desktop environment, GNOME.

GNOME is one of the more complex — and that means more difficult to run — desktop environments, so for years people couldn't figure [o