I hereby claim:
- I am poorcoder on github.
- I am cryptopoor (https://keybase.io/cryptopoor) on keybase.
- I have a public key ASDJwqN1xCuUz6wuf6hkP0V9TFTIe9dIJuFAImFl8DmJRgo
To claim this, I am signing this object:
#!/usr/bin/env bash | |
echo ">>> Starting Install Script" | |
# Update | |
sudo apt-get update | |
# Install MySQL without prompt | |
sudo debconf-set-selections <<< 'mysql-server mysql-server/root_password password root' | |
sudo debconf-set-selections <<< 'mysql-server mysql-server/root_password_again password root' |
var Fancy = require('FancyModule'); | |
var mod = new Fancy(); | |
mod.on('success', function(data) { | |
console.log(data); // { this_is_fancy:'indubitably' } | |
}); |
{"sslProtocol": "any", "cookiesFile": "biscuit", "maxDiskCacheSize": 1000, "diskCache": true} |
I hereby claim:
To claim this, I am signing this object: