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 May 22, 2026 05:59
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 May 16, 2026 18:28
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