• Packt.Nginx+1+Web+Server+Implementation+Cookbook.2011

    Nginx 1 Web Server Implementation Cookbook Copyright © 2011 Packt Publishing All rights reserved. No part of this book may be reproduced, stored in a retrieval system, or transmitted in any form or by any means, without the prior written permission of the publisher, except in the case of brief quotations embedded in critical articles or reviews. Every effort has been made in the preparation of this book to ensure the accuracy of the information presented. However, the information contained in this book is sold without warranty, either express or implied. Neither the author, nor Packt Publishing, and its dealers and distributors will be held liable for any damages caused or alleged to be caused directly or indirectly by this book. Packt Publishing has endeavored to provide trademark information about all of the companies and products mentioned in this book by the appropriate use of capitals. However, Packt Publishing cannot guarantee the accuracy of this information. First published: May 2011 Production Reference: 1180511 Published by Packt Publishing Ltd. 32 Lincoln Road Olton Birmingham, B27 6PA, UK. ISBN 978-1-849514-96-5 www.packtpub.com Cover Image by Javier Barria ([email protected])

    0
    80
    6.12MB
    2012-07-31
    0
  • freeNAS中文使用手册

    Olivier Cochard(作者)www.freenas.org [email protected] Yangtze(中文翻译) www.freenas.cn [email protected] Copyright © 2005, 2006 FreeNAS 文档项目 保留所有权力. 在符合下列条件的情况下,任何形式的传播和使用、修改都是允许的: • 传播本软件必须保留上述版权信息、条件和以下声明。 • 事先没有提出具体的书面许可文件,不能使用Freenas 文档名称或其它有助于支持或 推广这种产品的名称。 这个文件是由著作权人及贡献者提供的,作为对任何明示或暗示的权力的保护,包括但不 限于针对产品化或用于某一特定目的的各种隐含声明。在任何情况下版人或贡献者都不负提 供任何直接、间接、偶然、特殊、示范或相应损失的责任 (包括但不限于购买替代商品或服 务; 丧失使用、数据或利润; 或业务中断),即使告知这种损害的可能性,使用本文档或相关软 件造成的一切后果自负。 2005 年10 月 目录 1 介绍.............................................................................................................................................. 5 1.1 硬件条件................................................................................................................................ 5 1.2 重要提示: 局限与Interactions................................................................................................ 5 2 安装和设置.................................................................................................................................. 6 3 初始配置...................................................................................................................................... 7 3.1 在磁盘上安装 (可选)............................................................................................................. 7 3.1.1 硬盘驱动器...................................................................................................................... 7 3.1.2 USB Key .......................................................................................................................... 8 3.2 LAN界面和IP配置................................................................................................................. 9 4 基本配置.................................................................................................................................... 10 4.1 默认登陆............................................................................................................................... 10 4.2 WebGUI 展开....................................................................................................................... 11 4.3 磁盘...................................................................................................................................... 12

    5
    155
    961KB
    2008-10-09
    8
  • ipvsadm-1.24.tar.gz

    ipvsadm-1.24.tar.gz 官方下载 回来的,现在上传进来.

    3
    60
    36KB
    2008-10-09
    11
  • libnet.tar.gz

    官方下载的!放心吧! =============================================================================== $Id: README,v 1.4 2004/03/01 20:26:11 mike Exp $ LIBNET 1.1 (c) 1998 - 2004 Mike D. Schiffman <[email protected]> http://www.packetfactory.net/libnet =============================================================================== A C library for portable packet creation and injection. Libnet is an API to help with the construction and handling of network packets. It provides a portable framework for low-level network packet writing and handling (use libnet in conjunction with libpcap and you can write some really cool stuff). Libnet includes packet creation at the IP layer and at the link layer as well as a host of supplementary and complementary functionality. Libnet is very handy with which to write network tools and network test code. See the manpage and sample test code for more detailed information. Your old code (circa libnet-1.0.x) WILL NOT WORK with libnet-1.1.x. Read doc/MIGRATION for easy steps on porting your old code.

    0
    25
    997KB
    2008-10-09
    0
  • Perl语言学习(第三版中文版).chm

    perl 第三版 中文 .chm 第一章 Perl 概述 1.1 从头开始 1.2 自然语言与人工语言 1.2.1 变量语法 1.2.2 单数变量 1.2.3 复数变量 1.2.4 复杂数据结构 1.2.5 简单数据结构 1.2.6 动词 1.3 一个平均值例子 1.3.1 如何运行 1.4 文件句柄 1.5 操作符 1.5.1 双目算术操作符 1.5.2 字符串操作符 1.5.3 赋值操作符 1.5.4 单目算术操作符 1.5.5 逻辑操作符 1.5.6 比较操作符 1.5.7 文件测试操作符

    0
    41
    841KB
    2008-10-09
    3
  • AS400技术手册V2.0.chm

    关于lock的一些概念 锁的五种类型 (1) Exclusive(*EXCL): 只有该锁的路径选择过程(routing step)才可能使用该对象; 在其他任务中的路径选择过程不能存取该对象。 (2) Exclusive-allow-read(*EXCLRD): 占用该锁的路径选择过程可能读或更新该对象, 而其他任务中的路径选择过程只能读它。 (3) Shared-for-update(*SHRUPD): 占用该锁的路径选择过程以及在其他任务中的路径 选择过程是可以读或更新该对象。 (4) Shared-no-update(*SHRNUP): 占用该锁的路径选择过程只可以读该对象;而在其他 任务中的路径选择过程也是只读该对象。 (5) Shared-for-read(*SHRRD): 占用该锁的路径选择过程只可以读该对象;而在其他 任务中的路径选择过程是可以读或更新该对象。 缺省情况下,CL和HLL(高级语言程序)程序只在输入(I)物理文件成员的数据上放置SHRRD锁,并在只输出(O)和输入-输出(U)物理文件成员的数据上放置*SHRUPD锁。 后面这一句不是很理解,为什么O/U类型的文件不放*EXCLRD锁呢?个人理解应是只允许当前程序更新, 别的程序只能读。需要高手指教! 显示对象(object)和记录(record)的锁有三个命令: (1) wrkobjlck: 查看由所有任务在一个对象上使用的lock。 (2) dsprcdlck(display record locks): 查看一个物理文件中已锁定的记录. (3) dspjob: 查看一个任务的所有外部锁,包括已使用的那些锁和该任务正等待使用的那些锁。 www.linuxsun.cn www.ctnt.cn/tg

    5
    26
    2.81MB
    2008-10-09
    5
  • iptables 指南.chm

    http://www.linuxsun.cn

    3
    35
    586KB
    2008-10-09
    3
关注 私信
上传资源赚积分or赚钱