Skip to content

Instantly share code, notes, and snippets.

View imnik11's full-sized avatar

Nitesh Yadav imnik11

View GitHub Profile
@imnik11
imnik11 / Rinkeby.md
Created June 9, 2019 11:23 — forked from learner-long-life/Rinkeby.md
How to get on Rinkeby Testnet in less than 10 minutes

How to get on Rinkeby Testnet in less than 10 minutes

Following instructions from the excellent https://www.rinkeby.io/

Synchronizing a Full Node

A full node lets you access all state. There is a light node (state-on-demand) and wallet-only (no state) instructions as well,

@imnik11
imnik11 / tmux-cheatsheet.markdown
Created June 9, 2019 11:23 — forked from MohamedAlaa/tmux-cheatsheet.markdown
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname