▍1. pipe
LINUX进程通信方法很多,但对于父子进程,最简单实用的方法就是管道。 示例代码给出的即是父子进程间利用管道通信。(There are many ways for the communication between processes in Linux. But for the parent and child, the most simple and practical way is pipe. Here is an example of pipe.)
LINUX进程通信方法很多,但对于父子进程,最简单实用的方法就是管道。 示例代码给出的即是父子进程间利用管道通信。(There are many ways for the communication between processes in Linux. But for the parent and child, the most simple and practical way is pipe. Here is an example of pipe.)
说明: 编写的客户机/服务器程序,其中客户机使用流套接字向服务器请求日期和时间,服务器收到请求后,回答请求并显示客户的地址。(Preparation of client/server program, which the client requests to the server using stream sockets date and time, the server receives a request, answering the request and displays the customer' s address.)
一个简单的DNS 服务器的源代码,开发环境为linux(A simple DNS server source code, development environment for linux)
pppoe最全的资料加代码;有协议,流程图,源代码,已经接口函数(还在修改中)(pppoe add the most comprehensive source of information there is an agreement, flowcharts, source code, has interface functions (also revisions))
说明: socket网络编程的几个例子,从简单通信到可以记录双方IP信息等一步步深入,学习unix网络编程值得参考!(socket network programming examples, from simple communication to the IP information can be recorded both in depth step by step, learning unix network programming is also useful!)
linux防火墙-基于linux的网络防火墙的技术与研究的论文很好的学习防火墙资料(linux firewall- Web-based linux firewall technology, and research papers good learning experience for firewall information)
Linux Thin Client Networks Design and Deployment
c est un document qui decrit l utilité de linux xenomai
A simple TCL program for MIPv6 simulation in NS2
PCMan X是一Telnet远程登录软件,可以支持多平台,目前有支持的操作系统是 Linux,FreeBSD,MS Windiows,甚至未来可能支持 Mac OS X。这是在GPL下发行的开放原始码自由软件,欢迎有兴趣的人一同加入开发行列。(PCMan X is a Telnet remote login software that can support multiple platforms, there are currently supported operating system is Linux, FreeBSD, MS Windiows, even in the future likely to support Mac OS X. This is released under the GPL open-source free software are welcome to join those who are interested to join the ranks of the development.)
基于ACE 的socket编程, C++ socket(ACE network program C++ SOCKET)
tftp客户端工具与服务端工具,功能强大,可在windowslinux下使用(tftp tools)
kamailio-1.5.1-notls_src.tar.gz openser的1.5.1 无tls版本(kamailio-1.5.1-notls_src.tar.gz openser 1.5.1 for non-tls version of the)
[Linux防火墙].(Linux.Firewalls.Attack.Detection.and.Response.with.iptables,.psad,.and.fwsnort)(美)拉什.中文高清PDF版.pdf([Linux Firewalls]. (Linux.Firewalls.Attack.Detection.and.Response.with.iptables,. Psad,. And.fwsnort) (U.S.) Rush. Chinese HD PDF version. Pdf)
本开源工程是在互联网范围内进行路由器级的拓扑发现(The open-source project is carried out within the Internet router-level topology discovery)
链路层编程工具 ettercap-NG-0.7.3.tar.gz libnet-1.1.2.1.tar.gz libpcap-0.9.4.tar.gz 编写arp收发包(Link layer programming tool ettercap-NG-0.7.3.tar.gz libnet-1.1.2.1.tar.gz libpcap-0.9.4.tar.gz prepare arp transceiver package)
Simulated Annealing (SA) is a smart (meta)-heuristic for Optimization. Given a cost function in a large search space, SA replaces the current solution by a random "nearby" solution. The nearby solution is chosen with a probability that depends on the difference between the corresponding function values and on a global parameter T (a.k.a the temperature). T is gradually decreased during the process. The current solution changes almost randomly when T is large, but increasingly "downhill" as T goes to zero. The allowance for "uphill" moves saves the method from becoming stuck at local minima. This approach has some similitude with Physic, where the heat causes the atoms to become unstuck from their initial positions and wander randomly through states of higher energy the slow cooling gives them more chances of finding configurations with lower internal energy than the initial one.(Simulated Annealing (SA) is a smart (meta)-heuristic for Optimization. Given a cost function in a large search space, SA replaces the current solution by a random " nearby" solution. The nearby solution is chosen with a probability that depends on the difference between the corresponding function values and on a global parameter T (aka the temperature). T is gradually decreased during the process. The current solution changes almost randomly when T is large, but increasingly " downhill" as T goes to zero. The allowance for " uphill" moves saves the method from becoming stuck at local minima. This approach has some similitude with Physic, where the heat causes the atoms to become unstuck from their initial positions and wander randomly through states of higher energy the slow cooling gives them more chances of finding configurations with lower internal energy than the initial one.)
linux gprs modem操作接口库,可以支持很多modem,有电话和短消息接口(linux gprs modem operator interface library can support a lot of modem, a telephone and short message interface)