Skip to content

Instantly share code, notes, and snippets.

View krewenki's full-sized avatar

Warren Krewenki krewenki

  • Nova Scotia, Canada
  • 05:24 (UTC -03:00)
View GitHub Profile
@krewenki
krewenki / keybase.md
Created March 24, 2023 17:52
keybase.md

Keybase proof

I hereby claim:

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

To claim this, I am signing this object:

@krewenki
krewenki / install.sh
Created October 18, 2021 12:55
Install ZFS 2.0.2 on Amazon Linux 2
# taken from https://unix.stackexchange.com/questions/412442/zfs-on-amazon-linux-ami
yum update -y
sudo rpm -qa |grep kernel
uname -a
yum install -y kernel-headers-4.14.248
yum install -y kernel-devel-4.14.248
yum repolist enabled
yum install -y zlib-devel libuuid-devel
amazon-linux-extras install epel
yum install -y libblkid-devel

Keybase proof

I hereby claim:

  • I am krewenki on github.
  • I am krewenki (https://keybase.io/krewenki) on keybase.
  • I have a public key ASDP84fKYW2B-QRPHkLnTHT3peNNmYUrjfQtTdx1yLtrrwo

To claim this, I am signing this object:

@krewenki
krewenki / post-commit
Created April 17, 2015 15:43
Slack SVN post-commit in PHP
<?php
# An SVN post-commit handler for posting to Slack. Setup the channel and get the token
# from your team's services page. Change the options below to reflect your team's settings.
#
$opt_domain = ""; # Your team's domain
$opt_token = ""; # The token from your SVN services page