Skip to content

Instantly share code, notes, and snippets.

View jdratlif's full-sized avatar

John Ratliff jdratlif

View GitHub Profile
@jdratlif
jdratlif / 60-pcscd.rules
Created June 3, 2024 03:27
pcscd-polkit rules
polkit.addRule(function(action, subject) {
if (action.id == "org.debian.pcsc-lite.access_card" ||
action.id == "org.debian.pcsc-lite.access_pcsc") {
if (subject.isInGroup("sudo")) {
return polkit.Result.YES;
}
}
});
@jdratlif
jdratlif / fix-elk-log4j.bash
Last active December 23, 2021 21:02
bash script to update elasticsearch and logstash log4j to 2.17.0 to address log4shell and DoS in 2.x vulnerability
#! /bin/bash
if [[ -z $LOG4J_VERSION ]]; then
LOG4J_VERSION=2.17.0
fi
################################################################################
# cleanup handler
function cleanup {

Thaumcraft aspect list

  • aer - sugar cane
  • aqua - water bottle, sugar cane
  • alkimia - nether wart
  • alienis - ender pearl, chorus fruit, banner
  • auram - silverwood log
  • aversio - arrow
  • bestia - egg, wool
  • cognitio - paper
@jdratlif
jdratlif / compile.md
Created October 20, 2019 14:55
emuWorks Software Compilation Guide

emuWorks Software Compilation Guide v2.0 (October 19, 2019)

Overview

This is a guide to building emuWorks C++ software with wxWidgets or Qt toolkits.

All of our software is designed to run on Windows, Linux, and macOS. We have tested these compilation instructions on Windows 10, Ubuntu 16.04 (Xenial Xerus), and macOS 10.14 Mojave.

To build our software, you will need three things.

@jdratlif
jdratlif / cloudSettings
Last active February 26, 2021 18:29
VS Code Settings
{"lastUpload":"2021-02-26T18:29:17.135Z","extensionVersion":"v3.4.3"}