Skip to content

Instantly share code, notes, and snippets.

View MicrosoftWorks's full-sized avatar

CF. Ailiased as Epsilon1 MicrosoftWorks

  • Lucy-Pepper Enterprises
  • oooOOOOOOooooo! spoOOOOOoooky!
View GitHub Profile
@aidos-dev
aidos-dev / README.md
Last active February 25, 2026 22:48
How to connect Apple AirPods to Linux (Debian/Ubuntu/Mint)

How to connect Apple AirPods to Linux (Debian/Ubuntu/Mint)

Step 1.

Open your terminal.

In the root directory run the command:

sudo nano /etc/bluetooth/main.conf
@sergeyklay
sergeyklay / journalctl-cheatsheet.md
Last active February 16, 2026 17:48
Journalctl Cheat Sheet

Journalctl Cheat Sheet

Configuration

Permissions

To see messages from other users and the system as well as performing various log operations from a regular user add it to the group:

sudo usermod -aG systemd-journal $USER