Skip to content

Instantly share code, notes, and snippets.

-Dcom.sun.security.enableCRLDP=true -Dcom.sun.net.ssl.checkRevocation=true
# keytool -keystore "$JAVA_HOME/jre/lib/security/cacerts" -storepass changeit -list -v | grep "Valid from" -B 3
Owner: OU=VeriSign Trust Network, OU="(c) 1998 VeriSign, Inc. - For authorized use only", OU=Class 2 Public Primary Certification Authority - G2, O="VeriSign, Inc.", C=US
Issuer: OU=VeriSign Trust Network, OU="(c) 1998 VeriSign, Inc. - For authorized use only", OU=Class 2 Public Primary Certification Authority - G2, O="VeriSign, Inc.", C=US
Serial number: b92f60cc889fa17a4609b85b706c8aaf
Valid from: Mon May 18 10:00:00 AEST 1998 until: Wed Aug 02 09:59:59 AEST 2028
--
Owner: CN=DigiCert Assured ID Root G3, OU=www.digicert.com, O=DigiCert Inc, C=US
Issuer: CN=DigiCert Assured ID Root G3, OU=www.digicert.com, O=DigiCert Inc, C=US
Serial number: ba15afa1ddfa0b54944afcd24a06cec
Valid from: Thu Aug 01 22:00:00 AEST 2013 until: Fri Jan 15 23:00:00 AEDT 2038

Keybase proof

I hereby claim:

  • I am joycse06 on github.
  • I am joynag (https://keybase.io/joynag) on keybase.
  • I have a public key ASCVj2F5KQLBCjidp9RPLTktMXLxcXR1pK3I1HLu5B_dFAo

To claim this, I am signing this object:

Keybase proof

I hereby claim:

  • I am joycse06 on github.
  • I am joynag (https://keybase.io/joynag) on keybase.
  • I have a public key ASDmHALHCRQ7LwivNNFDECSF1Fbe_WY8MP08aeov2LtjaAo

To claim this, I am signing this object:

@joycse06
joycse06 / uncle_bob_scribe_oath.md
Last active October 19, 2017 22:06 — forked from ebramanti/uncle_bob_scribe_oath.md
Uncle Bob Scribe's Oath

Uncle Bob - Scribe's Oath

  1. I will not produce harmful code.
    • I will not intentionally write code with bugs.
    • This means: Do your best.
  2. I will not produce code that's not my best.
  3. I will provide with each release a quick, testable & repeatable proof that the code works.
  4. I will not avoid release that will impede progress.
    • Short term rapid releases
  5. I will fearlessly and relentlessly improve the quality of code.
  • I will never make the code worse.
@joycse06
joycse06 / migrate.sh
Last active August 29, 2015 14:13 — forked from tobi-pb/migrate.sh
#!/bin/sh
wget http://cdn.mysql.com/Downloads/MySQL-5.6/mysql-5.6.22-osx10.9-x86_64.tar.gz
tar xfvz mysql-5.6*
echo "stopping mamp"
sudo /Applications/MAMP/bin/stop.sh
sudo killall httpd mysqld
echo "creating backup"
@joycse06
joycse06 / StartOverCommand.php
Last active August 29, 2015 14:10
Artisan Startover Command
<?php
use Illuminate\Console\Command;
use Symfony\Component\Console\Input\InputOption;
use Symfony\Component\Console\Input\InputArgument;
class StartOverCommand extends Command {
/**
* The console command name.
@joycse06
joycse06 / 0_reuse_code.js
Last active August 29, 2015 14:06
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
@joycse06
joycse06 / app.js
Created June 12, 2014 11:44 — forked from jgoux/app.js
angular.module('myApp', ['ionic', 'myApp.services', 'myApp.controllers'])
.run(function(DB) {
DB.init();
});
# local user config, usernames, etc
[core]
excludesfile=~/.gitignore
[include]
path=~/.gitconfig-local
[color]
diff = auto
status = auto
branch = auto