Skip to content

Instantly share code, notes, and snippets.

View miikkij's full-sized avatar
🎯
Training

Jouni Miikki miikkij

🎯
Training
  • Finland
View GitHub Profile
@miikkij
miikkij / aws-basics.txt
Last active May 7, 2019 11:55
[aws-basics] Basics for AWS SAM setup #aws #basics #python #cloud #amazon
# 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
@miikkij
miikkij / gist:8f20589df273381e10bf708fe031ade4
Created January 8, 2018 21:56
Ranviermud telnet crasher
client.js
--------
var net = require('net');
var client = new net.Socket();
client.connect(4000, '127.0.0.1', function() {
console.log('Connected');
client.disconnect();
});

Keybase proof

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: