I hereby claim:
- I am uzegonemad on github.
- I am uzelac (https://keybase.io/uzelac) on keybase.
- I have a public key whose fingerprint is 9D46 B155 5B67 E39D 905B E275 F9D0 EABB DC2C DCED
To claim this, I am signing this object:
ln -s /www/work.domain /www/buze.co |
/^\+?\d{0,}?(\s|-|\.){0,}?\(?\d{3}\)?(\s|-|\.){0,}?\d{3}(\s|-|\.){0,}?\d{4}(\s|-|\.){0,}?(ex?t?|extension)?(\s|-|\.){0,}?\d{0,}?$/ |
I hereby claim:
To claim this, I am signing this object:
<?php namespace App\Http\Middleware; | |
use Closure; | |
class StripHeaders { | |
/** | |
* Strip X-Requested-With from the request because we're handling | |
* all json output and don't want interference from Laravel. | |
* |
<?php | |
$storage = \Storage::disk('s3')->getDriver()->getAdapter()->getClient(); | |
dd($storage); |
// ==UserScript== | |
// @name TimeFox Project Dropdown | |
// @version 0.2 | |
// @author Me | |
// @match https://fox1.functionfox.com/timefox/* | |
// @grant GM_addStyle | |
// @grant GM_getResourceText | |
// @require https://ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js | |
// @require https://selectize.github.io/selectize.js/js/selectize.js | |
// @resource selectizeCss https://brianreavis.github.io/selectize.js/css/selectize.default.css |
/usr/local/bin/certbot-auto renew --manual-auth-hook /path/to/certbot_before.sh --renew-hook "service nginx reload" | |
# Note that it might take 3-4 minutes per challenge |