Instantly share code, notes, and snippets.
- SatoshiPay
- Bali
- https://satoshipay.io
meinharrd /chromium 53 certificate error fix
CreatedNovember 15, 2016 07:49
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
# If you are getting ERR_CERTIFICATE_TRANSPARENCY_REQUIRED errors in Chromium 53 (should be fixed in Chromium 54), do this: | |
# 1 - Create policy file (replace example.org with the domain you are getting errors on): | |
echo '{"CertificateTransparencyEnforcementDisabledForUrls": ["example.org", ".example.org"]}' | sudo tee /etc/chromium-browser/policies/recommended/CertificateTransparencyEnforcementDisabledForUrls.json | |
# 2 - restart Chromium | |
# source: https://www.mail-archive.com/desktop-packages@lists.launchpad.net/msg468771.html |
meinharrd /issue-export.sh
Last activeAugust 29, 2015 14:19
Export GitHub issues from a private repository, using two-factor authentication (2FA) via one-time passwords (OTP) This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
curl -u'<username>' -H'X-GitHub-OTP: <one-time-password>' https://api.github.com/repos/<org>/<repo>/issues> issues.json |
meinharrd /keybase.md
CreatedOctober 10, 2014 14:31
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<metacharset=utf-8> | |
<metaname=viewportcontent="width=device-width, initial-scale=1"> | |
<title>.</title> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<title>.</title> |
meinharrd /gist:fc6e3bf1e473ad6023d7
CreatedAugust 10, 2014 23:11
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Verifying myself: My Bitcoin username is +meinhard. https://onename.io/meinhard |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
vagrant destroy | |
vagrant up | |
cd /vagrant && composer install --dev --optimize-autoloader && script/resetDatabase.sh dev && script/resetDatabase.sh test | |
for i in $(seq 20); do echo "run $i:"; phpunit -c app; done | |
sudo tail -f /var/log/kern.log |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Aug 14 14:34:25 crow kernel: [ 2908.194904] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x6 frozen | |
Aug 14 14:34:25 crow kernel: [ 2908.194913] ata1.00: failed command: FLUSH CACHE EXT | |
Aug 14 14:34:25 crow kernel: [ 2908.194926] ata1.00: cmd ea/00:00:00:00:00/00:00:00:00:00/a0 tag 0 | |
Aug 14 14:34:25 crow kernel: [ 2908.194926] res 40/00:00:00:4f:c2/00:00:00:00:00/00 Emask 0x4 (timeout) | |
Aug 14 14:34:25 crow kernel: [ 2908.194932] ata1.00: status: { DRDY } | |
Aug 14 14:34:25 crow kernel: [ 2908.194942] ata1: hard resetting link | |
Aug 14 14:34:30 crow kernel: [ 2913.549176] ata1: link is slow to respond, please be patient (ready=0) | |
Aug 14 14:34:35 crow kernel: [ 2918.185307] ata1: COMRESET failed (errno=-16) | |
Aug 14 14:34:35 crow kernel: [ 2918.185321] ata1: hard resetting link | |
Aug 14 14:34:40 crow kernel: [ 2923.539564] ata1: link is slow to respond, please be patient (ready=0) |