虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

Linux-Unix

  • linux环境下多人聊天程序。包括服务器端和客户端程序

    linux环境下多人聊天程序。包括服务器端和客户端程序,采用IPv6地址。对于学习socket套接字编程有帮助,使用了许多标准的库函数,可以参考任何一本Unix/Linux网络编程书籍进行学习。

    标签: linux 程序 环境 服务器

    上传时间: 2013-12-23

    上传用户:开怀常笑

  • LINUX SHELL编程指南本书共分五部分

    LINUX SHELL编程指南本书共分五部分,详细介绍了shell编程技巧,各种UNIX命令及语法,还涉及了UNIX下的文字处理以及少量的系统管理问题。本书内容全面、文字简洁流畅,适合Shell编程人员学习、参考。

    标签: LINUX SHELL 编程指南

    上传时间: 2014-01-02

    上传用户:lo25643

  • Uclinux是当前广泛应用的一种嵌入式Linux操作系统

    Uclinux是当前广泛应用的一种嵌入式Linux操作系统,是一个完全符合GNU/GPL公约的项目,与UNIX完全兼容,完全开放源码。英文单词中u表示Micro,c表示control,所以Uclinux的意思是“微控制领域的Linux系统”。 Uclinux针对嵌入式应用的特点,对Linux的内核(所用版本为linux2.6)进行了修改和重新编译,其大小远小于原来。它包含Linux常用的API,保留了原来Linux操作系统具有的高稳定性、强大的网络功能和卓越的文件系统支持功能等优点。 Blackfin系列DSP是ADI公司推出的高性能,低功耗的新一代DSP处理器,融合了Analog Devices/Intel的微信号结构(MSA),其应用范围广泛,包括汽车图像系统,宽带无线系统,多媒体消费电子产品,数字视频录像机,安防与监控,机顶盒和视频会议等。

    标签: Uclinux Linux 嵌入式 操作系统

    上传时间: 2014-01-12

    上传用户:66666

  • In this book, you will learn about what drives the Linux development process. You will discover the

    In this book, you will learn about what drives the Linux development process. You will discover the wide variety of tools commonly used by Linux developers – compilers, debuggers, Software Configuration Management – and how those tools are used to build application software, tools, utilities and even the Linux kernel itself. You will learn about the unique components of a Linux system that really set it apart from other UNIX-like systems, and you will delve into the inner workings of the system in order to better understand your role as one of a budding new generation of Linux developers.

    标签: will development the discover

    上传时间: 2016-11-18

    上传用户:rocketrevenge

  •  本书介绍Linux系统安全维护的技术。主要内容包括:一般性安全问题、高级安全问题、安全策略、信任机制以及猝发入侵和最近的入侵方法

     本书介绍Linux系统安全维护的技术。主要内容包括:一般性安全问题、高级安全问题、安全策略、信任机制以及猝发入侵和最近的入侵方法,如何为入侵做准备,如何进行入侵检测,如何成功、安全、快速地从遇到的入侵中进行恢复等。本书内容丰富、章节安排合理,适合广大Linux或UNIX系统管理员以及对安全方面感兴趣的读者阅读

    标签: Linux 安全问题 系统安全 安全策略

    上传时间: 2014-07-03

    上传用户:myworkpost

  • linux函数大全

    linux函数大全,所有linux、unix函数竟在其中,值得收藏!本人收集得宝贝啊!

    标签: linux 函数

    上传时间: 2016-12-17

    上传用户:comua

  • Unix Unleashed, Third Edition is written with the power user and system administrator in mind. This

    Unix Unleashed, Third Edition is written with the power user and system administrator in mind. This book will help the reader understand the nuances of the major Unix variants including SVR4, HP-UX, Solaris, AIX, BSD, IRIX, SunOS, and Linux. It will help the reader decide which Unix shell works best for their particular situation. Other topics such as Kernel Configuration, Networking, User Administration, and File Management are covered extensively for the administrator who wants a variety of options to choose from for best performance. The book also provides in-depth coverage of configuring and optimizing mail, DNS, HTTP and other services many companies deploy across their intranet and on the Internet

    标签: administrator Unleashed Edition written

    上传时间: 2017-01-13

    上传用户:来茴

  • UNIX环境高级编程

    UNIX环境高级编程,书中介绍了Linux的很多函数,是学习Linux的好帮手,很多函数都可以查到。

    标签: UNIX 环境 高级编程

    上传时间: 2017-01-17

    上传用户:Divine

  • 一个跨平台的数据库操作库文件,可以轻松在linux和windows下进行数据库读写以及其他的操作,支持多种数据库,代码包含很多example,初学者很容易上手. OTL 是 Oracle, Odbc

    一个跨平台的数据库操作库文件,可以轻松在linux和windows下进行数据库读写以及其他的操作,支持多种数据库,代码包含很多example,初学者很容易上手. OTL 是 Oracle, Odbc and DB2-CLI Template Library 的缩写,是一个C++编译中操控关系数据库的模板库,它目前几乎支持所有的当前各种主流数据库,例如Oracle, MS SQL Server, Sybase, Informix, MySQL, DB2, Interbase / Firebird, PostgreSQL, SQLite, SAP/DB, TimesTen, MS ACCESS等等。OTL中直接操作Oracle主要是通过Oracle提供的OCI接口进行,进行操作DB2数据库则是通过CLI接口来进行,至于MS的数据库和其它一些数据库,则OTL只提供了ODBC来操作的方式。当然Oracle和DB2也可以由OTL间接使用ODBC的方式来进行操纵。 在MS Windows and Unix 平台下,OTL目前支持的数据库版本主要有:Oracle 7 (直接使用 OCI7), Oracle 8 (直接使用 OCI8), Oracle 8i (直接使用OCI8i), Oracle 9i (直接使用OCI9i), Oracle 10g (直接使用OCI10g), DB2 (直接使用DB2 CLI), ODBC 3.x ,ODBC 2.5。

    标签: example windows Oracle linux

    上传时间: 2017-01-18

    上传用户:虫虫虫虫虫虫

  • UNIX环境高级编程_new.chm

    UNIX环境高级编程_new.chm,LINUX编程的Chm版本,很清晰。

    标签: UNIX new chm 环境

    上传时间: 2017-01-23

    上传用户:caixiaoxu26