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 |
This file contains hidden or 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
// 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, |
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:
This file contains hidden or 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
#!/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" |
This file contains hidden or 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
#!/bin/sh | |
cd $1 | |
git pull | |
jekyll build -d /var/www/$1/public_html/ |
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:
This file contains hidden or 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
(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 |
This file contains hidden or 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
// ==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 |
This file contains hidden or 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
// ==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 |