Skip to content

Instantly share code, notes, and snippets.

View DrSensor's full-sized avatar

૮༼⚆︿⚆༽つ DrSensor

View GitHub Profile
@DrSensor
DrSensor / app.py
Created November 29, 2016 11:53
Python file module with capability of CLI and REST API
#! /usr/bin/env python
import module1, module2
from bottle import run
run(host='localhost', port='8080')
@DrSensor
DrSensor / passwordless SSH.sh
Last active May 14, 2018 06:43
Server Setup 101
sudo ssh-keygen
ssh-add
ssh-copy-id username@IP