Posted by hhdem on December 9, 2009
首先下载Putty(下载页)
下载服务器端生成的公钥和密钥(Linux OS),也就是为你提供SSH访问的服务器,当然如果有对服务器操作的管理员权限,生成公钥密钥很容易,如果没有那就问你的管理员要吧!
通过从putty的下载页面下载puttygen文件,运行可以针对服务器端的密钥文件生成相应的putty密钥文件(.ppk),具体是:在puttygen界面选择Load按钮,选中下载到本机的服务器端密钥文件,如果生成时设置了密码则需要在load的时候输入密码,之后保存putty的密钥文件到指定目录。
» Read more…
Posted by hhdem on December 3, 2009
Do you use source control?
Can you make a build in one step?
Do you make daily builds?
Do you have a bug database?
Do you fix bugs before writing new code?
Do you have an up-to-date schedule?
Do you have a spec?
Do programmers have quiet working conditions?
Do you use the best tools money can buy?
Do you have testers?
Do new candidates write code during their interview?
Do you do hallway usability testing?
» Read more…