Skip to content

Instantly share code, notes, and snippets.

View keslerm's full-sized avatar
🏒
Hashtag GoBolts

Morgan Kesler keslerm

🏒
Hashtag GoBolts
View GitHub Profile
// This is for grafana to show the total net usage by vm/container from proxmox from the pvestatd
{
"annotations": {
"list": [
{
"builtIn": 1,
"datasource": "-- Grafana --",
"enable": true,
"hide": true,

Documentaries

Name Description Year
Facebookistan "Like" it or not, Facebook wants you to share everything, but how much information are they willing to share with you? Available on vimeo here (password: facebookistan ) 2015
Terms and Conditions May Apply A documentary that exposes what corporations and governments learn about people through Internet and cell phone usage, and what can be done about it ... if anything. Extended Trailer by The Guardian 2013
CITIZENFOUR A documentarian and a reporter travel to Hong Kong for the first of many meetings with Edward Snowden. Oscar and Bafta winner for best documentary of 2014 2014
Terminal F/Chasing Edward Snowden The movie briefly covers NSA analyst-turned whistleblower Ed
@keslerm
keslerm / keybase.md
Last active November 18, 2019 04:39

Keybase proof

I hereby claim:

  • I am keslerm on github.
  • I am keslerm (https://keybase.io/keslerm) on keybase.
  • I have a public key ASBaCZjZx1Io6unr8XA_1bt1n3UfLwyZEQYGolVKY6i3jQo

To claim this, I am signing this object:

@keslerm
keslerm / setup.sh
Created March 11, 2016 01:14
Debian 8 Jessie RT2870/3070 Packet Injection for aircrack-ng
#!/bin/bash
if [ "$(id -u)" != "0" ]; then
echo "This script must be run as root" 1>&2
exit 1
fi
version="3.17.1"
archive_root="backports-$version-1"
archive_name="$archive_root.tar.xz"
#!/bin/sh
cd $1
git pull
jekyll build -d /var/www/$1/public_html/

Keybase proof

I hereby claim:

  • I am keslerm on github.
  • I am keslerm (https://keybase.io/keslerm) on keybase.
  • I have a public key whose fingerprint is 8DA0 7C74 5242 AD89 5C7E 54E7 0C77 191F E859 8CC8

To claim this, I am signing this object:

(defvar multiple-cursors-packages
'(
multiple-cursors
)
"List of all packages to install and/or initialize. Built-in packages
which require an initialization must be listed explicitly in the list.")
(defvar multiple-cursors/init-multiple-cursors ()
(use-package multiple-cursors
:config
// ==UserScript==
// @name CoinMine.pw Enhancements
// @namespace http://www.dasbiersec.com
// @version 0.5
// @description Add some enhancements to CoinMine.pw
// @include http://*coinmine.pw/account.php
// @copyright 2012+, You
// ==/UserScript==
// a function that loads jQuery and calls a callback function when jQuery has finished loading
// ==UserScript==
// @name CoinMine.pw Enhancements
// @namespace http://www.dasbiersec.com
// @version 0.1
// @description Add some enhancements to CoinMine.pw
// @match http://coinmine.pw/account.php
// @copyright 2012+, You
// ==/UserScript==
// a function that loads jQuery and calls a callback function when jQuery has finished loading