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