| 1 | = 2009-09-23 = |
| 2 | |
| 3 | == Linux == |
| 4 | |
| 5 | * [http://josephj.com/article/understand-ssh-key/ SSH 免密碼登入] |
| 6 | a. 啟動 ssh-agent |
| 7 | {{{ |
| 8 | ~$ eval `ssh-agent -s` |
| 9 | }}} |
| 10 | b. 將私密金鑰交給 ssh-agent 保管:ssh-add |
| 11 | {{{ |
| 12 | ~$ ssh-add |
| 13 | }}} |
| 14 | * [http://josephj.com/article/putty-key/ PuTTY 免密碼登入] |
| 15 | * 先前有成功完成 PuTTYgen 的部分,有機會來試試看 Pageant 的做法。 |
| 16 | |
| 17 | == Programming Management : Continuous Integration (CI) == |
| 18 | |
| 19 | * [http://josephj.com/entry.php?id=251 當紅炸子雞:Continuous Integration] |
| 20 | * [http://martinfowler.com/articles/continuousIntegration.html 原始概念出處] |
| 21 | * 類似的概念,其實這次 COSA 會員大會也有提到必須靠定期的測試才能避免軟體接近結案才進行大修改。 |