Skip to content

Instantly share code, notes, and snippets.

# generate ssh key
ssh-keygen -t rsa
# copy public key to clipboard
pbcopy < ~/.ssh/id_rsa.pub

Contract

Revised date: [date]

Between Rob Stinogle and [customer name]

Summary:

We’ll always do our best to fulfil your needs and meet your expectations, but it’s important to have things written down so that we both know what’s what, who should do what and when, and what will happen if something goes wrong. In this contract you won’t find any complicated legal terms or long passages of unreadable text. We’ve no desire to trick you into signing something that you might later regret. What we do want is what’s best for both parties, now and in the future.

@stinoga
stinoga / .htaccess
Created August 8, 2012 01:38 — forked from jswartwood/Run in LOCAL terminal...
Automatic Git deploys on Dreamhost
# deny access to the top-level git repository:
RewriteEngine On
RewriteRule \.git - [F,L]