这是个漂亮的收购计划。
NetApp显然注意到了存储安全的未来市场,收购Decru-全球领先的存储安全厂商相当漂亮。
更加好的消息显然是NetApp准备继续让Decru作为独立部门运作,而不是绑定NetApp。
原文链接
Posted by Zonk on Monday August 29, @08:43AM
from the almost-as-good-as-a-kernel-of-corn dept.
LynuxFre@k writes “Linus Torvalds announced the release of the 2.6.13 Linux kernel. He noted that there was a major change to the x86 PCI code, and that while all bugs from the change were believed to be found during the release candidate phase, it’s possible that some devices may have problems. From this release on, it is intended that major changes only be merged into the kernel within two weeks after a major release. The rest of the time will be spent fixing bugs, with the goal of both increasing overall stability and decreasing the amount of time between major releases. Download the latest Linux kernel from a kernel.org mirror.”
虽然新核心发布,不过之前的收取许可费的消息对开放源代码的影响更加大。
希望Linux一路平安。。。
参考资料:香港特别行政区政府采购简介,《公共财政条例》,《物料供应及采购规例》,《廉政公署条例》
目的:
香港特别行政区政府的采购政策,首重经济效益,目的是取得最物有所值的货品和服务,以助推行政府的计划和工作。同时为所有参与竞投政府采购合约的本地及海外供应商和服务承办商提供公平的竞争环境。特区政府是透过明确、公开和公平竞争的程序,批出货品和服务供应的合约,既无偏袒,也无歧视。
在政府采购时,以最佳经济效益和保持公开及公平竞争为政策目标。这两项政策目标是相辅相成的:透过公平、公开和清楚明确的程序及办事方法,便能鼓励更多有意竞投者参与,从而取得既切合要求而又具竞争力的投标书,使库务局可从中拣选最可取和最符合公众利益的建议。
修改或者增加注册表中的相应内容 XP 2K 2K3,记得先备份。
HKLM\System\CurrentControlSet\Services\Tcpip\Parameters
EnableICMPRedirect – 0 – disables attacks that require the host to redirect ICMP based traffic.
SynAttackProtect – 1 or 2 -Setting the value to 1 will turn on SYN/ACK protection when the next two keys described are triggered. Setting the value to 2 will protect the host from SYN/ACK attacks by timing out open and half-open connections faster.
TCPMaxHalfOpen – 500 – This is the number of half-open connections allowed before SYN flood protection is initiated.
TCPMaxPortsExhausted – 5 -This determines how many connection requests the host can refuse before SYN flood protection is initiated.
TCPMaxDataRetransmission – 3 – This value determines how many times TCP will retransmit an unacknowledged data segment to an already existing connection.
EnableDeadGWDetect – 0 – This value dis-allows the host to determine if the default gateway is dead and allow it to change it to a backup gateway listed in the TCP/IP properties of the network adapter.
针对winsock应用
HKLM\System\CurrentControlSet\Services\AFD\Parameters
EnableDynamicBacklog – 1 – Enables the dynamic backlog
MinimumDynamicBacklog – 20 – Sets the minimum number of free connections to the Winsock endpoints.
MaximumDynamicBacklog – 20,000 – Sets the maximum limit of half-open and free connections to the Winsock endpoints
DynamicBacklogGrowthDelta – 10 – Sets the number of Winsock endpoints for an allocation pool.
1.使用line number
大家使用ultraedit的时候喜欢选择显示行号,然后可以有效的定位,或者告诉别人第几行出问题了,其实路由器也可以,应该是从12.2 4T开始?没有仔细去查
使用show running-config linenum 命令得到以下的输出
Current configuration : 59161 bytes
1 : !
2 : ! Last configuration change at 09:25:35 xxxx
3 : ! NVRAM config last updated at 09:25:36 xxxxx
4 : !
5 : version 12.3
6 : service tcp-keepalives-in
7 : service tcp-keepalives-out
8 : service timestamps debug datetime msec localtime show-timezone
9 : service timestamps log datetime msec localtime show-timezone
10 : service password-encryption
这样我们就可以针对行号来进行输出过滤,比如下面命令显示第6行以后的
Router# show running-config linenum | begin 6 :
6 : service tcp-keepalives-in
7 : service tcp-keepalives-out
8 : service timestamps debug datetime msec localtime show-timezone
9 : service timestamps log datetime msec localtime show-timezone
10 : service password-encryption
2.使用include exclude,begin
上面的方法不实用是嘛,这个就比较好了,可以针对特定的关键字进行输出。
在我们日常工作中最常用的就是通过show ip route命令来看路由表,比如你想看关于10.83.x.x的所有路由,你可能会输入
Router# show ip route 10.83.0.0
% Subnet not in table
得不到你想要的是嘛?换这个命令试试
Router# show ip route | include 10.83.
O 10.83.100.8/30 [110/2370] via 10.83.100.2, 05:32:27, Serial1/2:0.83
O 10.83.100.4/30 [110/2115] via 10.20.100.2, 05:32:27, Serial1/2:0.2
C 10.83.100.0/30 is directly connected, Serial1/2:0.83
O 10.83.103.0/24 [110/2195] via 10.83.100.2, 05:32:27, Serial1/2:0.83
好了吧。发挥想像力灵活运用吧
3.使用/进行搜索
用过vi的人都比较喜欢/,输入这个字符后就可以对文件进行搜索,其实路由器也可以
通常我们使用show run命令的输出如果多于一页就会出现
clock calendar-valid
ip subnet-zero
ip cef
!
!
–More–
在这个状态下你可以空格或者回车来多显示一行或者一页,其实你还可以在这个时候输入/ ,然后后面跟上你要搜索的关键词,
/clock
filtering…
clock source internal
serial restart-delay 0
!
原文:DRL BLOG
呵呵,男人就是这样,不喜欢在女人在的时候和自己的朋友(MALE)吃饭,其实也不是因为什么拉,毕竟男人之间的话,女人在一边明显是多余+累赘.不过我可以理解拉,女人在的时候,男人一喝点酒就开始罗嗦(装体贴+温柔),一谈点正事女人又在一边装不懂+无聊状…女人都别否认先,其实我多多少少都有点拉…
今天DAVID和我说声和老李吃饭去了,哦哦,反正我在上班.后来SMS我说是到家了,结果一到家又说是好累,要睡觉了…哈哈,果然是喝酒了哦…可爱的捏~我可爱的小男人…
我理解拉~理解万岁~~
最近一直看粤语片,有香港客人来顺便说点粤语,哈哈,要是有语言环境,看来学习一门语言真的系几简单啦~
ft.这个世界居然还有要求人家让座的道理。火大!
什么世界么?
我必须让给他么?如果我觉得你需要,我自然会让你给。
真不知道,他们什么心态。。。。
偶尔看访问来源发现了Sumnny.net | 心有千千结!.一个私人日记领地。
顺便又发现同样,Sumnny也用Plog建立了一个站点:Sumnny.net。
作者把我的blog加入他的友情连接的wordpress分类,礼上往来,也将该blog加入我的友情连接。
这是一本杂志的名字,不是一个歌手的名字.这个杂志曾经让我得到了CHANEL CAANCE的香水套装,还有曼秀雷敦的套装.以前一直都买这个杂志,后来因为它随便乱送赠品以至于我经常买不到她而让我失望. 她的内容是不错的,包括人文,职场,时装和美容等等.这期,封面是ANGELINA JOLIE…看着还满SEXY的…就买下来了,耐心的看…


最新评论