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:
I hereby claim:
To claim this, I am signing this object:
# 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 |
I hereby claim:
To claim this, I am signing this object:
<?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 |