By using ssh, you can share a tmux session, making pair programming much easier. We'll learn how to share a tmux session with another user.

For one developer:

tmux new-session -s pair

For the other developer:

tmux ls  # list all the session
tmux a -t pair # join the pair session

Now two developers share the same session.

最新文章

  1. MYSQL5.7版本sql_mode=only_full_group_by问题
  2. About_PHP
  3. poj2996 模拟
  4. div+css总结—FF下div不设置高度背景颜色或外边框不能正常显示的解决方法(借鉴)
  5. 2016030204 - git和github结合
  6. 推荐大家在GitHub 上值得关注学习的 iOS 开源项目
  7. Git错误一例
  8. 深入了解servlet
  9. android设置透明度代码片段
  10. 自学Linux Shell11.6-退出shell
  11. 34.js----JS 开发者必须知道的十个 ES6 新特性
  12. R语言-直方图
  13. Codeforces820A Mister B and Book Reading 2017-06-28 09:38 67人阅读 评论(0) 收藏
  14. 《unity 3D 游戏开发 第二版》宣雨松 分享 pdf下载
  15. Docker stop停止/remove删除所有容器
  16. Java微服务框架一览
  17. BlockingQueue-----多线程(一)
  18. 手机联系人信息获取(contacts) ---- HTML5+
  19. HDU King (非连通图的差分约束,经典好题)
  20. Machine Learning系列--归一化方法总结

热门文章

  1. BZOJ1444: [Jsoi2009]有趣的游戏(Trie图,矩乘)
  2. Writing buffer overflow exploits - a tutorial for beginners
  3. percona-toolkit的安装及简单介绍
  4. OpenCV func
  5. 【习题 6-11 UVA - 10410】Tree Reconstruction
  6. 洛谷——P1096 Hanoi双塔问题
  7. amazeui-datatables(登录注册界面用到)
  8. jquery选择器里面也可以包含变量字符串
  9. 2、在uboot上实现电源管理
  10. struts2漏洞原理及解决的方法