全部博文(168)
发布时间:2015-11-09 15:19:16
跟着链接做就行 https://fedoraproject.org/wiki/Join_the_package_collection_maintainers https://fedoraproject.org/wiki/Join_the_package_collection_maintainers/zh-cn加入邮件列表 devel-bounces@lists.fedoraproject.org chinese-bounces@lists.fedoraproject.orgI am going to pu.........【阅读全文】
发布时间:2015-11-05 13:44:45
I tried build rpm for Apache Rivet:the steps is simple: wget http://mirrors.advancedhosters.com/apache/tcl/rivet/rivet-2.2.3.tar.gz git clone https://github.com/bovine/rivet-rpm cp rivet-rpm/mod_rivet.spec . sodu yum install httpd-devel#edite mod_rivet.spec s/--with.........【阅读全文】
发布时间:2015-04-27 14:54:56
[extundelete] yum install extundelete 用于 extN 文件系统 文件恢复[testdisk->photorec] yum install testdisk 其他文件系统恢复: To recover your lost digital pictures or lost files, t.........【阅读全文】
发布时间:2015-04-01 12:13:26
Tcl/Tk进度声明我所知道的就这么多了,大家可以尽情的批评了!感觉“最新动态”一节还需要进一步完善。版权声明Tcl/Tk发展史一节的译文参考了网络上的一篇译文,原译者为sunny_ring(未做确认,不过,无论如何都要感谢原来的译者),不过这里给出的译文和原译文还是有很大的出入,包括一些关键词语和一些.........【阅读全文】
发布时间:2015-01-15 12:30:07
想用tcl重写之前的一些shell工具,但是发现tcllib里面cmdline包的getoptions只支持tcl风格的选项 http://wuhrr.wordpress.com/2009/09/13/parse-command-line-in-a-tcl-script/#comment-4412package require cmdline # Show argv before processingputs "Before, ar.........【阅读全文】