Skip to content

Instantly share code, notes, and snippets.

@diegorodrigo90
diegorodrigo90 / garmin-express-wine.md
Last active May 8, 2024 07:32
Installing garmin express in linux with wine

First we start by creating a wineprefix and installing our prerequisites from terminal:

WINEARCH=win32 WINEPREFIX=/home/$USER/GarminExpress winetricks dotnet452 vcrun2010 corefonts
WINEARCH=win32 WINEPREFIX=/home/$USER/GarminExpress winetricks win7
@willyneutron
willyneutron / gist:0660f013af351cdf4540728e3848d8a9
Created September 7, 2020 18:05
Compile WSL2 kernel to compile modules
Getting the kernel code
-----------------------
Download the kernel you want from here:
https://github.com/microsoft/WSL2-Linux-Kernel/tags
```
cd /tmp
wget "https://github.com/microsoft/WSL2-Linux-Kernel/archive/4.19.104-microsoft-standard.tar.gz"
tar -xzvf 4.19.104-microsoft-standard.tar.gz
```
@MightyPork
MightyPork / usb_hid_keys.h
Last active July 16, 2024 15:47
USB HID Keyboard scan codes
/**
* USB HID Keyboard scan codes as per USB spec 1.11
* plus some additional codes
*
* Created by MightyPork, 2016
* Public domain
*
* Adapted from:
* https://source.android.com/devices/input/keyboard-devices.html
*/