I hereby claim:
- I am miikkij on github.
- I am hamuf (https://keybase.io/hamuf) on keybase.
- I have a public key ASBZ2m_PueX-cnYe92Fv0OgF78vT9QMain3BioZdtRc4oQo
To claim this, I am signing this object:
# Make sure that python 3.7+ is installed and virtual env | |
# Create virtual environment for AWS CLI | |
virtualenv --python=python3.7 --clear awstest | |
# Install AWS CLI | |
pip install --upgrade awscli | |
# Configure AWS (if you don't have IAM account yet, go create one at root admin console http://aws.amazon.com) | |
aws configure |
client.js | |
-------- | |
var net = require('net'); | |
var client = new net.Socket(); | |
client.connect(4000, '127.0.0.1', function() { | |
console.log('Connected'); | |
client.disconnect(); | |
}); |
I hereby claim:
To claim this, I am signing this object: