I hereby claim:
- I am bensteinberg on github.
- I am bens (https://keybase.io/bens) on keybase.
- I have a public key ASChZ0JqA2RdD3V_YeqkDjSM7_KDqYBfuH52OUJZ4H15WQo
To claim this, I am signing this object:
<!DOCTYPE html> | |
<meta charset="utf-8"> | |
<style> | |
.key { | |
stroke-width: 1.5px; | |
transition: fill 250ms linear, stroke 250ms linear; | |
transition-delay: 150ms; | |
} |
I hereby claim:
To claim this, I am signing this object:
#!/usr/bin/perl | |
use POSIX qw(strftime); | |
# this is a pre-commit hook for setting a timestamp in the frontmatter | |
# of markdown files | |
my $date = strftime "%Y-%m-%dT%H:%M:%SZ", gmtime; | |
my @files = `git diff-index --cached --name-only HEAD`; | |
foreach (@files) { | |
if (/\.md$/) { # maybe HTML, too? |
# set up an incoming webhook on Slack (https://api.slack.com/incoming-webhooks), then | |
heroku create my-notifier | |
heroku config:set REPO='https://github.com/some/repo.git' -a my-notifier | |
heroku config:set SINCE='1 day ago' -a my-notifier | |
heroku config:set WATCHFILES='file1 file2 /full/path/to/file3' -a my-notifier | |
heroku config:set WEBHOOK='https://hooks.slack.com/services/my/web/hook' -a my-notifier | |
heroku config:set USERNAME='a user who notifies' -a my-notifier | |
heroku config:set EMOJI='ghost' -a my-notifier | |
heroku addons:create scheduler:standard -a my-notifier | |
# note the ID of the scheduler, then |
SaltStack, a system for configuration and orchestration of remote servers, allows for targeting of minions by
salt 'perma-server-01' test.ping
or salt 'perma*' test.ping
salt -G 'oscodename:buster' test.ping
salt -I 'foo:bar' test.ping
BEGIN MESSAGE. | |
MNmauX4vkEGs6Ui Ag8iIlshucydUvI KfzzSuuLMmaEzZt QeRRvbqeRljy6zZ | |
Mm32yWR48LKpGOn 1pTf9Kjp0twTCKq 6Xr2MZHgg4UPjtm WNOodK9ZlS5is8R | |
EmB85OBSiOEYPHy 2Gtas7Lkh2N6yRk Ejw9aplEZCPrTmm aA9Px7FPwPg1M6T | |
AfWeI1AG1weF7zv JbQSLs5k8xIJAab 9K5Kh2BwlTVlNtt . | |
END MESSAGE. |
docker run -v $PWD/wikipages.txt:/app/seedFile.txt -v $PWD/crawls:/crawls/ webrecorder/browsertrix-crawler crawl --seedFile /app/seedFile.txt --combineWARC --depth 0 --workers 4 --behaviors autoplay,autofetch --collection wiki |