All your notes, scripts, config files and snippets deserve version control and tagging!
gist
is a simple bash script for gist management.
It is lightweight(~700LOC) and dependency-free! Helps you to boost coding workflow.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
# -*- coding: utf-8 -*- | |
# | |
# (c) Copyright 2017 by Narcelio Filho <narcelio@gmail.com> | |
# pip install git+https://github.com/petertodd/python-bitcoinlib | |
import bitcoin.rpc | |
import socket |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
image based on paintedfox/ruby | |
download and run image (as root) | |
$ docker pull lfryc/arquillian-awestruct | |
$ docker run -p 4242:4242 -i -t lfryc/arquillian-awestruct /bin/bash | |
this has exposed the running system on your machine's port 4242 | |
once in the image: |