This file contains 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
; Key mappings for Sid Meier's Pirates! | |
; Useful for tenkeyless keyboards. | |
; Install to ~\Documents\My Games\Sid Meier's Pirates!\ | |
; | |
; Commands for ship battles | |
[Battle] | |
Pause_P = P | |
ChainShot_c = c ;Also Num7 | |
GrapeShot_g = g ;Also Num1 | |
RoundShot_r = r ;Also Num3 |
This file contains 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
// Disable bold. | |
term_.prefs_.set('enable-bold', false) | |
// Use this for Solarized Dark | |
term_.prefs_.set('background-color', "#002b36"); | |
term_.prefs_.set('foreground-color', "#839496"); | |
term_.prefs_.set('color-palette-overrides', [ | |
'#073642', | |
'#dc322f', |
This file contains 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
<?xml version="1.0" encoding="utf-8"?> | |
<service version="1"> | |
<short>steamlink</short> | |
<description>Server side to allow steam link in home streaming to be able to connect.</description> | |
<port protocol="udp" port="27031"/> | |
<port protocol="tcp" port="27036"/> | |
<port protocol="tcp" port="27031"/> | |
<port protocol="udp" port="27036"/> | |
<protocol value="tcp"/> | |
</service> |
This file contains 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
# Copyright (c) 2016 DisplayLink (UK) Ltd. | |
# File autogenerated by udev-installer.sh script | |
ACTION=="add", SUBSYSTEM=="usb", DRIVERS=="usb", ATTR{idVendor}=="17e9", IMPORT{builtin}="usb_id", ENV{DISPLAYLINK_DEVNAME}="$env{DEVNAME}", ENV{DISPLAYLINK_DEVICE_ID}="$env{ID_BUS}-$env{BUSNUM}-$env{DEVNUM}-$env{ID_SERIAL}", ENV{REMOVE_CMD}="/opt/displaylink/udev.sh $root $env{DISPLAYLINK_DEVICE_ID} $env{DISPLAYLINK_DEVNAME}" | |
ACTION=="add", SUBSYSTEM=="usb", DRIVERS=="usb", ATTRS{idVendor}=="17e9", ATTR{bInterfaceClass}=="ff", ATTR{bInterfaceProtocol}=="03", IMPORT{parent}="DISPLAYLINK*", RUN+="/opt/displaylink/udev.sh $root $env{DISPLAYLINK_DEVICE_ID} $env{DISPLAYLINK_DEVNAME}" |
This file contains 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
/** | |
* STEP 1: Setup | |
* - Open Chrome Secure Shell settings | |
* - Open JS Console (CTRL+SHIFT+J) | |
* - Copy and paste the following: | |
*/ | |
var s7d_colours = { | |
'base03': '#002b36', | |
'base02': '#073642', | |
'base01': '#586e75', |
This file contains 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
// Run in the JavaScript console of the hterm browser window | |
var colorPaletteOverides = [ | |
"#073642", /* 0: black */ | |
"#dc322f", /* 1: red */ | |
"#859900", /* 2: green */ | |
"#b58900", /* 3: yellow */ | |
"#268bd2", /* 4: blue */ | |
"#d33682", /* 5: magenta */ | |
"#2aa198", /* 6: cyan */ | |
"#eee8d5", /* 7: white */ |
This file contains 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
# Valve USB devices | |
SUBSYSTEM=="usb", ATTRS{idVendor}=="28de", MODE="0666" | |
# Steam Controller udev write access | |
KERNEL=="uinput", SUBSYSTEM=="misc", TAG+="uaccess" | |
# Valve HID devices over USB hidraw | |
KERNEL=="hidraw*", ATTRS{idVendor}=="28de", MODE="0666" | |
# Valve HID devices over bluetooth hidraw | |
KERNEL=="hidraw*", KERNELS=="*28DE:*", MODE="0666" |
This file contains 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
# Toggles an X trailing the CHROMEOS_AUSERVER and CHROMEOS_DEVSERVER lines. | |
# Run this with bash. | |
# curl https://gist.githubusercontent.com/jefferymiller/197adfab3ba311383c24cb481e1d54d3/raw/mod_lsb_release.sh | bash - | |
sudo sed -i.bak -e '/CHROMEOS_AUSERVER=/{/X$/s/X//;t;s/$/X/}' -e '/CHROMEOS_DEVSERVER=/{/X$/s/X//;t;s/$/X/}' /etc/lsb-release |
This file contains 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
# Enable wakeup on USB 1.1 root hubs to allow resume from keyboard. | |
# The USB v:p 1d6b:0001 is Linux Foundation 1.1 root hub | |
SUBSYSTEM=="usb" ATTR{idVendor}=="1d6b", ATTR{idProduct}=="0001" \ | |
SUBSYSTEMS=="pci" DRIVERS=="uhci_hcd" \ | |
ATTR{power/wakeup}="enabled" |
This file contains 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
Windows Registry Editor Version 5.00 | |
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\PCI\VEN_10DE&DEV_1C82&SUBSYS_62553842&REV_A1\4&29fcb422&0&0016\Device Parameters\Interrupt Management\MessageSignaledInterruptProperties] | |
"MSISupported"=dword:00000001 | |
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\PCI\VEN_10DE&DEV_0FB9&SUBSYS_62553842&REV_A1\4&11b9ac0&0&0017\Device Parameters\Interrupt Management\MessageSignaledInterruptProperties] | |
"MSISupported"=dword:00000001 |