Skip to content

Instantly share code, notes, and snippets.

View herzane52's full-sized avatar
🇹🇷
🇹🇷 Kalpten İnananlar sonsuzadek yaşar derler, ama unutulunca herkes *lür.

Herzane herzane52

🇹🇷
🇹🇷 Kalpten İnananlar sonsuzadek yaşar derler, ama unutulunca herkes *lür.
View GitHub Profile
@Troplo
Troplo / office-install.sh
Last active June 24, 2025 08:21
Microsoft Office 365 & 2021 LTSC installation script for Wine on Arch Linux. Moved to https://github.com/Troplo/office-install.sh
#!/bin/bash
echo "Welcome to Troplo's Microsoft Office installation script for WINE (Arch Linux, yay required)"
echo ""
echo "Known issues:"
echo "- Broken Microsoft login (good thing!)"
echo "- Doesn't receive feature updates due to Windows 7 EoL."
echo "- OneNote, and Teams don't work."
echo "- Excel has a tendency to flicker when typing."
echo ""
@diffficult
diffficult / bluetoothdoubledipping.md
Last active July 28, 2025 10:06
Bluetooth Pairing one device on Dual Boot of Windows & Linux - Stop having to Pair Devices

Bluetooth Pairing one device on Dual Boot of Windows & Linux - Stop having to Pair Devices

You may have experienced when dual booting that you need to re-pair your bluetooth devices (ie., Headphones, mouse, keyboard, etc) this usually happens because you have already paired the device with another operating system using the same bluetooth adapter when dual booting (either Linux or Windows).

Some devices cannot handle multiple pairings associated with the same MAC address (ie., bluetooth adapter). As per suggested on the ArchWiki you can fix this by re-pairing the device each time, but there's actually another solution to not do so each time you choose to use your device on a different OS.

How can we accomplish this?

Easy, just pair the device on a OS and copy the bluetooth keys generated to the other OS so our device doesn't notice the difference.