Skip to content

Instantly share code, notes, and snippets.

View Thrilleratplay's full-sized avatar

Tom Hiller Thrilleratplay

  • Albany , NY USA
View GitHub Profile
@Thrilleratplay
Thrilleratplay / welcometoDU.xml
Created November 6, 2014 23:48
Welcome to DU flowchart (XML for draw.io)
<mxGraphModel dx="1194" dy="603" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" fold="1" page="1" pageScale="1" pageWidth="826" pageHeight="1169" style="default-style2" math="0"><root><mxCell id="0"/><mxCell id="1" parent="0"/><mxCell id="2" value="&lt;font style=&quot;font-size: 10px&quot;&gt;Are you &lt;br&gt;going ask a&lt;br&gt;question?&lt;br&gt;&lt;/font&gt;" style="strokeWidth=2;html=1;shape=mxgraph.flowchart.decision;" parent="1" vertex="1"><mxGeometry x="237" y="181" width="109" height="110" as="geometry"/></mxCell><mxCell id="3" value="&lt;font style=&quot;font-size: 10px&quot;&gt;Entering the &lt;br&gt;Dirty Unicorns &lt;br&gt;community&lt;br&gt;&lt;/font&gt;" style="strokeWidth=2;html=1;shape=mxgraph.flowchart.start_1;" parent="1" vertex="1"><mxGeometry x="242" y="11" width="98" height="99" as="geometry"/></mxCell><mxCell id="4" value="Welcome to&lt;br&gt;the Dirty Unicorns &lt;br&gt;community!&lt;br&gt;" style="strokeWidth=2;html=1;shape=mxgraph.flowchart.terminator;" parent="1" verte
@Thrilleratplay
Thrilleratplay / arch-linux-install.md
Last active March 10, 2024 22:39 — forked from mattiaslundberg/arch-linux-install
Installing Arch Linux on an LUKS Encrpyted root and booting from UEFI
@Thrilleratplay
Thrilleratplay / gist:9971b3baec2401c105be
Last active August 29, 2015 14:25
IP tables rule to close MySQL port
iptables -A INPUT ! -s 127.0.0.1 -p tcp -m tcp --dport 3306 -j REJECT --reject-with tcp-reset
@Thrilleratplay
Thrilleratplay / vanillajsColresize.js
Created September 21, 2015 04:15
vanilla js HTML column resizing
(function () {
var thElm;
var startOffset;
// Create 'grip' elements near the right border and bind mouse down event to
// resize
Array.prototype.forEach.call(
document.querySelectorAll("table th"),
function (th) {
th.style.position = 'relative';
@Thrilleratplay
Thrilleratplay / wallabag.sh
Last active May 6, 2019 20:22
Setting up Wallabag with Docker
#!/bin/bash
# NOTE: DO NOT BLINDLY RUN THIS!!!!! NOT TESTED!!!!!!
MY_PASSWORD="my-secret-pw"
# MariaDB
docker pull mariadb
docker run --restart=always \
@Thrilleratplay
Thrilleratplay / arch-linux-install.md
Last active March 10, 2024 22:39
Installing Arch Linux on a fully encrypted LUKS partition using GRUB
@Thrilleratplay
Thrilleratplay / run_docker.sh
Created March 14, 2017 03:06
Docker run/build wrapper
#!/bin/bash
##############################################################################
# SET ME!!!
IMAGE_NAME="YOUR_IMAGE_NAME"
CONTAINER_NAME="YOUR_CONTAINER_NAME"
IS_INTERACTIVE=false; # true/false
@Thrilleratplay
Thrilleratplay / backup_script.sh
Created April 10, 2018 23:01
Duplicity backup script
#!/bin/bash
EXCLUDED_PATHS=(
/tmp
/proc
/sys
/run
/var/log/journal/
)
####################################################################################
@Thrilleratplay
Thrilleratplay / .config
Created May 5, 2018 18:32
x230 coreboot config
#
# Automatically generated file; DO NOT EDIT.
# coreboot configuration
#
#
# General setup
#
CONFIG_COREBOOT_BUILD=y
CONFIG_LOCALVERSION=""
@Thrilleratplay
Thrilleratplay / skulls.svg
Last active May 9, 2018 02:46
Skulls SVG with Inkscape layers
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.