-
Notifications
You must be signed in to change notification settings - Fork 75
PairingSetups
rking edited this page Apr 30, 2013
·
2 revisions
Sharing edits:
- Terminal Share (advantages: lower bandwidth, higher responsiveness, consistent copy&paste)
- ssh to a shared box
- As same user? First in runs
tmux
, next runstmux a
- As different users? Host runs
tmux -S /tmp/pair
andchmod a+rw /tmp/pair
; guest runstmux -S /tmp/pair
(this is what wemux/tweemux do)
- As same user? First in runs
- One-way sharing via http://screenx.tv
- ssh to a shared box
- GUI share (advantages: share whole browser, IDE, etc.)
- vnc
- Google Hangout
- Jabber/WebEx share
- Skype Premium account
- Hybrid (advantages: most of both of the above, minus the extra setup time):
- One pair hosts a Terminal Share, the other connects in and does a GUI share
Communicating:
- Over the editing medium (that is, type comments to each other in the shell and hit
^C
instead ofEnter
, etc.) - Text chat (IRC/etc).
- Can be good to have one within a tmux pane of the Terminal share, where both pairs are also connected via their own clients. This allows the navigator to interrupt the driver
- VoIP/Video
- SIP
- Google Hangout
- Skype
- Mozilla Tow Truck