This content has moved.
Please go to bagder/TRRprefs for the current incarnation of the docs, and please help us out polish and maintain this documentation!
| sed -i -e '/dependencies.googlePlayServicesAuth/,+41d' -e '/msgraphAuth/,+5d' ./data/build.gradle | |
| sed -i -e '/\/\/ needed for '\''com.microsoft.device.display'\'' required by '\''com.microsoft.graph:microsoft-graph'\''/,+12d' ./buildsystem/dependencies.gradle | |
| sed -i -e '/prebuild.gradle/d' -e '/msgraphAuth/,+5d' build.gradle | |
| /root/Cryptomator/domain/src/main/java/org/cryptomator/domain/usecases/DoLicenseCheck.java | |
| public LicenseCheck execute() throws BackendException { | |
| return new LicenseCheck() { | |
| public String mail() { | |
| return ""; |
| # Maintainer: mochaaP <aports@mochaa.ws> | |
| _flavor=xanmodedge | |
| pkgname=linux-${_flavor} | |
| # NOTE: this kernel is intended for testing | |
| # please resist urge to upgrade it blindly | |
| pkgver=5.17.3 | |
| case $pkgver in | |
| *.*.*) _kernver=${pkgver%.*};; | |
| *.*) _kernver=$pkgver;; |
| diff --git a/app/src/main/java/com/yubico/yubikitold/transport/usb/UsbDeviceManager.java b/app/src/main/java/com/yubico/yubikitold/transport/usb/UsbDeviceManager.java | |
| index 1e5ed82..060b32f 100644 | |
| --- a/app/src/main/java/com/yubico/yubikitold/transport/usb/UsbDeviceManager.java | |
| +++ b/app/src/main/java/com/yubico/yubikitold/transport/usb/UsbDeviceManager.java | |
| @@ -29,7 +29,7 @@ public final class UsbDeviceManager { | |
| private transient UsbDevicePredicate deviceFiler = new UsbDevicePredicate() { | |
| @Override | |
| public boolean test(UsbDevice usbDevice) { | |
| - return usbDevice.getVendorId() == 0x1050; | |
| + return usbDevice.getVendorId() == 0x1050 || usbDevice.getVendorId() == 0x20A0; |
| #!/usr/bin/python3 | |
| import asyncio | |
| import time | |
| import socket | |
| import argparse | |
| import aiohttp | |
| class MyConnector(aiohttp.TCPConnector): |
| (function (context, trackingId, options) { | |
| const history = context.history; | |
| const doc = document; | |
| const nav = navigator || {}; | |
| const storage = localStorage; | |
| const encode = encodeURIComponent; | |
| const pushState = history.pushState; | |
| const typeException = 'exception'; | |
| const generateId = () => Math.random().toString(36); | |
| const getId = () => { |
This content has moved.
Please go to bagder/TRRprefs for the current incarnation of the docs, and please help us out polish and maintain this documentation!
| diff --git a/target/linux/ramips/base-files/etc/board.d/01_leds b/target/linux/ramips/base-files/etc/board.d/01_leds | |
| index 37630cde66..f90ed13d12 100755 | |
| --- a/target/linux/ramips/base-files/etc/board.d/01_leds | |
| +++ b/target/linux/ramips/base-files/etc/board.d/01_leds | |
| @@ -205,6 +205,9 @@ hc5661a) | |
| ucidef_set_led_netdev "internet" "internet" "$boardname:blue:internet" "eth0.2" | |
| set_wifi_led "$boardname:blue:wlan2g" | |
| ;; | |
| +hc5611) | |
| + ucidef_set_led_default "system" "system" "$boardname:green:system" "1" |
| { | |
| "emojis": [ | |
| {"emoji": "π©βπ©βπ§βπ§", "name": "family: woman, woman, girl, girl", "shortname": ":woman_woman_girl_girl:", "unicode": "1F469 200D 1F469 200D 1F467 200D 1F467", "html": "👩‍👩‍👧‍👧", "category": "People & Body (family)", "order": ""}, | |
| {"emoji": "π©βπ©βπ§βπ¦", "name": "family: woman, woman, girl, boy", "shortname": ":woman_woman_girl_boy:", "unicode": "1F469 200D 1F469 200D 1F467 200D 1F466", "html": "👩‍👩‍👧‍👦", "category": "People & Body (family)", "order": ""}, | |
| {"emoji": "π©βπ©βπ¦βπ¦", "name": "family: woman, woman, boy, boy", "shortname": ":woman_woman_boy_boy:", "unicode": "1F469 200D 1F469 200D 1F466 200D 1F466", "html": "👩‍👩‍👦‍👦", "category": "People & Body (family)", "order": ""}, | |
| {"emoji": "π¨βπ©βπ§βπ§", "name": "family: man, woman, girl, girl", "shortname": ":man_woman_girl_girl:", "unicode": "1F468 200D 1F469 200D 1F467 200D 1F467", "html": "👨‍👩&z |
| #!/bin/bash | |
| export http_proxy=http://127.0.0.1:8080 | |
| export https_proxy=http://127.0.0.1:8080 | |
| export CC=clang | |
| export CXX=clang++ | |
| # git init | |
| git config --global user.name 'docker' |
| apt-get update && apt-get install build-essential automake autoconf libtool git clang -y && export CC=clang | |
| ver=2.16.3 | |
| wget --no-check-certificate https://tls.mbed.org/download/mbedtls-$ver-gpl.tgz | |
| tar zxf mbedtls-$ver-gpl.tgz | |
| cd mbedtls-$ver | |
| sed -i "s/DESTDIR=\/usr\/local/DESTDIR=\/projects\/dists\/mbedtls/g" Makefile | |
| LDFLAGS=-static WINDOWS_BUILD=1 make -j`nproc` install | |
| cd .. |