搜索资源列表
sproxy
- TCP proxy 首先声明,这段源代码不是我编写的,让我们感谢这位名叫Carl Harris的大虾,是他编写了这段代码并将其散播到网上供大家学习讨论。这段代码虽然只是描述了最简单的proxy操作,但它的确是经典,它不仅清晰地描述了客户机/服务器系统的概念,而且几乎包括了Linux网络编程的方方面面,非常适合Linux网络编程的初学者学习。-TCP proxy statement, this source code is not my preparation, let us thank Carl
scc_scd
- 在linux系统下实现了一个多人聊天工具的服务器端和客户端。该工具支持显示在线用户,广播消息,单对单发消息等常用功能。程序使用了ncurses编程。其中有说明文档-in achieving a more chatting tools server and the client. The tools support shown online users, broadcasting news updates, one-to-one commonly used functions such. Prog
zheng
- 本文目的是演示Linux中的SOCK_PACKET插口的使用方法,实现对网络数据帧的捕获,编程方法简洁高效,可广泛应用在网络数据的分析、过滤和协议变换上。作者通过对Linux系统的编程实践,提出了一些思考,希望对读者有所启发-purpose of this paper is a demonstration of Linux SOCK_PACKET jack way to use the network to achieve the data frame capture, programming
LINUX-socket
- Socket接口是TCP/IP网络的API,Socket接口定义了许多函数或例程,程序员可以用它们来开发TCP/IP网络上的应用程序。要学Internet上的TCP/IP网络编程,必须理解Socket接口。 Socket接口设计者最先是将接口放在Unix操作系统里面的。如果了解Unix系统的输入和输出的话,就很容易了解Socket了。网络的 Socket数据传输是一种特殊的I/O,Socket也是一种文件描述符。Socket也具有一个类似于打开文件的函数调用Socket(),该函数返
Linux-network
- 详细介绍了linux系统在网络编程方面的应用-Linux system, described in detail in the application of network programming
linux-socket.tar
- linux系统下的网络编程的一些说明文档,主要是socket,里面有基于tcp,udp的编程等-linux network programming system of some documentation, mainly socket, there are based on tcp, udp programming, etc.
Linux-system-call
- Linux文件编程,系统调用原理,errno出现原因-Linux file programming,system call
Linux
- LINUX各个实验,源代码,包括文件系统编程等-LINUX each experiment, the source code, including file system programming
v3.linux
- Linux系统下的网络编程,本代码是TCP/IP协议第一卷中的代码-Network examples under Linux
linux-sysytem-of-app
- linux 系统中应用程序的编程,包括系统调用文件编程和网络等各种资料,适合初学者-linux system application programming, including system calls file programming and network information for beginners
M
- 即时聊天系统(LINUX网络编程),实现公聊、私聊、传文件。-Real-time chat system (LINUX network programming), to achieve the public chat, private chat, transfer files.
linux
- Linux系统是通过提供套接字(socket)来进行网络编程的.网络程序通过socket和其它几个函数的调用, 会返回一个 通讯的文件描述符,我们可以将这个描述符看成普通的文件的描述符来操作,这就是linux的设备无关性的好处. -Linux system is by providing socket (socket) for network programming. Network program through the socket and several other functi
Linux
- 本书介绍Linux环境下的编程方法,内容包括Linux系统命令、 Shell脚本、编程语言(gawk、Perl)、系统内核、安全体系、X Window等,内容丰富、论述全面,涵盖了Linux系统的方方面面。本书附带光盘包括了RedHat Linux系统的最新版本,及安装方法,还包括本书的大量程序代码,极大地方便了读者,为使用和将要使用Linux系统的技术人员提供了较全面的参考。 -This book introduces the programming method under Linux en
linux-C
- Linux系统原理及应用Shell编程C编译环境Linux系统调用网络通信编程多线程GUI编程环境-Linux system theory and application shell programming C compiler environment Linux system calls to network communications programming multi-threaded GUI programming environment
Linux-Memory-Management
- Linux 内存管理,讲解了嵌入式linux系统的硬件及软件构成,内核编程语言,配置linux内核-Linux memory management, explain the hardware and software configuration of embedded linux system kernel programming language, configure linux kernel, etc.
03_TCP_qq
- 是linu系统编程的一个QQ模拟程序源码,对于学习linux系统编程的同学有很大的帮助。-Linu system programming is a QQ simulation program source code, linux system programming for the students to learn a great help.
linux-sigaction
- linux系统编程之信号练习实例,通过本例,读者可以熟悉Linux下信号的运用-Signal practice examples of linux system programming, through this example, the reader is familiar with the use of Linux may signal
Linux-operating-system
- Linux 系统基础教案,介绍了linux的一些基本的功能,及shell编程等-Linux operating system
CODE
- 基于Linux网络编程,通过socket实现异地文件传输,基于多线程技术开发的文件实时传输系统。可用于网络拓扑配置和仿真(Based on Linux network programming, through the socket to achieve remote file transmission, based on multi threading technology developed real-time file transmission system. It can be used
python绝技:运用python成为顶级黑客
- Python 是一门黑客语言,它简单易学,开发效率高,大量的第三方库,学习门 槛低。Python 提供了高效的开发平台来构建我们自己的攻击工具。如果你用的 是Mac OS X 或者是Linux 系统,Python 已经内置在你的系统中。丰富的攻击 攻击已经存在,学习Python 可以帮助你解决那些工具不能解决的问题. 活用python,能让你成为顶级黑客.(Using Python to become a top hacker)