I hereby claim:
- I am encounter on github.
- I am encounter (https://keybase.io/encounter) on keybase.
- I have a public key ASBCLXy8yrQFQ_JB_sqLQ-KgGQ1ZJ2oPz3jHyNb8cKkocwo
To claim this, I am signing this object:
This is configuration for the Xbox 360 Wireless Gaming Receiver to support hotplugging with xboxdrv. | |
By default, it enables 4 controllers and doesn't require the xpad module to be blacklisted. | |
File locations: | |
/usr/lib/systemd/system/xboxdrv.service | |
/etc/udev/rules.d/99-xboxdrv.rules | |
To activate: | |
sudo systemctl disable xboxdrv | |
sudo systemctl stop xboxdrv |
#!/bin/bash -e | |
if [ $UID -ne 0 ]; then | |
echo "Run as root." >&2 | |
exit 1 | |
fi | |
CENTVER=7 | |
OPENSSL_VERSION=1.0.2h | |
NGINX_VERSION=1.11.3-1 |
I hereby claim:
To claim this, I am signing this object:
diff --git a/src/boot/efi/boot.c b/src/boot/efi/boot.c | |
index 1e990b382..c7471aaac 100644 | |
--- a/src/boot/efi/boot.c | |
+++ b/src/boot/efi/boot.c | |
@@ -492,6 +492,7 @@ static BOOLEAN menu_run(Config *config, ConfigEntry **chosen_entry, CHAR16 *load | |
BOOLEAN wait = FALSE; | |
graphics_mode(FALSE); | |
+ set_max_resolution(); | |
uefi_call_wrapper(ST->ConIn->Reset, 2, ST->ConIn, FALSE); |
# Maintainer: Alexey Pavlov <[email protected]> | |
#_variant=-openssl | |
_variant=-winssl | |
#_variant=-gnutls | |
if [ "${_variant}" = "-openssl" ]; then | |
_namesuff= | |
else | |
_namesuff="${_variant}" | |
fi |
brew install openssl | |
export PKG_CONFIG_PATH=/usr/local/opt/[email protected]/lib/pkgconfig | |
git clone https://github.com/encounter/libplist.git | |
cd libplist | |
./autogen.sh | |
make install | |
cd .. | |
git clone https://github.com/libimobiledevice/libusbmuxd.git |
// Icons available at https://mega.nz/#!vY5jXK7K!w290kvdCWZOvo2aDeth7tImkTPk5eOjfiwwHF8l8cEQ | |
{ | |
"CASING": { | |
"name": "Metal Plating", | |
"type": "product", | |
"subtitle": "Crafted Technology Component", | |
"description": "A lightweight metal product, heavily used in the manufacture of <TECHNOLOGY>starship parts<> and <TECHNOLOGY>deployable technology<>. A mainstay of the construction industries of all known primary species.\n\nCrafted from <EARTH>Ferrite Dust<>.", | |
"base_value": 800, | |
"category": "product_category_component", | |
"trade_category": "trade_category_none", |
meta: | |
id: mbin | |
file-extension: mbin | |
endian: le | |
encoding: utf-8 | |
seq: | |
- id: header | |
type: mbin_header | |
- id: table |