posts - 49, comments - 116, trackbacks - 0, articles - 0

08 2011 档案

摘要: From :http://coolshell.cn/articles/4535.html------------------ 转发分割线 ------------------以前本站向大家介绍过一些软件开发的原则,比如优质代码的十诫和Unix传奇(下篇)中所以说的UNIX的设计原则。相信大家从中能够从中学了解到一些设计原理方面的知识,正如我在《再谈“我是怎么招聘程序”》中所说的,一个好的程序员通常由其操作技能、知识水平,经验层力和能力四个方面组成。在这里想和大家说说设计中的一些原则,我认为这些东西属于长期经验总结出来的知识。这些原则,每一个程序员都应该了解。但是请不要教条主义,在使用的时候还是阅读全文

posted @ 2011-08-16 20:40 Morya 阅读(25) | 评论 (0) 编辑 |

摘要: http://www.sunfreeware.comprovide a lot of Sun solaris packages for free download.It suggests read a lot of pages on it's site.##########this would be how to install openssh on solaris##########http://www.sunfreeware.com/openssh9.html##########Installing OpenSSH Packages for SPARC and Intel x86/阅读全文

posted @ 2011-08-14 17:35 Morya 阅读(109) | 评论 (0) 编辑 |

摘要: openssl defaults to build static, but if you need shared lib./config --prefix=$HOME sharedwill be enoughopenssh, said in some mail list for 3.8p1i don't know if this would work../configure --with-privsep-path=$HOME/empty --with-ldflags=-static --with-ssl-dir=$HOME/usr --prefix=$HOME/usr阅读全文

posted @ 2011-08-11 22:36 Morya 阅读(40) | 评论 (3) 编辑 |

摘要: using Net::SSH2 's shell method阅读全文

posted @ 2011-08-11 14:52 Morya 阅读(18) | 评论 (0) 编辑 |

摘要: 转载自:http://my.chinaunix.net/space.php?uid=171341&do=blog&id=204449通过cpan安装Net::SSH::Perlcpan>install Net::SSH::Perl在安装过程中,本人遇到了一些问题,记录如下因为cpan对其它软件的依赖性,要求软件版本的不能过低,所以先升级一下这两个模块:cpan>upgrade Module::Buildcpan>upgrade ExtUtils::InstallMath::BigInt报错:Math::BigInt: couldn't load spe阅读全文

posted @ 2011-08-09 21:24 Morya 阅读(435) | 评论 (6) 编辑 |