Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am zackp30 on github.
  • I am zackp30 (https://keybase.io/zackp30) on keybase.
  • I have a public key ASBOkPJHdFU4I1wITvQlKhw6IsYOs-jpgf0QqJmW-Tg7Ywo

To claim this, I am signing this object:

nixpkgs.config = {
packageOverrides = pkgs: {
stdenv = pkgs.stdenv // {
platform = pkgs.stdenv.platform // {
kernelExtraConfig = ''
AUDIT y
IMA y
IMA_MEASURE_PCR_IDX 10
IMA_LSM_RULES y
INTEGRITY_SIGNATURE y
@zackp30
zackp30 / openpgp.txt
Created April 15, 2016 15:03
OpenKeychain Linked Identity
This Gist confirms the Linked Identity in my OpenPGP key, and links it to this GitHub account.
Token for proof:
[Verifying my OpenPGP key: openpgp4fpr:08d547a0d00a3d56f95a476a313f3c7b694c308d]
func _on_Timer_timeout():
set_pos(Vector2(randf() * get_node("..").get_size().width - get_texture().get_width() * get_scale(), \
randf() * get_node("..").get("rect/size").height - get_texture().get_height() * get_scale()))
func _on_Timer_timeout():
set_pos(Vector2(randf() * get_node("..").get_size().width - get_texture().get_width() * get_scale(), randf() * get_node("..").get("rect/size").height - get_texture().get_height() * get_scale()))
main = interact wordCount
where wordCount input = (show $ length $ lines $ readFile "/tmp/wow.txt") ++ "\n"
This Gist confirms the Linked Identity in my OpenPGP key, and links it to this Github account.
Token for proof:
[Verifying my OpenPGP key: openpgp4fpr:08d547a0d00a3d56f95a476a313f3c7b694c308d]
precision mediump float;
uniform float time;
uniform vec2 resolution;
void main( void )
{
float mx = max( resolution.x, resolution.y );
vec2 uv = (gl_FragCoord.xy-resolution.xy*.5)/mx;
name "openvpn-server"
description "The server that runs OpenVPN"
run_list "recipe[openvpn]"
override_attributes "openvpn" => {
"gateway" => "apertron.net",
"subnet" => "10.8.0.0",
"netmask" => "255.255.0.0",
"key" => {
"country" => "UK",
"province" => "England",
{
"name": "data_bag_item_users_zack",
"json_class": "Chef::DataBagItem",
"chef_type": "data_bag_item",
"data_bag": "users",
"raw_data": {
"id": "zack",
"ssh_keys": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDAjuwl/TeZfv5lzNwVTqtU4VQJ+2kq7kBJwYs16YEQIMG0dxs64lXRNp1kbZaBJfE9MVrc6JXDRLUCoIO3xzN/Ing1gKrsxt/C0y9yFHTqVu6eCSQQ2tQwVAYcEV7ChF1fEaxpYJo41zh0Z6HNwSUh31+5QzoRXcVP8h8kvyJCR1DJWO/Pg9N+CJ0VFaNXI1PBAsgFVFJlm92h/AGL/Hmig3J1KXpZC3CtDVRzMpFq96+7WfaPOSOEwYCPtpTOOv9OQEwvywd58q02d76PzjLsTTP0xyF7m98DEocnsMEuN4v32CSuwN3DqkRlwU2c9+z7qpdYzx2PkWUeosPy7fZl zack@ns308257"
}
}