搜索资源列表
软盘可装下的linux
- 将Linux系统裁减到就像DOS一样只要一张软盘就能启动,是制作嵌入式Linux的基础。网络上有许多实现方法的介绍,但是在实践过程中都或多或少存在着一些问题或不方便之处。我结合自己在这方面的实践经验,详细介绍基于软盘Linux的制作过程-Linux systems like DOS cut the same as a floppy disk can be launched is the production of embedded Linux. Many networks have introd
postfix-2.3.5.tar
- 邮件系统是Linux网络应用的重要组成,一个完整的邮件系统包括三个部分:底层操作系统(Linux Operation),邮件传送代理(Mail Transport Agent,MTA),邮件分发代理(Mail Delivery Agent,MDA),邮件用户代理(Mail User Agent,MUA)。 Postfix是一个非常优秀的MTA,她素以高效、安全的特点而著称。Postfix是作者在UNIX上所见过的MTA中在反垃圾邮件(Anti- Spam或Anti-UCE)方面做得最
linux_net
- linux网络编程的函数,是基础,很实用
LinuxOperatingSystemCLeading
- linux操作系统下c语言编程入门 整理编写:007xiong 原文:Hoyt等 1)Linux程序设计入门--基础知识 2)Linux程序设计入门--进程介绍 3)Linux程序设计入门--文件操作 4)Linux程序设计入门--时间概念 5)Linux程序设计入门--信号处理 6)Linux程序设计入门--消息管理 7)Linux程序设计入门--线程操作 8)Linux程序设计入门--网络编程 9)Linux下C开发工具介绍
Linuxnetworkprogramming
- 详细介绍了linux环境下网络编程的基础知识,介绍了包括进程控制,进程间通信,套接字编程等基础知识
beginning+linux+programming
- 相关分类: 多媒体编程 基础教程 控件类编程 模板组件类 实例分析 数据库编程 网络 .... 五、编程实现有了DPMI的支持,我们就可以很方便地处理数据采集、串行通信等工业 ...
Linux_Socket_Programming_By_Example
- 目前已经有很多介绍计算机网络的书籍,但是它们之中的大多数似乎更适合于高级编程者,而对于众多只想了解使用方法的初学者而言,就显得太深奥了。 读者通过学习本书,可以掌握有关套接口编程的知识。同时,本书使用一种称为\"BY example\"的方法来提高读者的学习效率,书中每一章的内容都是建立在前一章的基础之上的。第一部分“基本套接口概念”在阐明域和地址族,套接口的类型以及面向连接/非连接协议等基本概念的基础上,介绍了简单的客户/服务器程序的编写方法和主机名/网络名查询程序的编写方法。在掌握了
rtp
- rtp 编程 媒体指的是在网络中使用流技术传输的连续时基媒体,其特点是在播放前不需要下载整个文件,而是采用边下载边播放的方式,它是视频会议、IP 电话等应用场合的技术基础。RTP 是进行实时流媒体传输的标准协议和关键技术,本文介绍如何在 Linux 下利用 JRTPLIB 进行实时流媒体编程。
Linux
- 第一章 基础知识 ……………………………………………………………………………4 第二章 进程介绍 …………………………………………………………………………10 第三章 文件操作 …………………………………………………………………………17 第四章 时间概念 …………………………………………………………………………27 第五章 信号处理 …………………………………………………………………………31 第六章 消息管理 …………………………………………………………………………39
Linuxnote1
- Linux操作系统基础教程。包括linux基础,基础进阶,网络服务等。-Essentials Linux operating system. Including linux foundation, based on advanced, network services and so on.
Linux-phrum
- 鸟哥的Linux私房菜,经典的Linux教程,包括了基础篇、网络篇、安全篇,已打包成pdf版,无密码-Brother of the Linux private birds, classic Linux tutorials, including the basis for articles, Web articles, security papers, have been packaged into a pdf version, no password
002
- 摘 要:在模拟黑客攻击模型的基础上,综合采用Windows和 Linux平台作为扫描基础平台,采用客户端/服务器架构,利用 分布并发机制设计了一个高效网络漏洞扫描系统.-Abstract: In the simulation model of hacker attacks, based on a combination of Windows and Linux platforms as the foundation platform for scanning, the use of cl
linuxC
- linux下的C语言编程入门 目录介绍 1)Linux程序设计入门--基础知识 2)Linux程序设计入门--进程介绍 3)Linux程序设计入门--文件操作 4)Linux程序设计入门--时间概念 5)Linux程序设计入门--信号处理 6)Linux程序设计入门--消息管理 7)Linux程序设计入门--线程操作 8)Linux程序设计入门--网络编程 9)Linux下C开发工具介绍 -linux under the direc
NS2_simulator
- 本源码为NS-2 网络模拟基础与应用 (方路平等编著)一书的全部源代码,书中的错误全部被纠正,在NS2.34下测试通过,均为本人原作,并附有本人学习心得-The source for the NS-2 network simulation of basic and applied (side road of equality ed.), all the source code for the book, the book' s errors were all corrected by th
wireless_network
- 台湾交通大学无线网络实验资料,和无线网络基础知识介绍。-Taiwan' s National Chiao Tung University experimental data wireless networks, and introduces the basics of wireless networks.
Linux-Network-Programming
- 《Linux网络编程》内容简介:Linux是目前最流行的开源操作系统,网络功能在Linux下占有核心的地位。《Linux网络编程》循序渐进地从应用层到Linux内核、从基本知识点到综合案例,向读者介绍如何在Linux下进行网络程序设计。《Linux网络编程》内容分为4个部分:Linux程序设计基础部分、Linux用户空间网络编程部分、Linux内核网络编程部分以及综合案例部分。内容包含Linux系统概述、Linux编程环境、Linux文件系统简介、Linux下的进程和线程、TCP/IP协议族、应
linuxnotes
- linux学习笔记,目录架构,压缩命令,目录相关操作函数,apache 基本设定,Linux网络基础等-linux study notes, directory structure, compression command, and directory-related operations function, apache basic setup, Linux and other network infrastructure
Linux-Network-Programming
- Linux网络编程,介绍了Linux相关概念,网络基础知识以及Socket编程方法等。-Linux Network Programming
UNIX
- LINUX 下的网络基础, 里面讲了很多细节的知识, 可以常去看此文档来回顾知识-LINUX based in network, there s a lot of the detail of the knowledge, can often go to see the document to review knowledge.
Linux基础命令
- 本文将讲述网络相关命令,作者假定读者具备TCP/IP协议栈的基础知识。对于相关命令及其输出只介绍它的基本的使用方法和大概的描述,具体协议将不作详细解释。 如今网络无疑是很重要的,linux系统中提供了丰富的网络测试与管理命令。我们来一起看看它们。(This article will tell about network-related commands, and the author assumes that the reader has the basics of TCP\/IP proto
