| 🗨️ Have a question? Join Chat! | 🇯🇵 Learn Japanese | 📚 Resources | ❓ FAQ |
|---|
This guide provides updated instructions for pairing Bluetooth devices (such as keyboards or mice) in a dual-boot environment with Linux Ubuntu and Windows 10/11, incorporating community feedback and suggestions.
- Pair your Bluetooth device in Linux. This is crucial to ensure the LinkKey remains consistent.
- Note: Do not re-pair the device in Linux after completing the pairing in Windows.
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
| using System; | |
| using System.Collections.Generic; | |
| using System.Data; | |
| using System.Linq; | |
| using Dapper; | |
| using Newtonsoft.Json; | |
| using Npgsql; | |
| using NpgsqlTypes; | |
| namespace DataExtensions |
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
| on local and remote machine: | |
| go get github.com/pocke/lemonade (if you have Go installed, if not download lemonade binary from github) | |
| make sure $GOPATH/bin is in your path on both machines | |
| -- or move $GOPATH/bin/lemonade to a place already in your path like /usr/local/bin | |
| on your local machine add a script like this: | |
| cat ~/bin/remote |