Skip to content

Instantly share code, notes, and snippets.

View paulojeronimo's full-sized avatar

Paulo Jerônimo paulojeronimo

View GitHub Profile
@typebrook
typebrook / README.md
Last active April 4, 2024 14:00
A bash script for gist management #bash #gist
#!/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
@lfryc
lfryc / gist:9366205
Last active August 29, 2015 13:57
Docker for arquillian.github.com development with Awestruct
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:
@MohamedAlaa
MohamedAlaa / tmux-cheatsheet.markdown
Last active April 25, 2024 06:23
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname