I hereby claim:
- I am mgregoro on github.
- I am mg2 (https://keybase.io/mg2) on keybase.
- I have a public key whose fingerprint is C42B 3924 7C21 7F4F FABA B26B B711 F1DA D027 93BE
To claim this, I am signing this object:
| perl -MString::ShellQuote -E 'opendir(DIR, $ARGV[0]) or die "no: $!\n"; while (my $dir = readdir(DIR)) { next if $dir =~ /^\.+$/; if (-d join(q|/|, join(q| |, @ARGV), $dir)) { say "---------- START $dir ----------"; system("bash -c \"time du -hs @{[shell_quote_best_effort(join(q|/|, join(q| |, @ARGV), $dir))]}\""); say "----------- END $dir -----------\n" }}' $HOME/Library |
I hereby claim:
To claim this, I am signing this object:
| #!/usr/bin/env perl | |
| # (c) 2017 Michael Gregorowicz | |
| # requires libsodium (with dev files), Crypt::Sodium, and MIME::Base32 to work | |
| # Permission is hereby granted, free of charge, to any person obtaining a copy | |
| # of this software and associated documentation files (the "Software"), to deal | |
| # in the Software without restriction, including without limitation the rights | |
| # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | |
| # copies of the Software, and to permit persons to whom the Software is |
| #!/usr/bin/env perl | |
| use strict; | |
| use v5.10; | |
| use Time::HiRes; | |
| use subs qw/scdaemon_pid/; | |
| $SIG{ALRM} = \&force_kill; | |
| if (my $pid = scdaemon_pid) { |
| #!/usr/bin/env perl | |
| use v5.10; | |
| use Mojo::URL; | |
| unless ($ARGV[0]) { | |
| say "Usage: dester.pl <url1> <url2> <url3> <urlN>"; | |
| print <<"EOF"; | |
| You ever be like "man, I need to daisy chain a bunch of Mikey's crazy destination_url= based sso crap |
| #!/usr/bin/env perl | |
| unless ($> == 0) { | |
| die "Must run ovpn.pl as root!\n"; | |
| } | |
| unless ($ARGV[0]) { | |
| die "Usage: ovpn.pl <conf-file-in-cwd>\n"; | |
| } |
| #!/usr/bin/env perl | |
| # | |
| # Perl implementation of the guide at https://www.openbsd.org/faq/upgrade60.html | |
| # | |
| # Requires: Mojolicious | |
| # | |
| my $arch = "amd64"; | |
| my $rel = "6.0"; |
| Node.prototype.getSeemsLegitHashrate = function(callback) { | |
| http.get("http://127.0.0.1:8081/api/stats", function (res) { | |
| if (res.statusCode == 200) { | |
| res.setEncoding('utf8'); | |
| var body = ''; | |
| res.on('data', function (chunk) { | |
| body += chunk; | |
| }); |
| #!/usr/bin/env perl | |
| # kbfree.pl | |
| # cpanm JSON Number::Bytes::Human | |
| # (c) 2016 Michael Gregorowicz | |
| use Number::Bytes::Human; | |
| use JSON; | |
| use v5.10; |
I hereby claim:
To claim this, I am signing this object: