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:
-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 |
I hereby claim:
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
#!/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" |
<?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. |
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |
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 |