ChinaUnix.net
相关文章推荐:

android depends on a more recent version

in bitbake,how to handle dependency ,for example, in demo_1.0.0.bb file DESCRIPTION = "DEMO " MAINTAINER = "Gentoo OE, " PR = r0 python do_test() { var = bb.data.getVar('INHERIT',d,1) print var } addtask test before do_install now,we begin to find denpendency for demo package,walkround the bin/bitbake source code depends = bb.utils.explode_deps(bb_cache.getVar("depends...

by linuxGentoo - Linux文档专区 - 2008-01-12 19:56:14 阅读(488) 回复(0)

相关讨论

8.9. Dependencies: What's needed to build and/or run the package? Dependencies should be familiar to anyone who has used an .rpm and .deb based desktop distribution. A dependency is something that a package requires either to run the package (a run-time dependency) or to build the package (a build-time or compile-time, dependency). There are two variables provided to allow the spec...

by linuxGentoo - Linux文档专区 - 2008-01-12 20:05:18 阅读(715) 回复(0)

http://tungsys.wordpress.com/2010/08/26/howto-build-linux-kernel-for-android-emulator/

by bxfqing - 移动操作系统 - 2011-09-15 10:46:37 阅读(1497) 回复(0)

我用sp_depends ok aa index ... SSPZNH statistics (SSPZNH) 第一个好理解,说明这个是index,那第二个是什么意思??

by a9711 - Sybase - 2003-03-06 20:39:05 阅读(1816) 回复(3)

求iptables recent模块使用方法, 谢谢!

by bfz814 - 数据安全 - 2010-07-23 15:06:45 阅读(2818) 回复(3)

求iptables recent模块使用方法, 谢谢!

by bfz814 - 攻防交流区 - 2010-03-03 16:01:39 阅读(3243) 回复(1)

iptables 的recent 模块如何使用? 同一個 IP 來源在一個小時內只允許建立(或嘗試)三次 SSH 連線 iptables -A INPUT -p tcp --dport 22 --syn -m recent --rcheck --seconds 3600 --hitcount 3 --rttl --name SSH --rsource -j DROP iptables -A INPUT -p tcp --dport 22 --syn -m recent --set --name SSH --rsource -j ACCEPT iptables -A INPUT -p tcp --dport 22 -j ACCEPT 谁可以讲解一下recent的使用方法,资料(中文...

by bfz814 - Linux系统管理 - 2010-03-03 10:30:53 阅读(1473) 回复(4)

原始链接:http://snowman.net/projects/ipt_recent/ Wrote myself a module which I called 'recent' to track seen IP addresses and be able to match against them using some criteria. What this lets me do is basically build up a temporary 'bad-guy' list for when people attempt to port scan me and whatnot and then I use the match to drop everything coming from them for a given amount of time. There is als...

by fuleru - Linux文档专区 - 2007-10-21 16:27:22 阅读(820) 回复(0)

Wrote myself a module which I called 'recent' to track seen IP addresses and be able to match against them using some criteria. What this lets me do is basically build up a temporary 'bad-guy' list for when people attempt to port scan me and whatnot and then I use the match to drop everything coming from them for a given amount of time. There is also an ipt_recent mailing list and CVSWeb ac...

by wenzk - Linux文档专区 - 2006-03-16 19:44:03 阅读(813) 回复(0)

some sh!ts,may interesting... 今天写的东西必然是有些乱的。因为最近的事情比较杂。很多的感慨盖已随风。上上周六过的生日,仅gf给我过生日所拥有的也仅仅是gf的祝福,感觉好极了,没有几个人知道偶的生日,讨厌把birthday弄得稀里哗啦的。后来又发生些事,给自己总结出一名言:没有泪水的成长必然是脆弱的。。。vc++写起来好像简单,但记忆要好,其中的逻辑要在头脑里理的非常清晰,愈来愈感觉数据结构这门学问的重要性。...

by emperor - Linux文档专区 - 2005-06-08 08:23:21 阅读(520) 回复(0)

这几天在作一个mtv,感触颇多。 呵呵,这几天心情好,用张信哲的《白月光》作基调作一个flash,用的工具是flashmx2004。用了不少的代码,杀死了无数脑细胞。才作一个开头,发到国内的论坛上讨点建议,却没有一个鬼理睬,晕倒~。崇洋媚外的跑到国外一些论坛上看到无数的洋鬼子写了无数的as代码。思维很独到,无限佩服。有个url: http://www.actionscript.org/ hoho, so nice !!! 既然开了头,不打算半途而废,准备用一个月的时间...

by emperor - Linux文档专区 - 2005-04-15 16:37:14 阅读(671) 回复(0)