Skip to content

Instantly share code, notes, and snippets.

@mikepqr
mikepqr / github-billing-comparison.md
Last active May 12, 2016 03:14 — forked from sgerrand/github-billing-comparison.md
Comparison of GitHub's billing changes, as of 11 May 2016
Team Usage Cost Before Cost Now Bitbucket
1 repo, 5 users $25 $25 Free
1 repo, 10 users $25 $70 $10
11 repos, 5 users $50 $25 $10
11 repos, 10 users $50 $70 $10
5 repos, 50 users $25 $430 $50
50 repos, 5 users $100 $25 $10
50 repos, 50 users $100 $430 $50
@mikepqr
mikepqr / remotepaste.md
Last active December 7, 2015 03:18 — forked from burke/remotepaste.md
This sets up keybindings in tmux that allow you to copy/paste to/from your OS X clipboard from tmux running inside an SSH connection to a remote host.Partially borrowed from http://seancoates.com/blogs/remote-pbcopy

Local (OS X) Side

~/Library/LaunchAgents/pbcopy.plist

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
     <key>Label</key>
     <string>localhost.pbcopy</string>