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
From 8113cd50461f05da52b66934237415dd303ec55c Mon Sep 17 00:00:00 2001 | |
From: Bingwu Zhang <[email protected]> | |
Date: Sat, 7 Dec 2024 23:01:26 +0800 | |
Subject: [PATCH 2/3] FROM AOSC: Use linux/aperture.c for removing conflicting | |
PCI devices on Linux 6.13.0-rc1+ | |
X-Developer-Signature: v=1; a=openpgp-sha256; l=6111; [email protected]; | |
h=from:subject; bh=hS408kVBp8zz0JO5do1a5Ut1vawCN67uYWAOfNTDy/w=; | |
b=owGbwMvMwCW2U4Ij7wZL9ETG02pJDOkhRf8j7mS/f32ZLdl9b2TWxCs3m5lyr+aoKs8zKJFn7 | |
/OcNSmho5SFQYyLQVZMkaXIsMGbVSedX3RZuSzMHFYmkCEMXJwCMBHD1YwMhyfeyKryPeXAv2pm | |
q5nasVPaO/YZnf4Q8X6PiPPvW3+PcDIy3HF1/3BpUxDXm5sWDPxPGJp/l2X9OHr21zPZv7ZrCmd |
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
wget -qO- https://build.opensuse.org/projects/home:linuxgemini:bird-latest-debian/public_key | sudo gpg --dearmor -o /etc/apt/keyrings/obs-home-linuxgemini-bird-latest-debian.gpg | |
su -c "echo \"deb [signed-by=/etc/apt/keyrings/obs-home-linuxgemini-bird-latest-debian.gpg] https://download.opensuse.org/repositories/home:/linuxgemini:/bird-latest-debian/Debian_Unstable/ ./\" > /etc/apt/sources.list.d/obs-home-linuxgemini-bird-latest-debian.list" | |
sudo apt update | |
sudo apt install bird2 |
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
/** | |
* JSON and JSONB support for github.com/JetBrains/Exposed. | |
* | |
* Tested with | |
* - github.com/pgjdbc/pgjdbc 42.2.x | |
* - github.com/mysql/mysql-connector-j | |
* - github.com/h2database/h2database | |
* | |
* Based on gist.github.com/qoomon/70bbbedc134fd2a149f1f2450667dc9d | |
* Thanks for everyone in github.com/JetBrains/Exposed#127 |
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
### How to Use | |
### 1. download this registry file and remove these comments | |
### 2. change D:\\msys64\\ to your MSYS installtation path | |
### 3. edit msys2.ini mingw64.ini mingw32.ini ucrt64.ini clang64.ini under your MSYS installtation path | |
### un-comment CHERE_INVOKING(edit line #CHERE_INVOKING=1 to CHERE_INVOKING=1) | |
Windows Registry Editor Version 5.00 | |
[HKEY_CLASSES_ROOT\Directory\Background\shell\openmsys] | |
@="打开 MSYS2" |