Skip to content

Instantly share code, notes, and snippets.

View nlwstein's full-sized avatar

Nick Stein nlwstein

View GitHub Profile
Anonymous UUID: DFDBBE52-5803-EE78-D026-C5F8F1945455
Tue Sep 11 10:02:16 2018
*** Panic Report ***
panic(cpu 2 caller 0xffffff800dd8776f): Kernel trap at 0xffffff7f8f747d1a, type 14=page fault, registers:
CR0: 0x0000000080010033, CR2: 0xffffff8202737000, CR3: 0x00000003f1685051, CR4: 0x00000000001627e0
RAX: 0xffffff81b721e670, RBX: 0x0000000000000000, RCX: 0x0000000000000000, RDX: 0x0000000000000002
RSP: 0xffffff920b1b3a10, RBP: 0xffffff920b1b3c80, RSI: 0x0000000000000000, RDI: 0x0000000000000000
R8: 0x0000000000000020, R9: 0x0000000000000000, R10: 0x0000000000000001, R11: 0xffffff8202737000
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCjyb00MR7svTpflc5UdK2QWzu/Gx6I2kKQU5s5rohQLdTbSpZuKXBqcxIZVCshjCDShc2hhcqzUQICwLpWyWAQG2NtUVSft38DFRBJ06tSLRhVYcrs0qn0Fd6s6OOwoDkKHAYeIrk+vB6mX4kIVbI+qEdDMZV1IOJxgWLodtT5IWC3nv/xFQM3JlqI0aVJF3b2vKu9pcTe+XgAG96yjNtJeQmQzhY/Xyjr8fnPRONiL8lMTL3kA/K7RrDR4ED9ohqTG0IpXR2WLuoem34nm5kTQw+Wdi596J6y5mjQUIpdyJ+qGFLZROdRL9kNuyF/NdFhYu9WokGUyeqmyatE7BaV [email protected]
@nlwstein
nlwstein / nick-trellis.pub
Created March 28, 2018 14:11
Nick Trellis Pubkey
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQDNQCQzeY9VSCDBq7UFDnoQwpP/hBRSfAVxN0ZEjOrph/knAfnHlc70hKcKCsywh1+RFUgVk6CubSgkU5ukNqst1Mp/z4oRQ9Cd06Wm1ZXjDOMwqQ6BhwSHFJLkL2N6KxSL1lv9FCEp1VoRLGlO7qbs0Odrtsr0bEpkrvE5c39MH3K5yoqQJvIaccy9wyGVMyVYEXRSHwTiDoLwp024MFr+Weg7kkHQ4eXn4gztFkSFSBMZlRBrONFTGfb/w1u0rQulTn6uTZi7vzF+5V6AR7vgqz+pf0VcfGBvlTDbjnAkE8PKFNd8A0bPEUWE+BUYi8o5z5StwDidb5JmMVqR9YlGiN5Nulbg4sm4t1/kkZso6TkKAzsy4IC+vw4zyL4ZxO6NvcYD0k49cmI6TxrNLJqcmPWsC5XMXsU7/Vc6NP17gFaHL540e+tvuh0H/y+zfWjzbc1+m5Y692fWBVPyze5bL28I3FyNlGjnTrDx41uG21cuZyO06mOiMCaBT5vxUjeqIZGpnUL2yhndzOvsTHqwzM2+rzcw9U7s6bl3L7yH2tfHqVO/M+cF9DurO/L3lqZ9T7ZGTCgmRm0oJ8Yf+20WgcoDQeit/SbhlIujAjt5Qpnn0rH1211d2JL/8VqZ0iYvTx20QFpTUAQZhgV6VcZ9pOvBN2VB7jO6wHvZNfuLTQ== [email protected]
const uri = document.querySelector('meta[property="og:image"]').getAttribute('content');
location.href = uri
### Keybase proof
I hereby claim:
* I am nlwstein on github.
* I am nlwstein (https://keybase.io/nlwstein) on keybase.
* I have a public key ASBl4eZJkt_9P72f5VDnp_11JY5qtDlKPpHHX5mRyc-DXgo
To claim this, I am signing this object:
@nlwstein
nlwstein / redis-server
Created December 12, 2017 19:45 — forked from four43/redis-server
Redis Server - Init Script
#!/bin/sh
# From - http://www.codingsteps.com/install-redis-2-6-on-amazon-ec2-linux-ami-or-centos/
# - https://github.com/saxenap/install-redis-amazon-linux-centos/blob/master/redis-server
#
# redis - this script starts and stops the redis-server daemon
# Originally from - https://raw.github.com/gist/257849/9f1e627e0b7dbe68882fa2b7bdb1b2b263522004/redis-server
#
# chkconfig: - 85 15
# description: Redis is a persistent key-value database
# processname: redis-server
@nlwstein
nlwstein / redis-server
Created December 12, 2017 19:45 — forked from four43/redis-server
Redis Server - Init Script
#!/bin/sh
# From - http://www.codingsteps.com/install-redis-2-6-on-amazon-ec2-linux-ami-or-centos/
# - https://github.com/saxenap/install-redis-amazon-linux-centos/blob/master/redis-server
#
# redis - this script starts and stops the redis-server daemon
# Originally from - https://raw.github.com/gist/257849/9f1e627e0b7dbe68882fa2b7bdb1b2b263522004/redis-server
#
# chkconfig: - 85 15
# description: Redis is a persistent key-value database
# processname: redis-server
@nlwstein
nlwstein / Inkscape_install.sh
Last active November 14, 2017 20:44 — forked from robhemsley/Inkscape_install.sh
AWS Linux AMI - Inkscape Install
#!/bin/bash
set -e
#####################
# Inkscape Install #
#####################
# Script installs Inkscape from source for Amazon AMI Instance (CentOS/REHL)
#
# Works as of 11/14/2017
@nlwstein
nlwstein / gist:2e9a524973b691bb335c
Created February 26, 2016 18:28
stupid android theme color swapper
<script type = "text/javascript" src="http://code.jquery.com/jquery-2.2.1.min.js"></script>
<meta name="theme-color" content="#db5945">
<script>
(function($) {
$(function() {
var changeColors = function() {
// Random color hex thanks to: http://www.paulirish.com/2009/random-hex-color-code-snippets/
$("meta[name='theme-color']").attr('content', '#'+Math.floor(Math.random()*16777215).toString(16));
setTimeout(changeColors, 50);
};
@nlwstein
nlwstein / csscriptingtest.cs
Created October 2, 2014 02:46
Unnecessary Multi-Threading in CS-Script
/* WOAH, YOU CAN USE CSHARP AS A SCRIPTING LANGUAGE: http://www.csscript.net/ */
/* HERE'S WHAT I WROTE AS A DEMO FOR FUN BECAUSE APPARENTLY THIS IS WHAT I DO WHEN I'M BORED: */
using System;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Threading;
using System.Collections.Concurrent;