Skip to content

Instantly share code, notes, and snippets.

@aljungberg
aljungberg / cappuccino-0.9.6-changelog.markdown
Created August 22, 2012 21:55
Cappuccino 0.9.6-RC2 Release Notes
@nicolasochem
nicolasochem / gist:3805805
Created September 30, 2012 04:01
central agent specifications
Central agent specifications
Central agent is a new archipel module configured in archipel.conf :
[CENTRALAGENT]
centralagent = "force", "passive", "auto"
force = this hypervisor is the central agent, subscriber of the pubsub
passive = this hypervisor will publish updates to the central agent
auto = will first check if there already is a central agent. If there is none, become central agent, otherwise, be passive. (this can be delayed to later)
There are 2 pubsubs :
@primalmotion
primalmotion / Changelog - Archipel Beta 6.0 (Apophis).md
Last active December 14, 2015 16:19
Changelog - Archipel Beta 6.0 (Apophis)
@burke
burke / remotepaste.md
Last active June 10, 2025 16:59
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>