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:
| /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 |
| // ==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 |
| <?php | |
| $storage = \Storage::disk('s3')->getDriver()->getAdapter()->getClient(); | |
| dd($storage); |
| <?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. | |
| * |
I hereby claim:
To claim this, I am signing this object:
| /^\+?\d{0,}?(\s|-|\.){0,}?\(?\d{3}\)?(\s|-|\.){0,}?\d{3}(\s|-|\.){0,}?\d{4}(\s|-|\.){0,}?(ex?t?|extension)?(\s|-|\.){0,}?\d{0,}?$/ |
| ln -s /www/work.domain /www/buze.co |
| cd /tmp | |
| mysqldump -uroot -p --all-databases > dump.sql |
| $root = "C:\Program Files (x86)\Microsoft Games\Halo" | |
| # if sdtm is prefixed, install them | |
| if(Test-Path("$root\Maps-SDTM")) | |
| { | |
| Move-Item "$root\Maps" "$root\Maps-Default" | |
| Move-Item "$root\Maps-SDTM" "$root\Maps" | |
| [System.Windows.Forms.MessageBox]::Show("SDTM Maps Activated") | |
| } | |
| # otherwise install the default |