Skip to content

Instantly share code, notes, and snippets.

@glnds
glnds / README-Template.md
Last active October 10, 2023 09:19 — forked from PurpleBooth/README-Template.md
A template to make good README.md

Project Name

Project description: A good description is clear, short, and to the point. Describe the importance of your project, and what it does.

(Table of Contents)

Optionally, include a table of contents in order to allow other people to quickly navigate especially long or detailed READMEs.

Getting Started

Prerequisites

What things you need to install before you can statrt installing the software itself.

@glnds
glnds / tmux_cheatsheet.markdown
Created October 14, 2015 06:43 — forked from henrik/tmux_cheatsheet.markdown
tmux cheatsheet

tmux cheatsheet

As configured in my dotfiles.

start new:

tmux

start new with session name:

#! /usr/bin/env python
"""
Requeriments:
$ sudo pip install boto dnspython
Edit ~/.boto to use your AWS credentials
"""